Hello Flashcoders,
I have a DIV layer (named 'my_layer') which is over HTML page.
Then I want to hide it using Js call as
getURL("javascript:hideLayer();");
Javascript:
=============
function hideLayer() {
document.all('my_layer').style.visibility='hidden';
}
=============
It works nice in IE and Opera, but for some reason (?) doesn't work in
Mozilla (I tested with Mozilla 1.7.3)
Mean while it hides the swf, the links at HTML page are still not
clickable.
Any idea?
--
Best regards,
Gregory_GOusable
================================
http://GOusable.com
Flash components development.
Usability services.
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders