A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: FLVplayback wont rewind...Please help!

  1. #1
    Senior Member Da enforcer's Avatar
    Join Date
    Aug 2002
    Location
    England
    Posts
    238

    FLVplayback wont rewind...Please help!

    Help anyone!

    Im using FLVPlayback componant in Flash 8. There is an option for autorewind which I have made true...

    But my video always stops at the end and never replays.

    Can anyone help?

    Cheers

  2. #2
    Senior Member Da enforcer's Avatar
    Join Date
    Aug 2002
    Location
    England
    Posts
    238
    no one?

  3. #3
    Junior Member
    Join Date
    Oct 2006
    Location
    Scottsdale, AZ
    Posts
    13
    Did you figure this out? I have the same problem.

    You can see the video here: www.thedatementor.com

  4. #4
    Senior Member Da enforcer's Avatar
    Join Date
    Aug 2002
    Location
    England
    Posts
    238
    Hiya

    I never got the componant to autorewind on its own.

    But someone on another forum gave me some actionscript to do the job:

    Place this on the same frame as your video:

    var vidList : Object = new Object();
    vidList.complete = function() {
    yourvideoname.play();
    };
    yourvideoname.addEventListener ("complete",vidList);

    stop();

    Now rename the componant "yourvideoname" (or what ever you want. If you rename the componant something else then remember to alter the actionscript to it points to your video)

    Hope this helps...It worked for me

  5. #5
    Junior Member
    Join Date
    Oct 2006
    Location
    Scottsdale, AZ
    Posts
    13
    I didn't have the same luck. Still no autorewind. Thanks for your reply though.

  6. #6
    Senior Member Da enforcer's Avatar
    Join Date
    Aug 2002
    Location
    England
    Posts
    238
    emmm very stange...

    Worked right away for me...

    Maybe someone else can give a helping hand on here?

  7. #7
    Junior Member
    Join Date
    Oct 2006
    Location
    Scottsdale, AZ
    Posts
    13
    I placed the action script in the video frame and replaced "yourvideoname" with Brad10. (The video file is Brad10.flv)

    I also started from scratch with a blank Flash file and uploaded all new files...just in case.

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