Skip to main content
September 18, 2006
Question

Flash Player Detection

  • September 18, 2006
  • 1 reply
  • 217 views
Hi All,

I am wondering that Media Server can detect flash player version automatically and it gives message that to download newer version. or is there any code that we can use on our media pieces to communicate with fms.

Thanks in advance.

    This topic has been closed for replies.

    1 reply

    September 19, 2006
    FMS has no "built in" client version checking, but there's no need to use FMS for that anyway. You can do it on the client side.

    In actionscript, you can use getVersion to determine the version. You can also use javascript (see http://blog.deconcept.com/swfobject ) to detect player versions.