Jxl,
Is there any other way without round tripping through the browser?
I have multiple swfs loaded in my flex app simultaneously,
can i pass the param to a specific swf via externalInterface?
Regards,
Bjorn
On 18/01/2007, at 4:08 PM, JesterXL wrote:
JavaScript out the values via ExternalInterface, and have
JavaScript send in the value to the AVM1Movie (assuming Flash 8
which also supports ExternalInterface).
On Jan 17, 2007, at 7:35 PM, Bjorn Schultheiss wrote:
Hey,
I'm loading AVM1 swfs into my flex app via SWFLoader.
I want to be able to pass in a unique connection id from flex to
flash to use for my localconnection.
Any solutions?
Bjorn