I'm using javascript to dynamically load quicktime movies into a div. It works great in Safari, Firefox and IE6win, but IE for mac it acts wierd. It works, but if you click on one movie link while another movie is playing, it'll load the other one on top (instead of switching it), so you can see parts of both movies playing at once flickering back and forth. It sometimes crashes IEmac or doesn't let you refresh the page. Any ideas on how to get it to work? I assume it could be a slip in my javascript - I'm just learning and kind of hack stuff together. I'd also be interested if someone has found a different way to dynamically load quicktime files into a page.
An example can be seen here:
http://www.flatalbert.com/cc/
View source to check out the code.
Thanks,
Matt
P.S. Is there a tag you can add to these posts so you can include code?