Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 PHP 语言,并且我有一个 swf 文件。我是第一次使用 swf 文件,所以我不知道如何使用 swfobject 将 swf 嵌入到我的 html 或 PHP 中。我只知道如何使用 php,但我对 swf 嵌入一无所知。我也不能给你代码,因为我不知道该怎么做
这是在 HTML 中嵌入 swf 文件的简单方法
<object width="100" height="100"> <param name="movie" value="file.swf"> <embed src="file.swf" width="100" height="100"> </embed> </object>