How to access FlashVars in flash

Posted by RBADS on Stack Overflow See other posts from Stack Overflow or by RBADS
Published on 2010-03-12T07:20:23Z Indexed on 2010/03/12 7:27 UTC
Read the original article Hit count: 344

Filed under:

Hi this is my code in imageload.html http://triangleyoga.com/images/krishna.gif&audio=http://audio.iskcondesiretree.info/02_-_ISKCON_Swamis/His_Holiness_Radhanath_Swami/Bhajans/Hare_Krishna/IDT_70-Hare_Krishna_-_Radhanath_Swami.mp3"/>

and in my as3 file i tried to used flashvars as: var params:Object = LoaderInfo(this.root.loaderInfo).parameters; var var1:String = params['img']; trace(var1); But it shows null.Any idea ? Thank you

© Stack Overflow or respective owner

Related posts about flash