Load external swf and stop at 1st frame.
Hello Everyone
I am using following code to display an external swf file on iPad.
var request:URLRequest = new URLRequest("http://<server ip>/test.swf");
loader = new Loader();
loader.load(request);
The file loads and goes through every frame and closes the app.
Is there a way to stop at 1st frame after the file is loaded and move between frames at will?
Thanks
