tags:

views:

20

answers:

1

Hi guys, my project is just try to access some locally stored swf file but it falls under sandboxType localWithFile and localWithNetwork. then i google for this and answer is for using both our sandBoxType must falls in localTrust. to do so we have to set our flash player global setting and trusted local path of our swf file. by doing so task is completely done.

but my question is this is the user based setting for this we have to tell user about this and it is not possible to doing this. bacause this type of setting must be done by our program and by something else so that user dont need to do so.

so i google again for this and found that flash developer has not much about this and has to change some .cfg file. so please can anyone tell me about this i hav tried FlashPlayerTrust.cfg but not getting any success. may be i m doing in wrong way :(.

so please help me i m stuck here. please explain with full detail and if possible give some example and location of the configuration files.

really need urgent help. my PM is just on my head :(

A: 

If you just want to run your swf on local machine but access both local files and remote files, I think you can modify your swf using the LocalContentUpdater.

Check it out and see if it suits your purpose.

http://www.adobe.com/support/flashplayer/downloads.html#lcu

You run it from the command line and you can change how your swf behaves, hopefully this may help you out. Then you don't have to tell people how to change their settings.

Neil