A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: export from flash is impossible?

  1. #1
    Junior Member
    Join Date
    Oct 2004
    Posts
    16

    export from flash is impossible?

    I have a text box. i want to take the text from that text box and place it in a text file(either txt or doc or another general format).
    how would i do this? tutorials or info would help a lot!

  2. #2
    Senior Member
    Join Date
    Jan 2005
    Posts
    110
    Copy the text and paste into txt or doc

  3. #3
    Junior Member
    Join Date
    Oct 2004
    Posts
    16

    ahaha

    ok: it's a test/quiz and it gives a result. i want to click on a button and that creates a text file that can be sent by email after. is there a way of doing this or am I wasting my time?

  4. #4
    Junior Member
    Join Date
    Nov 2002
    Location
    Novi Sad, Yugoslavia
    Posts
    2
    there is an undocumented FSCommand called "save". I've never used it, but I'm sure if you look around different forums, you'll find some useful information.

  5. #5
    Senior Member
    Join Date
    Jan 2005
    Posts
    110
    That sounds like the email form, right?

    You may have an input box on the stage and you or your users can write anything there. Then you want to click a button below it and send whatever in the box to your email.

    What you do is set up a email.php on the server, which accepts the information from the form and send out by "email()" function.

    In the flash, you use "LoadVars" or "loadVariable" to send


    Detailed explanation can be found at
    http://www.elearnage.com/elearn

  6. #6
    Junior Member
    Join Date
    Oct 2004
    Posts
    16
    no no.... i might check that idea but the point is to do the test, then it goes in a TXT or DOC. thats all i want to do. once thats all done, the user will email or print the file himself. i just need flash to export to a txt file... can anyone help me here???

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