简体   繁体   English

我看不到在线Flash SWF

[英]I can't see my Flash SWF online

I imported my SWF unto Dreamweaver and previewed it on browser and it works perfectly fine, I then uploaded it on the server but it is not showing online, I have Flash player 10, and I have checked to see if all the files are placed in correct root folder. 我将SWF导入Dreamweaver并在浏览器上预览了它,然后它可以正常工作,然后将其上传到服务器上,但没有在线显示,我有Flash Player 10,并且检查了是否将所有文件都放在其中正确的根文件夹。 I tried to save the SWF under a new name, and a few other things but it is not working! 我试图用新名称和其他一些名称保存SWF,但是它不起作用! I have been racking my brains for 2 weeks.... 我已经动脑了两个星期了。

Here is the site page: www.solidminddojo.co.uk 这是网站页面:www.solidminddojo.co.uk

Please, can anyone help? 请,有人可以帮忙吗?

There's no SWF or anything Flash related in your page. 您的页面中没有SWF或任何与Flash相关的内容。 You forgot to add it to your HTML. 您忘记了将其添加到HTML中。

To add it, add this code to your page, where it should be. 要添加此代码,请将此代码添加到您的页面中,该位置应在其中。

<object width="WIDTH" height="HEIGHT">
<param name="movie" value="YourSWFName.swf">
<embed src="YourSWFName.swf" width="WIDTH" height="HEIGHT">
</embed>
</object>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM