Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

resize div (swfContent) to fit the swf height

7 views
Skip to first unread message

John Naing

unread,
Feb 28, 2011, 10:10:27 AM2/28/11
to
Hi,

I'm having some problem resizing the swfContent div to fit into swf
height when dynamically expand.
I have tried creating the javascript function to called from Flex when
application resize and seems not working.

JavaScript function is like this -
function resizeDiv(flexHeight)
{
document.getElementById('flashContent').style.height = flexHeight;
}

Thanks in advance,
John

0 new messages