I am building a SWF player which loads external SWF's.
Rite Now. I could call the external SWF using URLRequest.
but I am getting 2 problems
How to run the SWF with the frame rate of the actual SWF movie. How can I know the frameRate of external SWF dynamically from within AS3.
I have set a layer of 450px by 350px. How do I scale the external SWF with showall property to fit in the layer.