Flash Website resizing with browser prob...?

I’ve designed and coded a website fully in flash. Atm I am stumped. I want to keep the flash site from resizing even if the viewer changes his/her browser. Now I have used Dreamweaver and the table feature to solve this problem but my flash *.swf file has to be in pixel mode for me to add it to a Dreamweaver table. Having my *.swf file in pixel mode offsets the text in the *.swf file and it doesn’t fill up the browser window fully the way percent mode does. When I change the *.swf file to percent mode it vanishes from my table.

I guess my question is…is there anyway around this? Or another way I can go about keeping the website from resizing with the browser via Dreamweaver or Flash? Or is this codable in Flash or Dreamweaver?

-enzo

Do you want the movie to be 100% of the window, or the exact size as it is in Flash?

100% (scaling):

  1. In Flash, press Ctrl+Shift+F12.
  2. Under “Dimensions” choose “precent”, and enter 100 for both fields.
  3. Under “Scale” choose “Default (Show all)”

Exact Size:

  1. In Flash, press Ctrl+Shift+F12.
  2. Under “Dimensions” choose “Match Movie”.

Hope this is what you wanted. If not, let me know.