|
|
 |
RE: FN-FORUM: Div resizing
date posted 8th August 2005 11:14
Hmmm
Thanks for that link, and the fairly obvious test which I hadn't made.
The resize and the hide functionality work in both browsers if I have a
button calling the function. However the flash movie is supposed to
call the javscript function on the page using FSCommand by itself. This
works fine in FF, but not in IE. Is there some security setting I
should be wary of?
This runs in FF but not IE for some reason:
function rip_final03_DoFSCommand(strCommand, strArgs)
{
hideDiv('flashDiv');
}
Norman
|
 |
|