Hi,
i have a main swf with some layers and i need to load an external swf (with his own layers) in a layer beetween main swf's layers.
i try this way:
but when i load the swf it is upper than others so i can't see others main swf's layer..Code:on (release) { loadMovieNum("info.swf", 11); }
how solve this problem?