navigateToURL error message!
hi
my application has follow function:
public var u:urlrequest = new urlrequest( " http://www.google.com/search?hl=en&q=" );
private function nav():void
{
navigatetourl(u,"_blank");
}
but, got error message when try compile application pointing navigatetourl:
incorrect number of arguments. expected no more 1.
thanks
my application has follow function:
public var u:urlrequest = new urlrequest( " http://www.google.com/search?hl=en&q=" );
private function nav():void
{
navigatetourl(u,"_blank");
}
but, got error message when try compile application pointing navigatetourl:
incorrect number of arguments. expected no more 1.
thanks
the problem called mistake application navigatetourl. therefore, refers to. solved problem changing name of application
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment