gpt4 book ai didi

Javascript函数用于在特定位置播放Flash文件

转载 作者:行者123 更新时间:2023-12-03 12:25:07 24 4
gpt4 key购买 nike

我有一个按钮,当单击它时,我想使用 id 属性在页面中的某个位置播放 Flash 文件。我在按钮中使用 onClick 事件。这个功能不起作用,有什么解决办法吗?

function show(){
document.getElementById("animation").innerHTML = <embed src="flash-file.swf">
}

我的按钮是这样的:

<button onClick="show()">Show animation</button>

这是我要播放 Flash 文件的位置:

<div class="span2"> 
<p id="animation"></p>
</div>

谢谢

最佳答案

您可以尝试 swfobject,这是一个用于嵌入 flash 的 javascript 库

http://code.google.com/p/swfobject/

http://learnswfobject.com/the-basics/dynamic-publishing/

关于Javascript函数用于在特定位置播放Flash文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24249377/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com