G
GG goodwin
I would like to use JavaScript to disable Flash on the click of a HTML link.
Is it advisable to use JavaScript to disable a Flash movie? Is it worth me
implementing this when you can get software which will disable Flash?
What is the best way to do this?
At the moment, I have got it so that when you click a HTML link it hides the
Flash movie, using the CSS property
display: none;
Would the Flash movie still be running in the background using this method?
I would like to free up the user's CPU.
Cheers,
GG.
Is it advisable to use JavaScript to disable a Flash movie? Is it worth me
implementing this when you can get software which will disable Flash?
What is the best way to do this?
At the moment, I have got it so that when you click a HTML link it hides the
Flash movie, using the CSS property
display: none;
Would the Flash movie still be running in the background using this method?
I would like to free up the user's CPU.
Cheers,
GG.