|
|||
|
Heres what i use (copied from forums)
Quote:
Quote:
what to do ? :S |
|
|||
|
The code can only work with swfkit. That is to say, you will have to add the swf movie into swfkit. Therefore, the trace method does not work, you will have to use Global.trace instead. Then the code will work well.
|
|
|||
|
yes i got stuck at flash output and thought it didnt work, jsut stupid that i had forgotten i need to run the swfkit project
and yes, it works perfectly But how about Diskinfo ??? i saw in the manual di.diskinfo() something.... what exactly is di ? |
|
|||
|
Code:
var fil = "C:\\Documents and Settings\\dk.PCHOME\\Mina dokument\\Flash project\\sets.ini";
var iniFil = new Ini(fil);
var fil_exists = File.exists(fil);
function laddaInstallningar() {
if (fil_exists == true) {
_global.fil_namn = iniFil.getString("KLNT_GLOBAL", "FILEN");
}
}
tfelt.text = _global.fil_namn;
Global.trace(_global.fil_namn);
Code:
[CLNT_GLOBAL] NETADR=http://localhost/ NAME=dex.php |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|