After Microsoft have lost a legal battle with a patent holder about the way Internet Explorer displays OBJECTs and EMBEDs in webpages, IE browser require user input to display and activate ActiveX based media.
There is many solutions of the problem. We recommend a very simple solution to fix the 'Click to Activate' message problem for a flash plugins on your page. Put the following code in the head of your page:
<script src='http://f-source.com/scripts/F-Fix.js'></script>add before your flash object
<script> flashFix('
add after the object
'); </script>you will get
<script>flashFix('<object ...</object>');</script>//don't apply to our menus
Important! All in one line, without line breaks!
Example of correct code: <script>flashFix('<object ... <param ... <param ... </object>');</script> Example of incorrect code: <script>flashFix('<object ... <param ... <param ... </object>');</script>













