A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Why doesn't it loop seamlessly?

Threaded View

  1. #1
    Junior Member
    Join Date
    Oct 2009
    Posts
    13

    [RESOLVED] Why doesn't it loop seamlessly?

    Hi guys,

    I have a piece of video on a loop, but I cant seem to get it to run seamlessly. There is a fraction of a second stop when it gets to the end/start. I created a video to work as a loop and then to test it I put the same clip serveral times in video editing timeline and it ran back to back seamlessly. So I know there is no problem with the clip itself.

    So anyway, i've tried a few different ways now to get it to loop seamlessly in Flash. At the moment I am using a FLVplayback component linked to my video, and the action script on the FLVplayback component is>

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


    Again it loops, but not seamlessly. Please, can anyone see what the problem is. Been at it for a couple of days now

    TheFuller.
    Last edited by TheFuller; 10-16-2009 at 08:20 AM.

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