chopficaro
Programmer
this doesnt seem to be working. im trying to determine the width of a flash object based on the height of the window onresize
Code:
window.onresize = function()
{
document.getelementById("containerA").style.width=windowheight/2;
}