working with 'swfobject' component is possible to resize dynamically
a flash, with the following code:
var flash = swfobject.getObjectById( "myFlashId" );
flash.style.width = w;
flash.style.height = h;
does fusionWidgets have a similar way to do it ?