Using Dreamweaver CS3 (still transitioning from using GoLive CS2), seems no matter how ar where i put them, i have a few swf files and i cant seem to position them where i want. I believe i managed to get them "centered", but they want to stay at the top of the page...
Any help is greatly appreciated!!!!!
current code for one of the files-
<object classid="clsid  27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="900" height="150">
<center>
<param name="movie" value="Flash/NaturalISM.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="Flash/NaturalISM.swf" width="900" height="150" align="middle" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent" /></center>
</object>
|