another reason is that using plain CSS you still need some JS to resize the flash movie during runtime.. so using JS since the beginning sounded as the best approach for broader browser support and extra features...
IE7 have some issues with min-width on absolute positioned elements (required for proper behavior on other browsers) and centering element after max-width also doesn't work properly.
here you can find how to do a CSS only version that should work on IE8+/ FF/Chrome/ Safari/Opera: http://temp.millermedeiros.com/swffit/test-noJS_2.html
I've been delaying to code a new version of swffit that uses this technique for modern browsers for almost 2yrs.. not coding flash that much since then.
cheers.
On Apr 14, 2011, at 9:13 PM, EarlyOut wrote:
> When you use just CSS, does the SWF actually resize itself to fit the
> window?
>
> --
> You received this message because you are subscribed to the Google Groups "SWFFit" group.
> To post to this group, send email to swf...@googlegroups.com.
> To unsubscribe from this group, send email to swffit+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/swffit?hl=en.
>