I wish NetStream had more events then :) I have to run a timer to update a
time placement UI. That's too bad.

How is YouTube able to provide such accurate seeking? I'm transferring video
from one SWF to another - mainly by transferring the URL to the video to
stream and trying to match as closely as possible (buffering not
withstanding) the playhead time. It seems like this is next to impossible
with video that is out of my control to encode keyframes every second.

E


On Thu, Feb 25, 2010 at 1:31 PM, Steven Sacks <flash...@stevensacks.net>wrote:

>
> https://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/events/NetStatusEvent.html
>
> "NetStream.Play.Start"
> "NetStream.Play.Stop"http://livedocs.adobe.com/fms/2/docs/00000592.html
> "NetStream.Pause.Notify"
> "NetStream.Unpause.Notify"
>
>
> http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/net/NetStream.html#seek()
>
> "In normal seek mode, the server starts streaming from the nearest
> keyframe. For example, if a video has keyframes at 0 and 10 seconds, a seek
> to 4 seconds causes playback to start at 4 seconds using the keyframe at 0
> seconds."
>
> In laymen's terms, seek doesn't jump to an exact time, it jumps to the
> nearest keyframe time prior to the time you told it to seek to.
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
http://ericd.net
Interactive design and development
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to