PDA

View Full Version : Resize Swf in Dreamweaver


lordy18
12-31-2008, 12:56 PM
Hey,

I have my swf. which rescales when the window is rescaled.

But how do you;

1. get the swf. to load to the fullscreen. (in flash or dreamweaver?)

2. when the page loads/ opens- to open to the biggest size the user can?

Any help appreciated!

Chris.

*edit* this is for when it is published in a browser

blacklight
12-31-2008, 01:29 PM
you could try

give the swf the size values x=100% y = 100%
and place the swf inside a centered table or div and give that 100% values.

Only problem is if your swf isnt entirely vector based it will distort when it scales.

Hope this helps

;)

Blacklight