rewinding a *.flv file
by kohleick » Wed, 10 Oct 2007 00:53:35 GMT
Hi there,
I've got a little flashplayer which loads external *.flv files.
It got three button: play (works) stop(works) pause(works)...
Unfortunately the flash file doesn't 'recover' from the pause or stop
state.
Means when I press 'play' after pausing or stopping - the player hangs
up.
I can't get it working again until I reload the page.
My pausing function:
pause_btn.onPress = function ()
{
video.pause();
var paused=true;
};
Hope you can help me :-)
~Frederik
Similar Threads:
1.FLV Rewind Function
i am trying to creat a rewind function using the media display component.
i have used cue point to link up with subtitle i have running with the flash
player
the flv's are imported at run time
i am using FlashMX 2004
does anyone know how to jump back one key point and then another while the
rewind button is pressed. i have used the playheadTime + 1 to go foward but in
order for the playhead not to sutter on the rewind i had to use playheadTime -
3. subtitles are too slow to update and will not sync until a cue point has
been passed when normal play has resumed
please help thank you
i will be checking back on the forum every so often so if you need to have a
look at my code please let me know
Russell
2.rewinding an FLV with FLVPLayback Component
Hi has anyone figured this out, I have 1 keyframe per frame and onEnterFrame i
am getting the playhead time (my_FLVPlybk.playheadTime) and saying onEnterFrame
seek(playheadTime - (1 second/framerate)) which doesnt seem to work at all.
this should in effect play the video back at the same rate it plays forwards, I
think :S
cheers
MaTT
3.FLV rewind problem
Hi, I have a very simple problem. Can anyone help please?
I have imported a video file into Flash 8 Pro as a streaming FLV. The playback
component is set to rewind but the file just stops at the end of the sequence
and won't replay.
Any ideas whats going on?
4.FLV Player doesn't rewind
I am having trouble with some FLV files not rewinding in the FLVPlayback
component. I have the same problems whether I'm using Flash 8 or Flash CS3.
Some of the FLV files will rewind when finished and others just hang up. When
they hang, the dashed green buffer lines start palying again and the the Pause
button is still visible intead of the Play button. It's as if the video never
quite finishes. I have set hte Paramteres to autoRewind and I have tried
inputing the totalTime and leaving it blank, but it doesn't make any
difference. I have re-exported the original video in Premier Pro and done the
FLV conversion using Sorenson Squeeze VP6 numerous time to no avail. Any help
would be appreciated. I use the exact sameJohnR
5.FLV rewind problem
Hi, I have a very simple problem. Can anyone help please?
I have imported a video file into Flash 8 Pro as a streaming FLV. The playback
component is set to rewind but the file just stops at the end of the sequence
and won't replay.
Any ideas whats going on?
6. Fast Forward / Rewind external FLV
7. play another flv file in between a flv file
8. how do you rewind an external swf file