this should only happen if you set a maximum size..
to fix it set the div position to relative.. like:
#my_flash{position:relative}
another way of fixing it is making a custom detection and only enabling swffit if the user have flash installed like:
if (swfobject.hasFlashPlayerVersion("9.0")) {
swffit.fit("my_flash");
}
maybe I will make swffit detect if the user has the desired flash version before enabling it on the next version..
good luck!
--
Miller Medeiros |
www.millermedeiros.com