I use swfobject in one of my projects to determine if the end user has installed the installed version of Flash. The problem is with Firefox because it displays a message: "Allow Adobe Flash to run?" and I want to avoid this.
Not about showing the end user alternative content, I just want to try to detect Flash and if Flash is not installed, do not show anything, but if Flash is installed, then do not show Allow to run ... messages in Firefox.
Does anyone know of any way to prevent this with SwfObject?
Note: By simply including the following line in the html header:
<script type="text/javascript" src="swfobject.js"></script>
it launches the message "Allow start": S
If you think that there is a better alternative to swfobject to solve this problem, and it is a good multi-purpose swf-handler tool, Iβm all ears.
Here is an example post:

thanks
javascript firefox flash swfobject
Edenshaw
source share