Hi folks, I want to add a banner to my site but the person has given me an html file and a swf file. I'm used to adding jpgs and gifs, how do I use these files? Thanks!
here's a little thing that should help http://www.kirupa.com/developer/flash8/flash_fix.htm I've used something like this in the past. <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="960" height="267"> <param name="movie" value="/newsite/banner.swf"> <param name="menu" value="false"> <param name="quality" value="high"> <param name="wmode" value="opaque"> <param name="scale" value="noscale"> <embed src="/newsite/banner.swf" menu="false" quality="high" wmode="opaque" scale="noscale" width=960 height=267 type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> </embed> </object>
Open the HTML page where you want to insert your Flash movie. Insert this code: Adjust the width, height and file name in the code
let me ask you one question ,where do you want to add shockwave file ,i mean left ,right ,bottom,top,middle,of the page? give your site address so that i can give you the exact code for it,you can just copy it and paste it in the required page,so that that swf file will exactly fit into the place you needed. one more thing swf files will not playon a particular browser if the browser swf player plugin version is lower than the swf file version you have ,did you get me