stardate13
Technical User
I'm creating an interface which loads external swf's into a preview window, so far all's fine but i need to start and stop these movies in the preview window. This works fine too, however not with all of the files. Since i'm not the creator of the external files i can't debug here.
The method i'm using is a button with the as:
theFrame.gotoAndStop(theFrame._currentframe);
Where "theFrame" hold the path to the external file.
My gues is that it's in the movieclips used the external material (nothing i can do about that, nor should for that mather).
Is there another way to acomplish this, and stop and play the whole external file regardless of its composition? Anyone?
The method i'm using is a button with the as:
theFrame.gotoAndStop(theFrame._currentframe);
Where "theFrame" hold the path to the external file.
My gues is that it's in the movieclips used the external material (nothing i can do about that, nor should for that mather).
Is there another way to acomplish this, and stop and play the whole external file regardless of its composition? Anyone?