Log in

View Full Version : Hiding a Flash File



dchopda
06-17-2009, 11:31 AM
Hi,

I am using a flash file in my site.

When I open the page on IE 6, during page load, the flash file opens for a second (may be for loading) and then disappears.

During page load, I want to hide that flash file from loading. It should load only when user clicks on the video link.

Can anybody help me?

Cosmos Wide Web
08-16-2009, 03:20 PM
you should start with
myVideo_mc._visible = false;

when a person click on the video link
my Video_mc._visible = true;