I am using the following call in my flash application
getURL(“javascript:setFlashHeight(‘SafetyForum’, ‘645’);”);
to call the following script function:
[SIZE=1][COLOR=#0000c0]<script language[/COLOR][/SIZE][SIZE=1]=“JavaScript”[/SIZE][SIZE=1][COLOR=#0000c0]>
[/COLOR][/SIZE][SIZE=1][COLOR=#800000]function setFlashHeight(divid, newH){
document.getElementById(‘SafetyForum’).style.height = newH+“px”; }
[/COLOR][/SIZE]</script>
While this works fine in IE, it does’ne appear to do anything in Mozilla Firefox. Can someone please tell me why?
Thanks,
Albert