How to stop embedded flash file from looping continuously

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DjPal
    New Member
    • Dec 2009
    • 15

    How to stop embedded flash file from looping continuously

    I have a small problem when embedding an swf file in a flash cs4 project (adobe), when run, the embedded video loops continuously. If you play the swf file outside adobe flash, it doesn't loop.
    Any one know how i can stop the embedded file from looping?
    Last edited by Niheel; May 24 '10, 03:42 AM. Reason: clean up details
  • AutumnsDecay
    New Member
    • Mar 2008
    • 170

    #2
    Originally posted by DjPal
    I have a small problem when embedding an swf file in a flash cs4 project (adobe), when run, the embedded video loops continuously. If you play the swf file outside adobe flash, it doesn't loop.
    Any one know how i can stop the embedded file from looping?
    In the movie clip (the embedded SWF file) add an second layer. At the last frame of the movie clip, make a keyframe ON THE NEW LAYER. In this keyframe add this action:

    stop();

    That should solve the problem.

    Comment

    • fishnfrogs
      New Member
      • Nov 2009
      • 20

      #3
      how are you importing the video...are there any errors

      Comment

      Working...