I have had issues with it myself but I know there is :
http://docs.mootools.net/Core/Browser

   - Browser.Plugins.Flash.version - (*number*) The major version of the
   flash plugin installed.
   - Browser.Plugins.Flash.build - (*number*) The build version of the flash
   plugin installed.

Let me know if this works for you, because it wasn't working for me, but it
is supposed to return the version number...

Jeremy Bueler
www.jbueler.com


On Fri, Sep 12, 2008 at 6:41 AM, RobRoyAus <[EMAIL PROTECTED]> wrote:

>
> Was a getVersion method removed from Swiff between 1.2 beta and the
> final release? I see it in the source code of 1.2beta but it is no
> longer there so my page throws a JS error if I try to upgrade mootools
> to the final release version.
>
> I need to load a flash only if a certain version of Flash is present.
> See homepage of http://www.enjoyengland.com/
>
> I was using
>
>     if (Swiff.getVersion() >= 8) {
>
> Any help gratefully received.
>

Reply via email to