Hello guys,
I've searched all over google, took a better part of the century to read through half of them, but still haven't solved my seemingly simple problem.
I used Fireworks to do my design layout, and flash to make the short video clip. I centered both the flash and the fireworks html layout in Dreamweaver, and tested it with firefox. Everything seems fine and lines up well with the default size Firefox browser that pops up. Picture below:
However, when I drag the lower right corner resizing tab, the Fireworks layout moves with the resizing, but the flash is locked in place on the screen no matter how I resize the browser or move the broswer. Picture below:
The flash is on a separate layer, the Fireworks layout is a .htm file.
Any suggestions from the veterans? I am quite puzzled at this problem, it seems simple but I cannot figure it out, even with two "Dummies" books at my side, and hours of searching "flash align dreamweaver."
Thanks in advance!
Here is the code to the flash(at least I think it is):
<object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="700" height="400" title="Flash Intro">
<param name="movie" value="../../homepage.swf">
<param name="quality" value="high"><param name="SCALE" value="exactfit">
<embed src="../../homepage.swf" width="700" height="400" scale="exactfit" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object>
I've searched all over google, took a better part of the century to read through half of them, but still haven't solved my seemingly simple problem.
I used Fireworks to do my design layout, and flash to make the short video clip. I centered both the flash and the fireworks html layout in Dreamweaver, and tested it with firefox. Everything seems fine and lines up well with the default size Firefox browser that pops up. Picture below:

However, when I drag the lower right corner resizing tab, the Fireworks layout moves with the resizing, but the flash is locked in place on the screen no matter how I resize the browser or move the broswer. Picture below:

The flash is on a separate layer, the Fireworks layout is a .htm file.
Any suggestions from the veterans? I am quite puzzled at this problem, it seems simple but I cannot figure it out, even with two "Dummies" books at my side, and hours of searching "flash align dreamweaver."
Thanks in advance!
Here is the code to the flash(at least I think it is):
<object classid="clsid
<param name="movie" value="../../homepage.swf">
<param name="quality" value="high"><param name="SCALE" value="exactfit">
<embed src="../../homepage.swf" width="700" height="400" scale="exactfit" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object>