Get url paramentes in Actionscript3 from swf

I always use flashvar params, but i find out there is another way to do it! var paramObj:Object = LoaderInfo(this.root.loaderInfo).parameters; trace(paramObj["youparamname"]); All you have to do is add parameters into the movie url! <object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0″ id=”flash_x01″ width=”500″ height=”500″> <param … Continue reading