|
To insert Flash in your page: 1. Copy and paste the following HTML code to your web page:
<script type="text/javascript" src="swfobject.js"></script> <div id="id16806"> Loading Flash movie... </div>
<script type="text/javascript"> var so16806 = new SWFObject("anasayfa.swf", "movie16806", "100%", "100%", "6", "#FFFFFF"); so16806.addParam("wmode", "transparent"); so16806.addParam("loop", "true"); so16806.addParam("allowfullscreen", "true"); so16806.write("id16806"); </script> <noscript> <OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" WIDTH="800" HEIGHT="600" > <PARAM NAME="MOVIE" VALUE="anasayfa.swf"> <PARAM NAME="PLAY" VALUE="true"> <PARAM NAME="LOOP" VALUE="true"><PARAM NAME="WMODE" VALUE="transparent">
<PARAM NAME="AllowFullScreen" VALUE="TRUE"> <PARAM NAME="QUALITY" VALUE="high"> <EMBED SRC="anasayfa.swf" WIDTH="800" HEIGHT="600" PLAY="true" LOOP="true" WMODE="transparent" QUALITY="high" AllowFullScreen="true" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> </EMBED> </OBJECT>
</noscript>
2. Copy the Flash file anasayfa.swf to the same folder where your HTML page is located. Don't forget to upload the Flash file to your web server. DO NOT MODIFY THIS HTML PAGE. It will be overwritten next time when you export it. All changes will be lost. |