I am trying to load various swf into one container (instancename:holder).
In As2 i used to declare a variable, change its properties via buttons and load the swf using the MovieLoaderClass into the holder clip.
what is cool about this is the fact that when you load a different movie or a website category, firstly the exisiting movie exits and then the new is loaded which leads to smooth transitions.
i used the MovieLoaderClass heavily which doesn’t work in AS3.
loading a swf in AS3 is straight forward but cannot seem to get my head around loading swf via a variable