Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

freeze first frame

Status
Not open for further replies.

masoal

Programmer
Mar 26, 2002
15
ES
Hi all,
I have a MediaPlayer embeded in an HTML page. When I initialize it, I assign a default file but depending on the user choice, it's changed.
The problem is when I dinamically change the URL (file that is playing with a: "Player.URL = newFile;") that the display remains as a black box and it doesn't show the first frame of the film.

I've tried to send a "step()", "pause()" or setting the
"currentPositionTimecode" when the "playState" is at 10 (ready state) but the player remains as a black blox until it's sent a "Player.controls.play()".

How can I show the first frame of the new film?

I'm working with MediaPlayer v10.00.00.3646 and WinXP SP2 with IE6.0.2900.2180 and JavaScript.

Thanks,
Marc
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top