Does Size Matter?

Until I decide on what kind of camera I’m going to purchase I’m going to create a park page for my web site in flash. What I would like to know is there specific dimensions I should use so I can fill up the screen? Does size matter or is it the way use your flash MX?

If you stretch your Flash movie (make it bigger than what you saved it as, also called scaling), it does cause lagging on slower computers, and faster ones sometimes.

There is no ONE specific size you can make it because of the varying monitor sizes. Your best bet is to make it how big you want it and center it in your window using tables.

EDIT:
There are a lot of people that ask how to center the flash movie in the window using tables, this is the code you will need in case you didn’t already know…
(replace [] (brackets) with <>)

[table cellpadding=“0” cellspacing=“0” border=“0” width=“100%” height=“100”]
[tr]
[td width=“100%” height=“100%”]

INSER FLASH MOVIE HERE

[/td]
[/tr]
[/table]