A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: load only the first scene???????

  1. #1
    i have a 2 scene movie
    i want only the 1st scene to load.
    (the 2nd to only load when i goto it from the 1st!)

    can this be done??



  2. #2
    Senior Member Mad-Sci's Avatar
    Join Date
    Mar 2000
    Posts
    2,756
    make the 2 scenes 2 separate swf movies.
    use loadMovie at _level0 and display the movies the way you like it..


    mad_sci

  3. #3
    Junior Member
    Join Date
    Jun 2001
    Posts
    24
    I suppose you could have the 2nd scene be a separate .swf file. Then in place of the 2nd scene you would have:
    loadMovie("scene2.swf")

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