1 Reply Latest reply: Aug 26, 2009 5:22 AM by Ned Murphy RSS

    loaderInfo of swf which is into another swf

    polatkanfatih Community Member

      hi,

       

      i have a swf and i send parameter to this from html. when i load this swf directly to the html page, i can take paramters by using 'this.root.loaderInfo'.

       

      However, i load this swf into another swf and i load second swf to the html. by this way, i cant take paramters using 'this.root.loaderInfo'. what should i do for this? what is the root and parent relationship between swfs that one within the other one.