Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Determine/set what player version flash is running in browser

New Here ,
Nov 09, 2017 Nov 09, 2017

In the swf I can set the flash version. Does this decide what version the player is using to run flash in Webbrowser?

And can I check that in actionscript? Currently Capabilites.version gives me the exact version of the Plugin.

TOPICS
ActionScript
225
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 09, 2017 Nov 09, 2017

the player version running in the browser is the version of the plugin.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 09, 2017 Nov 09, 2017
LATEST

As part of your publish settings you can set it to require a particular minimum version. If you do use that you should set it to the lowest version that will be able to play your SWF. But as kglad says, if the SWF runs at all it will be using the version the browser has.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines