Write in a text file ?!

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

  1. #1

    Default Write in a text file ?!

    Is there a way to write and read in a text file ? I know how to read from a textfile, but I was wondering is there's any function or action to print information to a textfile.

    Thanks ;)
    ø|i


    war_mice webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Write to text file?
      The age old question has been "how do you use Flash to write to a file", and the answer has and likely will always be "you can't. You have to use a...
    2. write text file to the server
      What I am trying to do is get query results then use the results mixed with a little bit of simple HTML and then save that as a .txt file in a...
    3. write a text file to a server
      hi is it possible to open, change and save a simple txt file on a remote server with flash mx without php or cfm? the idea is to have a very simple...
    4. How can I write to text file.(ftp)
      I want to write to text file, the follow text " My Name Is mike" Now, I have used the following sysntax: dim strFilePath as string = "C:\" dim...
    5. How To write to a text file.
      Hello! Do the following (this will work, I promise :-): C# using HelpMePlease; class GetHelp {
  3. #2

    Default Re: Write in a text file ?!

    No, there isn't. All you can is to pass the variables to a server side
    script and have the script write the file

    Peter

    --
    Peter Lee

    Novel Games - Free Game Downloads and Free Flash Games
    Visit us at: [url]http://www.novelgames.com[/url]



    "war_mice" [email]webforumsuser@macromedia.com[/email] wrote:
    >Is there a way to write and read in a text file ? I know how to read from a textfile, but I was wondering is there's any function or action to print information to a textfile.
    >
    >Thanks ;)
    >ø|i
    >
    >
    >
    >
    >
    Peter Lee Guest

  4. #3

    Default Re:Write in a text file ?!

    hi

    actualy first i want to know which version of flash are you using....

    if it is flash 5 than there is a only 2 line code to write in a text file locally without using any serverside technology.

    or if it of MX than you have to work a little hard but i can surely help you in this as this thing i have done earlier....

    wait for a day i will post the sample files for u than u can study them and go ahead

    if you want to only read-write data from a txt file you did not need to integrate the serverside scripting at all in flash

    regards
    gv79


    gv79 webforumsuser@macromedia.com Guest

  5. #4

    Default Re:Write in a text file ?!

    I'd really like to find out how to do that as well, however I'm using MX. I'll be using it to create a mailing list. They'll type thier emails in then it'll put it in a text file.

    Cheers,

    George


    georgemonse webforumsuser@macromedia.com Guest

  6. #5

    Default Re:Write in a text file ?!

    Well I`m pretty sure Peter Lee is correct, you can find easy to follow PHP tutorials on Flashkit.


    stwingy webforumsuser@macromedia.com 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