Hi All,

It seems that the External Interface only has problems in firefox.  I
am using the following work around:

var strURL:String = "http://www.website.com
var request:URLRequest = new URLRequest(strURL);
                
try {            
        navigateToURL(request);
}
catch (e:Error) {
       // handle error here
}

- Tim


--- In [email protected], "sufibaba" <[EMAIL PROTECTED]> wrote:
>
> Dear Adobe Engineers,
> 
> I have a button in a popup window within my Flex App.  This button
> fires an ExternalInterface command which then fires a javascript alert
> box.  
> 
> After firing the alert box, the timer icon starts spinning and the App
> just hangs.
> 
> All of this code was working fine in Beta3. 
> 
> Work around on this is really needed.  
> 
> Cheers,
> 
> Tim :)
>







------------------------ Yahoo! Groups Sponsor --------------------~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to