Has anyone ever encountered this before:
I’m working on a project where I’ve some ancient Flash work to show & my old loaders are crap. Deprecated Flash 3 code & spinning immature use of Swift 3d. Problem is: I don’t have to old source to edit.
What I’m trying to do is bypass some of the first few frames and preload the swfs, at the same time.
I haven’t even dealt with preloading them yet, and the logical path to targeting a frame is not working. I have the swf’s loading to a target clip, then I’m trying to tell it to go to a specific frame.
like so
loadMovie("loadedswf.swf", "_root.clip");
_root.clip.gotoAndPlay(45);
Seems simple, but it’s not working. Am I missing something?
Thanks
:look: