如何在HTML中嵌入Camtasia swf?

时间:2012-08-16 06:43:30

标签: html flash html5 camtasia

我成功地使用SWFObject将Camtasia swf文件嵌入到html中,但是我遇到了一个问题,即它在Chrome中不起作用,但它在IE9和Firefox中运行良好。 我找到了答案,只是为了禁用Chrome中的内置Shockwave Flash(版本11.3.31.227),但我需要代码答案。

由于

1 个答案:

答案 0 :(得分:0)

Chrome浏览器似乎异步加载外部javascript。

所以在调用swfoject时,“swfobject”为null。

并参考以下文章:

http://dougr.net/2011/07/05/automatically-setting-swf-object-focus/

http://www.therealtimeweb.com/index.cfm/2012/1/30/swf-load-issues-chrome