Can Flash Create Text Files

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

  1. #1

    Default Can Flash Create Text Files

    So i'm helping some people design a flash application that runs off of a cd and
    they want to be able to store data from use to use without really having to
    install an app. on the host computer. I figured there might be a way to write
    data to a txt file stored in the temp files. But i would have to have flash
    create the file. Is this possible, how would i do it?

    thanks for the help
    omar

    alfaro_vive Guest

  2. Similar Questions and Discussions

    1. Why does Shockwave Flash create files on MY computer!!!
      Sorry if it's been answered already. Sorry I posted to 3 groups - can't cross-post with my program. Sorry if anyone thinks it's NOT an intrusion,...
    2. how do you create a scrolling text box in Flash 5
      I'm trying to produce an all Flash information site but I cant work out how to produce a scrolling text box. I'm running Flash 5, so the...
    3. Dynamic Text Loaded from Text files -> Flash 5 <-
      I was wondering how I can dynamically load text into a text box from a text file using Flash 5. I've seen plenty infos how to do it with Flash MX but...
    4. How to create help files / text files
      I want to create a help dialogue that will just act as a reminder on do's & dont's I had in mind a text file with sliding bars but don't seem to...
    5. LOADING TEXT FILES INTO FLASH`
      Hello All Can anyone tell me if I have a text file call "PLACES.TXT" and it looks like TOWN, XCOOR, YCOOR, TYPE Barnsley,100,200,Town...
  3. #2

    Default Re: Can Flash Create Text Files

    hi omar

    this is possible....
    writing some data to the temp folder through shared objects in flash...
    check shared object and its class in flash help,
    steeban Guest

  4. #3

    Default Re: Can Flash Create Text Files

    Hi steeban,
    Using the shared objects is fine for persistent data but I need a to create an
    output text file, to a local or network folder, everytime the user submits
    information. Is this possible without using PHP scripts - ie, directly from a
    flash?

    As far as I understand Flash is unable to produce XML files without the help
    of PHP, or similar, scripts so I'd presume that it can't create text files
    either?
    Thanks, wadba

    wadba Guest

  5. #4

    Default Re: Can Flash Create Text Files

    Hi wadba,

    as long as your application is running from a Web browser, it cannot create
    files - security reasons. The only way is to make your application stand-alone.
    mProjector from ScreenTime Media can do a great job, giving Flash all the
    system functions it misses for the security reasons. Download a trial version
    at [url]www.screentime.com[/url].

    Simon

    SimonTheSwift Guest

  6. #5

    Default Re: Can Flash Create Text Files

    How about outputting your data to an HTML popup window
    and allowing the client to save their data as a web page?



    "alfaro_vive" <webforumsuser@macromedia.com> wrote in message
    news:dfl2pa$67s$1@forums.macromedia.com...
    > So i'm helping some people design a flash application that runs off of a
    > cd and
    > they want to be able to store data from use to use without really having
    > to
    > install an app. on the host computer. I figured there might be a way to
    > write
    > data to a txt file stored in the temp files. But i would have to have
    > flash
    > create the file. Is this possible, how would i do it?
    >
    > thanks for the help
    > omar
    >

    Kree8R Guest

  7. #6

    Default Re: Can Flash Create Text Files

    I looked into this a while ago. As far as i am aware Flash doesnt have this
    capability. However i got round it by embedding my swf inside a Director stub
    and used the FileIO xtra.

    Hope this is of some help.

    pakora 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