I know that ini file saves into windows folder when testing in mmf2 editor. But when i build a swf app and start it with flash player. Where does it saves that file?
Printable View
I know that ini file saves into windows folder when testing in mmf2 editor. But when i build a swf app and start it with flash player. Where does it saves that file?
Cookies Folder
Marv
Is there a program that can read SOL files more normally than notepad, cause it looks very strangely with all the squares, and since ini has so many bugs it would be a lot helpfull if i could read it properly like a normal ini.
INI has bugs?
Please explain.
You could use any number of free text editors which... work rather better than Notepad, such as Notepad2, Notepad++ and EditPlus.
Details on INI's bugs would be welcome as well.
Well it behaves different in swf than in mmf, especially when i delete groups and then create them again, i am not sure what causes the bug yet, but mostly because it does very strange things. But i am trying to find out.
Skyhunter, you can find a normal ini in Windows folder after running your app within MMF. The inis created by SWFs seem to be formatted differently and therefore contain special characters. However, I found no problem in retrieving this data again (except when accessing the same file from the main app and a sub app, in this case you may need to "re-initialize" the ini by destroying and creating it again - maybe this also helps in your case).
CT, is there some kind of encryption added by Adobe?
I have tried deleting the cookie it is not that, the problem is way deeper, and ini created in the windows folder does not help me because the bugs only create when running in swf.
And a quick edit: The bug appears due to deleting a group, but i have no idea why.
I see, I missed one word, so you only could misunderstand: I meant "re-initialize" (destroy/create) the ini OBJECT helped me.
About your "groups", you mean you delete all Actives using the same qualifier? Events related to qualifiers can cause strange effects if no Active with this qualifier exists.
No not a group of objects, ini group.
But it's ok now, i did remove all delete groups actions, and now i am deleting items one by one, so no more bugs so far.
The problem was my merchant code which when replenishing stock would delete [merchant] group and repopulate it with new items.
Somehow delete group didn't delete the group but transfered those items elsewhere in the ini.