HTML教程
,下面代码是
符合w3c标准的flash的swf插入代码示例
,本示例中使用了
object
标签与
param
标签
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>符合w3c标准的flash的swf插入代码示例</title> </head> <body> <object type="application/x-shockwave-flash" data="http://www.dreamdu.com/images/html_summary_video.swf" width="800" height="619" id="dreamdu"> <param name="movie" value="http://www.dreamdu.com/images/html_summary_video.swf" /> </object> </body> </html>