A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Fscommand works in 5 but not MX

  1. #1
    Senior Member
    Join Date
    May 2001
    Location
    London, England
    Posts
    273
    How come this command works fine in Flash 5 but not in MX?

    on (release) {
    fscommand ("save", "Text.txt");
    }

  2. #2
    Senior Member
    Join Date
    Jul 2000
    Posts
    126
    It was never an official feature of F5.

    F-MX is more serious about security so it is no surprise that this has been removed. (It could be used as part of a hacker exploit).

    F-MX also has SharedObject to allow local persistent storage - so saving a text file locally is no longer necessary.

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