Saving Variables in files

Ask a Question related to Macromedia Flash Data Integration, Design and Development.

  1. #1

    Default Saving Variables in files

    *Please forgive me my bad english*
    Is it possible to make such a thing:
    When Button_btn is clicked (onRelease), var( var Name:String = new
    String("Flash MX|) ) is send to file (File.txt) and saved there. I think its
    something with PHP. I dont know php...

    Thanks, for help.

    Pomarzrs Guest

  2. Similar Questions and Discussions

    1. Saving flash movie variables to disk ???
      Hi all, Im working on a flash project at the moment where the user is asked a number of questions and must answer multiple choice. At the end of...
    2. Saving CS files as Illustrator 8 files
      Is there any way, in Illustrator CS, to save files as Illustrator 8 or Illustrator 9 files? In Illustrator 10 you could it with "save as," but I'm...
    3. Saving CS files to 8.0
      How do we do this? 8.0 would always ask which version the file should be saved in. What are we missing? We are now a multi-version group, who are...
    4. Saving variables or data
      Hi everybody I have a question about saving data via flash. Here is my scenario: I have a swf movie (web site) that contains seminar dates. These...
    5. Saving Variables
      Hello, I'm working on a quiz type scenario at the moment.. with all user responses being stored to floppy disc (its PC only). At the moment I'm...
  3. #2

    Default Re: Saving Variables in files

    yes it is possible. you should google for 'flash write a text file' and you'll
    find stuff like this:

    [url]http://www.actionscript.org/resources/articles/580/1/Write-to-File-Flash-to-Serv[/url]
    er-Side-interaction/Page1.html

    sneakyimp Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139