How to access FlashVars in flash
- by RBADS
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