To access the flashVars from a swf loaded into another swf use:
var test:String = String(stage.loaderInfo.parameters.myFlashVars)
Access flashvars from a loaded swf
Posted in: Library
To access the flashVars from a swf loaded into another swf use:
var test:String = String(stage.loaderInfo.parameters.myFlashVars)