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

  1. #1

    Default Saving *.txt file

    could you tell me how to save a *.txt file from flash. that could be some
    kind of cookies... thanx!


    morphC2004 Guest

  2. Similar Questions and Discussions

    1. Saving a file
      I want to be able save a macromedia video file, but i do not know how. Can anyone help?
    2. File uploads without saving file
      I am running a system that takes a users file and uploads it to a blob. That worked flawlessly in Coldfusion 6.1 and 7. Now, I need to get the...
    3. File saving for PC use
      Using Photoshop 5.0 need correct way to save a file for store machine printing. Recently took burned images to store for prints only images not...
    4. Problem in saving file using File io
      U may install FileXtra4.x32 from http://www.kblab.net/xtras .it is free distribute and really very good. It also can save picture... but u need to...
    5. Help with saving file please ?
      Can anyone help ? Trying to save a flash file that I have created but when I open or try to open the file I get a error message saying cannot open...
  3. #2

    Default Re: Saving *.txt file

    you cannot write arbitrary files from flash. you can save 'cookies' though
    with FP7/MX2004
    --
    All the best,
    Jeckyl


    Jeckyl Guest

  4. #3

    Default Re: Saving *.txt file

    I use php scripts for this.
    A 'loadvariables' action in flash sends variables from a form to a php file.
    The php file records the variables in a '.txt' file.

    I can then using 'loadvariables' load the text back into flash again.
    This way I can create a flash site with client controlled content management
    for the text.

    The same can probably be done with an asp, jsp or cfml file.
    I'm not sure. I only know php.


    "morphC2004" <morphc2004@net4u.hr> wrote in message
    news:cshf69$rbc$1@magcargo.vodatel.hr...
    > could you tell me how to save a *.txt file from flash. that could be some
    > kind of cookies... thanx!
    >
    >

    Allan Guest

  5. #4

    Default Re: Saving *.txt file


    "Allan" <alpal@eftel.com> wrote in message news:41f0744d$1@news.eftel.com...
    >I use php scripts for this.
    > A 'loadvariables' action in flash sends variables from a form to a php
    > file.
    > The php file records the variables in a '.txt' file.
    >
    > I can then using 'loadvariables' load the text back into flash again.
    > This way I can create a flash site with client controlled content
    > management for the text.
    >
    > The same can probably be done with an asp, jsp or cfml file.
    > I'm not sure. I only know php.
    >
    >
    > "morphC2004" <morphc2004@net4u.hr> wrote in message
    > news:cshf69$rbc$1@magcargo.vodatel.hr...
    >> could you tell me how to save a *.txt file from flash. that could be some
    >> kind of cookies... thanx!
    >>
    >>
    >
    >Hi allen
    Could you send me details of the PHP file that you use for this? Can it
    work on a local machine? and do i need any particular software for it to
    run?

    tia

    nigel


    lugaburuga 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