5/31/2011 11:50:10 AM
Title:
Fullscreen Flash website
How is the borderless flash done in the official 'Hop' and 'Shrek' sites and similar without stretching?
http://www.iwantcandy.com/
http://www.shrek.com/
From looking at the code, I can see that it is set as width and height 100% but if I do that in Dreamweaver, the content is stretched/compressed to fit the different screen sizes.
6/3/2011 10:05:57 AM
the above websites have set the scale property to "noscale" so the content is scaled down but without distorting the dimensions.
The content inside flash is aligned to center using some flash code. The code seems to be aligning the content to center when stage is scaled.