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!

embedding several MPGs

Status
Not open for further replies.

masoal

Programmer
Mar 26, 2002
15
ES
Hi all,
I want to show several(hundreds) MPG videos in different positions within a webpage but only one would be visible at the same time. As you can imagine, if I embed all the MediaPlayer plugins, the Windows resources will be collapsed so, one possible solution is to embed the plugin only when it's needed using tag names, JavaScript and the innerHTML property and then, after the video is played, remove it from the page (innerHTML="") when another one is going to be viewed.
This solution seems to work but, from time to time, IE crashes and I can't catch the error.

Any other ideas on how to implement it without using a second window or a frame to show the video?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top