A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Please help me with this script...

  1. #1
    Junior Member
    Join Date
    Jun 2001
    Posts
    10
    loadMovieNum ("yourMovie", 1);
    _level1.gotoAndPlay(frame#);

    I found this in one of the posts. I'm trying to load a movie and have it start in frame2. Here is the way the actionscript looks in my test1.fla :

    loadMovieNum ("Test2.swf", 1);
    _level1.gotoAndPlay(2);

    Why isn't this working? It still starts Test2.swf in frame1.
    Can someone please help me?

    If you have to know why, I'm experimenting with security... trying to get flash to sort of act like cgi. frame1 of test2.swf would redirect back to test1.swf(login area) and frame2 of test2.swf would be member area.

  2. #2
    Senior Member
    Join Date
    May 2001
    Posts
    180
    Why not just have the loaded swf direct itself to frame 2?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center