I'm getting this error after I use the loader to load in an swf- and then try to rename it to something useful.

Error #2078: The name property of a Timeline-placed object cannot be modified.

This is a new one - this means that I cannot rename the loaded file?

I would like to actually access the loaded file by a reasonable name.. instead of some random "instance#".

pseudo code -
Code:
var tempAddMC = aFileLoader.getLoadedFile();// returns "loader.content"
tempAddMC.name = "NOTINSTANCE";
Anyone have different code that would make renaming an loaded MC possible? - without having to make some stupid reference array to match up names with "instance#"s. (I'd like to be able to use the getChildByName function.)

Thanks

-<>|TheMadFlasher|<>-