SWF _ Have play only once

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fltpro
    New Member
    • Feb 2008
    • 3

    SWF _ Have play only once

    When using mutiple SWF in the main timeline, I can't get the 1st SWF to stop looping. I want back to back SWF to play once. I've used STOP, GOTO and play, ect but no luck. Can anyone help?

    Thanks
    Steve
    Using CS3 and AS 2.0
  • nomad
    Recognized Expert Contributor
    • Mar 2007
    • 664

    #2
    Originally posted by fltpro
    When using mutiple SWF in the main timeline, I can't get the 1st SWF to stop looping. I want back to back SWF to play once. I've used STOP, GOTO and play, ect but no luck. Can anyone help?

    Thanks
    Steve
    Using CS3 and AS 2.0
    Without seeing what you have I will try to help you. Questions for you
    How are you making SWF run do you have buttons to run them?
    are you netstreaming them?

    nomad

    Comment

    • fltpro
      New Member
      • Feb 2008
      • 3

      #3
      Originally posted by nomad
      Without seeing what you have I will try to help you. Questions for you
      How are you making SWF run do you have buttons to run them?
      are you netstreaming them?

      nomad
      Hi nomad, first thanks for the reply. I am a newbie here, so bare with me. I started with a 2.0 fla, produced the timeline as a SWF. Then I started a new 2.0 file and used script to "loadmovie" . I then placed a new layer moved to frame 2 and used another "loadmovie" for the second SWF.

      My main objective is to take serveral small swf place them on the timeline with numerous flash actions between them. Right now everything is fine ecept that I can't get passed the 1st swf, it just loops. I tried to use a blank fram insert a "Stop" function, however when I trigger the next button it returns to loop the 1st SWF again.

      Comment

      • nomad
        Recognized Expert Contributor
        • Mar 2007
        • 664

        #4
        Originally posted by fltpro
        Hi nomad, first thanks for the reply. I am a newbie here, so bare with me. I started with a 2.0 fla, produced the timeline as a SWF. Then I started a new 2.0 file and used script to "loadmovie" . I then placed a new layer moved to frame 2 and used another "loadmovie" for the second SWF.

        My main objective is to take serveral small swf place them on the timeline with numerous flash actions between them. Right now everything is fine ecept that I can't get passed the 1st swf, it just loops. I tried to use a blank fram insert a "Stop" function, however when I trigger the next button it returns to loop the 1st SWF again.
        Trying to narrow down so I want you to take a look at your frames Select a frame and then take a look at the frame properties (Ctrl + F9)there is a section on how many times it should loop and repeat. Make sure its set to repeat 1.

        nomad

        Comment

        • fltpro
          New Member
          • Feb 2008
          • 3

          #5
          Originally posted by nomad
          Trying to narrow down so I want you to take a look at your frames Select a frame and then take a look at the frame properties (Ctrl + F9)there is a section on how many times it should loop and repeat. Make sure its set to repeat 1.

          nomad
          I check that setting and it is 1.

          How can I send an attachment to you. I did not see that option. I will send you the files.

          Am I even bring in the file correctly? I am using the "Global Function" within the Script and the Browse/Network to load movie, then providing my file and drive location, e.g. "c:\TD Xfer\final\main .swf"

          Comment

          Working...