dreamweaver frustration

windows

Guest
would someone please give me a tip...<br />
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 <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e -->. i would really appreciate some help. thanx!<!--content-->see if this thread helps:<br />
<br />
<!-- m --><a class="postlink" href="http://forums.webdeveloper.com/showthread.php?s=&threadid=23386">http://forums.webdeveloper.com/showthre ... adid=23386</a><!-- m --><!--content-->use the object tag and position it with css...<br />
<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><br />
try that. Play with the values to center it.<!--content-->
 
Back
Top