i have a page with swf flash flash with width 300×250
<div id="flashswf"> ...some flash </div>
<div id="maxme">full screen</div>
i have a link called full screen and i need to maximize the flashswf div to fit the current browser maximum height and width
is this possible using jquery ? any ideas plz
It’s possible, but note that browser resets the Flash application if the style of the element containing it (or any parent element) is changed.
If you need to maintain the state of the application, you can, for example, put it in the middle of a 3×3 table with 100% width and height, and then manipulate styles of all other cells.