| | Hello, I've got a movie that is loading a random swf into a clip. Each random swf contains a different photograph which pans and then fades out. What I need to do goto the first frame in the parent timeline and start the whole process again. My questions are: A) How do I reference the parent timeline, I've tried: _parent.gotoAndPlay(1); but it doesn't seem to work. url = "image" + Math.round(Math.random()*1) + ".swf"; loadMovieNum (url, 1); thanks in advance |


