View Full Version : Does anyone know anything about dream weaver, layer and flash files?
ddausend
02-09-2008, 10:00 PM
I am creating a website for a buisness and i centered the webpage and also placed a flash file as well. I am using dream weaver to create the program but when I go to create a layer and then add the flash file, it looks fine in dream weaver but when i put it online, the flast file is not where its suppose to be. How can i make it where I want to.
Please check out the website to see what im talking about.
http://my247openhouse.com/
BingBong
02-09-2008, 10:00 PM
I looked at the source code of your website. You will have to manually change the source code to adjust the width of the div.
This is your original source code -
<div id="Layer1" style="position:absolute; width:348px; height:263px; z-index:1; left: 716px; top: 317px;">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="354" height="272">
<param name="movie" value="2830324.swf">
<param name="quality" value="high">
<embed src="2830324.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="354" height="272"></embed>
</object>
</div>
Just change the div properties (left and top properties i.e. change it from 716 to 650 and from 317 to 300)
<div id="Layer1" style="position:absolute; width:348px; height:263px; z-index:1; left: 650px; top: 300px;">
You can change the left and top properties till you are satisfied with the location of the flash file.
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.