soggybag
12-11-2007, 06:54 PM
I am making a video player. I've used the media component to play the video. I have everything working but there is a problem that video play to the end and I can't seem to set it back to the beginning.
I've tried
media.playheadTime = 0;
But it doesn't seem to work.
I've tried
media.playheadTime = 0;
But it doesn't seem to work.