This continues a post I did in the 1.x section of the forum - but since I use 2.x, I feel it is more appropriate here:
http://megazine.mightypirates.de/forum/index.php/topic,467.msg3375.html#msg3375. Apologies for the cross-posting.
I'm dynamically modifying a page/DOM that contains a MegaZine3 2.x book/player. This involves taking out the player, updating it in the background (i.e. generating a new book) and then putting it back. Essentially, it is a full reload - something that apparently is not possible right now throught the interface.
The problem is, that the getMovie() function in megazine.js fails in Internet Explorer after the operation. Essentially, JavaScript throws an error of
Microsoft JScript runtime error: 'Megazine.getMovie()' is null or not an object
As a side-effect, this also kills some seam remoting I use on the page.
Following the suggestion found in the 1.x forum, I tried the
document.getElementById(MegaZine.moviename)
call instead. This eliminates the error, but calls to the object still don't show any effect.
Any ideas?
kongo09