Skip to main content
Inspiring
August 17, 2012
Question

AIR Flash Player configuration file location

  • August 17, 2012
  • 5 replies
  • 1643 views

What is the name and location of the AIR Flash Player configuration file? I'm assuming the name should be mm.cfg like it is for the flash palyer on the desktop, where do I put this file when I compile my AIR app?

This topic has been closed for replies.

5 replies

chris.campbell
Legend
August 17, 2012

The "per user" config file, mm.cfg, is outlined here: http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7fc9.html

If you want to modify the system level mms.cfg, that'll be in your C:\windows\syswow64\macromed\flash folder

Inspiring
August 18, 2012

Where is the mm.cfg file located when an AIR app is runnning? Or putting it another way, how do I get the AIR app installer to update the mm.cfg file for the user if I develop on a Mac and the user installs the app on windows/linus/another Mac/iOS/Android/QNX/AIR for TV, etc?

chris.campbell
Legend
August 20, 2012

What kind of changes do you need to make to the mm.cfg?  The AIR app installer won't touch this file, so if you needed to migrate/modify it, you'll need to do it programmatically.