<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>可全屏展示的flash+xml相册代码</title> <style type="text/css"> <!-- body {font-size:12px;color:#333} /*定义文字样式*/ A {FONT-SIZE: 12px; COLOR: #333;} A:link {COLOR: #333; TEXT-DECORATION: none;} A:visited {COLOR: #333; TEXT-DECORATION: none;} A:hover {COLOR: #333; TEXT-DECORATION:underline;} A:active {COLOR: #333; TEXT-DECORATION: none;} --> </style> <script language="javascript">AC_FL_RunContent = 0;</script> <script src="AC_RunActiveContent.js" language="javascript"></script> </head><body> <div align="center"> <script language="javascript"> if (AC_FL_RunContent == 0) { alert("This page requires AC_RunActiveContent.js."); } else { AC_FL_RunContent( 'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0', 'width', '485', 'height', '350', 'src', 'FlashGallery', 'quality', 'high', 'pluginspage', 'http://www.macromedia.com/go/getflashplayer', 'align', 'middle', 'play', 'true', 'loop', 'true', 'scale', 'showall', 'wmode', 'window', 'devicefont', 'false', 'id', 'FlashGallery', 'bgcolor', '#ffffff', 'name', 'FlashGallery', 'menu', 'true', 'allowFullScreen', 'true', 'allowScriptAccess','sameDomain', 'movie', 'FlashGallery', 'flashVars','configXML=gallery.xml', 'salign', '' ); //end AC code } </script> <noscript> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="485" height="350" id="FlashGallery" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="allowFullScreen" value="true" /> <param name="flashVars" value="configXML=gallery.xml" /> <param name="movie" value="FlashGallery.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#ffffff" /> <embed src="FlashGallery.swf" quality="high" bgcolor="#ffffff" width="485" height="350" flashVars="configXML=gallery.xml" name="FlashGallery" align="middle" allowScriptAccess="sameDomain" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </noscript> </body> </html> |