/ Published in: Other
Expand |
Embed | Plain Text
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>xxxxxxxxx</title> <style type="text/css" media="screen"> body,h1,h2,p,li,ul,table{ margin:0; padding:0; } </style> <script type="text/javascript" charset="utf-8"> function resize(){ var minHeight= 768; var w; var h; var flashBox = document.getElementById("flash"); if(document.all){ // IE用 w = document.body.clientWidth; h = document.body.clientHeight; }else{ w = innerWidth; h = innerHeight; } if(h>minHeight){ flashBox.style.height = h+"px"; }else{ flashBox.style.height = minHeight+"px"; } } </script> </head> <body bgcolor="#000000" onload="resize();" onresize="resize();" > <div id="flash" style="height:768px"> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="100%" id="xxxxxxxxx" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="xxxxxxxxx.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="xxxxxxxxx.swf" quality="high" bgcolor="#000000" width="100%" height="100%" name="xxxxxxxxx" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </div> </body> </html>
You need to login to post a comment.
