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?
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?