it seems to be a problem with retrieving the emebed-node in IE from the object so we just avoid it in that case with the following code:
[CODE=javascript]if (typeof window.event == 'undefined') {
var embd = video.getElemen tsByTagName('em bed')[0];
embd.setAttribu te('src', src);
}
[/CODE]
just replace the lines in the code and it should work now :)
Comment