Click to See Complete Forum and Search --> : dreamweaver frustration


nexa_visual
12-13-2003, 05:07 PM
would someone please give me a tip...
im new to html, i am currently in a university mutliedia studies program and i am developing a web page for my internship program. ALL i need to do is place a .swf in the middle of my page. it is a circle so i need a transparent background. and it also has to be on top of my backrgound image. currently my background image is just a regular image placed inside of a table. if you need more details about it please email me keypit_reel@hotmail.com. i would really appreciate some help. thanx!

paper
12-13-2003, 05:45 PM
see if this thread helps:

http://forums.webdeveloper.com/showthread.php?s=&threadid=23386

PeOfEo
12-13-2003, 05:46 PM
use the object tag and position it with css...
<object classid... all that other crap in here for the flash.swf stlye="background-color:transparent; width:400px; left:100%; margin-left:-600px; position:absolute;"></object>
try that. Play with the values to center it.