How to programmatically open settings popup for a shockwave-flash object

213 Views Asked by At

I have an application that has an audio/video chat. I'm using a flash object on IE and Safari. Everything works fine. I was just wondering if there a way to open the "Adobe flash player settings" popup via JavaScript?

settings popup

In case you think it's relevant, this is the code for my flash object:

<object id="flashObject" type="application/x-shockwave-flash" data="video.swf">
                <param name="quality" value="high">
                <param name="bgcolor" value="#262626">
                <param name="allowscriptaccess" value="always">
                <param name="allowfullscreen" value="true">
                <param name="wmode" value="transparent">
                <param name="scale" value="exactFit">
 </object>
0

There are 0 best solutions below