navigateToURL with multiple links
i'm trying make link button opens multiple links in different windows/tabs.
right have click calling function
private function openlistings():void{
var listingdata:array=/*an array of links*/;
var link:string=new string();
for each(link in listingdata){
navigatetourl(new urlrequest(link),'_blank');
}
}
this opens last link in array. there way open more 1 link @ once?
thanks,
chris
right have click calling function
private function openlistings():void{
var listingdata:array=/*an array of links*/;
var link:string=new string();
for each(link in listingdata){
navigatetourl(new urlrequest(link),'_blank');
}
}
this opens last link in array. there way open more 1 link @ once?
thanks,
chris
this player issue; executes 1 navigatetourl() per frame.
the issue has been logged , being tracked...
the issue has been logged , being tracked...
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment