A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Playing Scenes

  1. #1
    Junior Member
    Join Date
    Jan 2002
    Posts
    8

    Playing Scenes

    Hi
    I have about 14 scenes in my flash movie and for each scene I have a button that when you press it will take you to the next scene. Here is the problem, when I press the button to the next movie it works for all scenes until it gets to scene 12 it just stops playing for no reason, it pauses, it actually does not play, and when I press the button on scene 12 to go to scene 13 it also pauses and does not play, and even scene 14, they all just pause after playing scene 11. My movie is very long, it’s at least 15 minutes long, every scene takes about 1 to 3 minutes playing, and yes I did check my action scripts, there is nothing wrong with my action scripts, I only have "play" in the action script for my scenes. I am having a lot of trouble figuring this out, can anyone please help me?
    visit http://flash-web.has.it

  2. #2
    Senior Member catbert303's Avatar
    Join Date
    Aug 2001
    Location
    uk
    Posts
    11,222
    is it possible you've exceeded the limit on how many frames you can have in a movie (16000)

    http://www.macromedia.com/support/fl...s/bigflash.htm

    try breaking the movie down into smaller swf files instead, and then use

    loadMovieNum("filename_of_the_next_part_of_the_mov ie.swf", 0);

    to load them as they're needed.

  3. #3
    Junior Member
    Join Date
    Jan 2002
    Posts
    8
    Yeah, I have about 24000 frames in my movie , thats probably why. I'll try to load them then try breaking the movie down into smaller swf files instead. Thanks a lot for you help .
    visit http://flash-web.has.it

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