R – netstream play in the middle of a video

actionscriptactionscript-3flashnetstream

I'm using the netstream and video object to play a video in flash. Specifically a mp4 video.

What I'm trying to do is start playing the file from a specific position (Ex. 20seconds).

However with netstreamObject.seek(20) doesn't work unless the stream has been loaded past 20seconds. Is there a way to specify starting to load at 20s? Or any other way of accomplishing this?

Best Answer

would it not be simpler to create a new version of the file starting at 20 seconds. this way there is less for the user to download.

try looking here http://www.winmend.com/file-splitter/

Josh

Related Topic