A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: [F8] How to Continuous Loop Video in Falsh 8

  1. #1
    Member
    Join Date
    Apr 2000
    Location
    Raleigh, NC
    Posts
    52

    [F8] How to Continuous Loop Video in Falsh 8

    Subject says it all. I have a video that I imported in flash 8 and I want
    it to continuous loop. I was able to get this to work b4 by adding some
    actionscript, but my computer crashed and I lost the code.

    Thanks,
    tdsilk

  2. #2
    Junior Member
    Join Date
    Dec 2008
    Posts
    6
    Try this actionscript on your video

    on (complete) {
    this.autoRewind = true;
    this.play();
    }

  3. #3
    Junior Member
    Join Date
    Dec 2008
    Posts
    6
    Try this actionscript on your video:

    on (complete) {
    this.autoRewind = true;
    this.play();
    }


    (sorry if this is a double post)

  4. #4
    Member
    Join Date
    Apr 2000
    Location
    Raleigh, NC
    Posts
    52
    Thanks. I will give it a shot. Hope it's that simple;-)

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