|
|
|
#1 |
|
Registered User
Join Date: Jul 2001
Posts: 4
|
I have tried to using the INIFILE plugin with no success. Below is a snippet of actionscript that I am trying to use. I am certain the script is running and that the plugin in SS is checked.
fscommand("CLR", ""); fscommand("ARG", "C:\\Temp\\Test.ini"); fscommand("ARG", "SECTION"); fscommand("ARG", "KEY"); fscommand("ARG", "VALUE"); fscommand("INIFILE.SETVAL", ""); I have been successful using FILESYS.WRITEFILE, so I am really at a loss. I am using the trial version of SS v1.0 build 1499, flash 5.0 on Windows 2000 Pro. |
|
|