
Player removal using remove()
Hello,
using the latest player (5.3), I have run into a problem using the
jwplayer("container").remove();
function.
For some strange reason, the function doesn't work in Firefox but removes the created Player object correctly when run in Safari.
If this is indeed the case, is there another way to remove the player and return the DOM to its original state?
To see what I am talking about, open up:
http://www.longtailvideo.com/players/
and run: jwplayer().remove(); in the console.
I'd be happy about any help.
Seb