Re: [flexcoders] Re: ExternalInterface in Firefox

2006-10-05 Thread Rogerio Gonzalez
This works: if(flash.system.Capabilities.version == WIN 9,0,16,0){ flash.net.sendToURL(new URLRequest(_javascript_: + strJavaScript)); }else{ ExternalInterface.call(strJavaScript) } Anybody have any better solutions? Rogerio On 10/3/06, Santo [EMAIL PROTECTED]

[flexcoders] Re: ExternalInterface in Firefox

2006-10-03 Thread Santo
hello again, Here is a example of the problem that I´m having. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script ![CDATA[ import mx.controls.Alert; import