Creating a text file & writing to it

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

  1. #1

    Default Creating a text file & writing to it

    I went through a bit of articles on how to retrieve variables from a .txt file from the local machine. But I want to know can we create a text file and write to it through script.

    Thanks
    rjv_rnjn Guest

  2. Similar Questions and Discussions

    1. Writing a text file to the file system
      Using Visual Studio C# When I ran the following code: System.IO; private void Button1_Click(object sender, System.EventArgs e) {...
    2. Writing a comma delimted text file using CFFILE
      Can someone please tell me what is the proper syntac for writing a comma delimited text file. In the CFSET tag when I name the variable for the...
    3. Writing a Text File in Flash...
      http://www.multidmedia.com/software/flashstudio/features.php is a free (for non-commercial use) app that lets you save to text files.
    4. Writing to a csv text file
      Say I ran a query that pulled 100 records with 10 fields into a RecordSet I'll call "rsQryResult" How would I: 1. write this data to a .csv text...
    5. Creating Text File
      I'm using ASP 3.0. I'm taking form contents and dumping it into a text file on the server. My question is how to add the TIME to this statement. I...
  3. #2

    Default Re: Creating a text file & writing to it

    rjv_rnjn wrote:
    > I went through a bit of articles on how to retrieve variables from a .txt file from the local machine. But I want to know can we create a text file and write to it through script.
    >
    > Thanks
    It can't be done with flash alone. You'll either need to create textfile
    on the server using PHP (or similar) or use something like FlashJester
    or Screenweaver.

    this question has been answered about a billion times before... please
    search the forum's archives on google groups before posting a question
    in future.

    --
    MOLOKO
    ------------------------------------------------
    ::remove _underwear_ to reply::
    'God saves but Buddha makes incremental backups'
    ------------------------------------------------
    GCM/CS/IT/MC d-- S++:- a- C++ U--- P+ L++ !E W+++$ N++ O? K+ w+++$ !O M+
    VMS? PS+++ PE- Y PGP+ t+ 5-- X-- R* tv++ b++++ DI++++ D+ G e h-- r+ y++
    see [url]www.geekcode.com[/url] to translate the above!
    MOLOKO 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