A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: array saving and reloading for .exe file

  1. #1
    Junior Member
    Join Date
    Mar 2006
    Posts
    19

    array saving and reloading for .exe file

    I know you guys probably hate me by now but I love the .exe capabilities of this program I wish there was some more documentation for it. here is my question.

    I am trying to get an array to save from and exe and then reload it. I have been successful with saving the array but I have not been able to reload it. I have used the script
    Code:
    loaded = fileLoad ("objectest.array");
    on a text button. when I try to run this the results window shows the following error.

    Code:
    fileLoad() is not a method of Movie on line 1  loaded = fileLoad ("objectest.array")
    1 errors found
    anybody know what I am mixing up. I have attached my problem child.

    Thanks
    Carl
    Attached Files Attached Files

  2. #2
    Senior Member kusco's Avatar
    Join Date
    Nov 2001
    Posts
    681
    In the latest version, fileLoad and fileLoadString were changed to loadFile and loadString. This has now been reflected in the documentation of the latest release version 4.9.6

    The latest version also now allows you to disable the escape key for executables.

    We are very interested in hearing about the features that users want, and we always want to know about the bugs you find.

    Thanks
    Cheers,
    kusco
    (3DFA Support Team)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center