官方网址:http://blog.deconcept.com/swfobject/
Github地址:https://github.com/swfobject/swfobject
谷歌地址 貌似被和谐了:code.google.com/p/swfobject/
用法:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <script src="swfobject.js" type="text/javascript"></script> <script type="text/javascript"> swfobject.embedSWF("/upload/360/中石化催化剂.swf", "flashcontent", "880", "495", "9.0.0", "expressInstall.swf"); </script> </head> <body> <div id="flashcontent"></div> </body> </html>
时间: 2024-10-10 10:15:54