<embed src="http://www.tudou.com/v/W9XqdOthNag" type="application/x-shockwave-flash" width="400" height="300" allowFullScreen="true" wmode="transparent" allowScriptAccess="always"></embed>
<embed src="http://www.tudou.com/v/W9XqdOthNag" width="400" height="300" allowFullScreen="true" wmode="transparent" allowScriptAccess="always"></embed>

Re: fckedito 2.5.1 bug with flash
<input id="gggg" type="button" value="test()" onclick="test()" /> function test(){ var o=document.getElementById("ffff"); alert(o.getAttribute("type")); //return button alert(o.attributes["type"].nodeValue); //return button }<embed id="ffff" src="http://www.tudou.com/v/W9XqdOthNag" type="application/x-shockwave-flash" width="400" height="300" allowFullScreen="true" wmode="transparent" allowScriptAccess="always"></embed> function test(){ var o=document.getElementById("ffff"); alert(o.getAttribute("type")); //return null !!! why ? alert(o.attributes["type"].nodeValue); //return application/x-shockwave-flash }Re: fckedito 2.5.1 bug with flash
Did you fix the problem? If yes, please tell me how?
I have no idea why type="application/x-shockwave-flash" had dissappeared.
I tried the same way that cause the problem on another machine, but the problem is not found.
Maybe the browser's plug-in cause the problem?
Tha machine that found the problem is windows XP, IE6.
The other machines are same environment, too.
Re: fckedito 2.5.1 bug with flash