How do I seek to a specific point in a mp4 (locally)
Hi,
I have an air destop project that displays local mp4 videos.
But Sometimes I want the video to play from a specific position for example 5seconds in.
Im just not getting anywhere trying to manipulate the the netstream.
I want to start an mp4 playing from a specific position.
so for example ive tried this...
| stream.play(videoURL); | ||||||
| stream.pause(); | ||||||
| stream.seek(30); | ||||||
| stream.resume(); |
This doesnt work though the playback just starts from 0 seconds like it normally would.
Any ideas?
Thanks
