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