We are loading an actionscript2 swf into an actionscript3 swf. as3 is embeded on the index page using the satay method.
Is it possible to get a variable set on the index page from within the actionscript2 page, without using the as3 page as an intermediary (as this is not an option)?
We've tried ExternalInterface, but how would we target the embeded flash file directly?
Alternatively, is it possible to send variables to the as2 file, when loading it from the as3 file? (a la get vars? or a flash vars?)