Results 1 to 4 of 4

Thread: save text from interface

  1. #1
    Join Date
    Jun 2008
    Posts
    6
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Talking save text from interface

    how can i save some text from my interface to some file ...(notepad or xml)?

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    That's an extremely broad question. What interface are you talking about? Is it made in Flash?

    Post some code or source files or at the very least a link to see the "interface" in action.

  3. #3
    Join Date
    Jun 2008
    Posts
    6
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    ya on flash......

    for example i have text area and i wanna my users fill it and i have this note in some file...

    ???

  4. #4
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    1. Do you have PHP (or another server-side language) available on your server?
    2. Do you know how to read/write files in PHP?

    You would need to do/know those things before you delve into the ActionScript. The AS required isn't really that hard. You're just send variables from Flash to a server-side script using the LoadVars class. But the work of writing the text to a file will be done by PHP.

  5. The Following User Says Thank You to Medyman For This Useful Post:

    Assad (06-16-2008)

Bookmarks

Posting Permissions

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