A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Can I output form variables to a simple .txt file?

  1. #1
    Junior Member
    Join Date
    Jan 2001
    Posts
    3
    Hi all,

    I tried looking all through my documentation and checking previous replies, but I still am not sure if this is possible(tried and doesn't seem to work).

    I want to use a Flash .swf file as a kiosk, and am including a contact form. Rather than having to worry about the kiosk connecting to a web server, I would just like to accumulate visitor data using a tab-delimited text file located locally on the kiosk PC. I don't want visitors opening up browser pages just to enter a form. Is this possible?

    Thanks for your expertise!

  2. #2
    Registered User
    Join Date
    Feb 2001
    Posts
    13,039
    Hi cindiya,

    you could install perl on the machine and create a minimal web server just to handle these requests. The whole thing would be just a few pages of perl code altogether..

    Musicman

  3. #3
    Junior Member
    Join Date
    Jan 2001
    Posts
    3
    Thanks! I'll look to that as an alternative. I guess I was just hoping I wouldn't have to go there. (eek)

  4. #4
    Hi You can

    look into the fs commands, i remember looking into it at one stage and finding that you can send varibles to a txt file by executing not pad with a query string somehow. i cant remember how now!!

  5. #5
    Junior Member
    Join Date
    Jan 2001
    Posts
    3
    Thanks, I'll look into that too!

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center