PDA

View Full Version : [AS2] FLVPlayback Component restrictions


Murphy1976
10-29-2009, 07:22 PM
Good Afternoon Flash Gurus,

Here is my situation. I am attempting to modify the restrictions on the FLV playback so that a viewer HAS to watch the entire movie, and cannot fast-forward to the end.

The logic is as follows: I have a Math.max() agrument checking the maxTime and the FLVPlayback.playheadTime. If the playheadtime is less than maxTime, then everything's A-OK, but when the playheadTime is GREATER than maxTime, the video will seek to maxTime.

Eveything with the forward and rewind buttons works just fine, it's the seekBarHandle that's messin' with me. Is there a way to check that when you let go of the seekBarHandle, if the playheadTime is going to be greater than the maxTime, to rewind to maxTime?

Thank you for your time,
Joe Jozwowski

CyanBlue
11-03-2009, 06:08 PM
Howdy and Welcome... :)

I don't think you can do that with the FLVPlayback component that comes with Flash IDE... You will need to create your own for that functionality...