|
|||
|
i use this code:
Code:
var ini = new Ini("settings.ini");
var resolution = ini.getString("RESOLUTION SETTINGS", "resolution");
trace (resolution)
key not found my ini file: Code:
[RESOLUTION SETTINGS] resolution = 1024 in my other project it works fine > ![]() |
|
|||
|
ok
![]() and how do you read an ini file wich is in the same folder as the application? i use this code in flash (as 2.0) Code:
import SWFKit.*;
var path = getAppDir();
var ini = new Ini(path+"wiimenu.ini");
var resolution = ini.getString("RESOLUTION SETTINGS", "resolution");
key not found. |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|