Re: [Flashcoders] swfObject, flashVars, loaded swf

2010-05-24 Thread Karim Beyrouti
how you pass the flash vars to flash depends on the version of SWFObject you are using - however - from flash - you can access the variable like so (as3): stage.loaderInfo.parameters.myflashparam However - you might need to make sure the swf has been 'AddedToStage' - k On 24 May 2010, at

RE: [Flashcoders] swfObject, flashVars, loaded swf

2010-05-24 Thread Mendelsohn, Michael
Yes, Karim, thanks, that was my problem. I wasn't accessing it from Flash correctly. Regards, - MM how you pass the flash vars to flash depends on the version of SWFObject you are using - however - from flash - you can access the variable like so (as3):