1.xhtml strict 不支持 flash Methods
2.flash method 必须是明确的点击操作?可能是安全设置
http://www.macromedia.com/support/documentation/cn/flashplayer/help/settings_manager04.html
3.window.name 是给opera看的?
aaa.onclick=function(){
//if(window.opod1) window.document["opod1"].SetVariable(”castname”,”9999999999999″)
if(document.opod1)document.opod1.SetVariable(”castname”,”1.mp3″)
document.getElementById(”opod1″).SetVariable(”castname”,”1.mp3″)
document.getElementById(”opod1″).GotoFrame(1)
document.opod1.GotoFrame(1)
}
郁闷…
Leave a reply