-Click to Activate Control- SOLUTION #1-
Ever wonder how to get rid of the pesky extra click for flash controls? We have found a solution that is as easy as copy and paste. There are only two step to implement this solution.Â
1) Paste
just after your last ending tag as shown in the picture below.

If you are useing this method in DotNetNuke make sure to include the relative skin path as shown in this picture.

2) Download and save the below file to the same directory as the form or control you have the flash object in. For example if the flash is in the root of your directory then the below javascript file will also be located in the root directory.

-Click to Activate Control- SOLUTION #2-
1)Â Â I have been testing some other solutions that will cover a larger variety of implementation. For example this will allow objects as well as embeds. The idea is to use a javascript file to create a function with the HTML in Document.Write() functions. This seems a little more complex, but it really is not. All you have are three parts the Header which will have the following line of code before ...
2) The second part is placing the following line of code where the object or embed wil appear...
3)ÂLastly, we will place the following in a javascript file and put in our own flash or control information with Document.Write lines as shown below...
function call_fix()
{
document.write('
\n');
}