jmcommand

Members
  • Content count

    1
  • Joined

  • Last visited

About jmcommand

  • Rank
    Forum Newbie
  1. Resize like a swfobject

    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 ?