且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在wordpress页面上嵌入swf

更新时间:2023-12-01 23:50:22

实际上有很多方法可以做到这一点。然而,一个简单的方法(不是最安全的方式寿,只是我的意见)是使用HTML表和使用嵌入式代码。



记住,我想再次提到这是不是最安全的方式!但是,是的它很容易!首先,只要去 >这个网站(您可以使用任何其他网站,也可以创建一个嵌入的代码),然后只是按照屏幕截图,

第一



second





第三个


https://i.stack.imgur.com/UFI8c.jpgalt =enter image description here>



第五位







I'm trying to embed a .swf into a wordpress page. This sounds simple, but it isn't working and I cannot fathom out why. I've uploaded all the relevant files onto the server, and I'm fairly sure all the filepaths are correct. The folder containing the .fla and .swf files also contained an index.html file, which I have put into a template. I've tried putting the supplied code into the HTML on the page, I've tried simply using said template, and the best I'm getting is a blank area which doesn't load the flash content.

Could anyone suggest what I might have done wrong? Unfortunately I can't paste the code into here as it's full of javascript.

There are actually so many ways to do that. However one of the easist way (not safest way tho, just my opinion) is using html table and use embedded code.

Remember, I would like to mention again that this is not the safest way!!! But , yes its easy!

First of all, just go to this site (you can use any other site which also creates you an embedded code as well) and then just follow the screen shots,

First

second

third

fourth

fifth

sixth is the last one

I hope this will help.