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.
Have you looked into the contentLoaderInfo property of the Loader class? I don't know if that provides that information you are looking for, but it sounds like it should. That is essentialy a LoaderInfo class object relative to a loaded file based on what I can make of it in the help dcumentation.