A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: save input box text to new text file list

Threaded View

  1. #1
    Junior Member
    Join Date
    May 2009
    Location
    Ahmedabad, Gujarat, INDIA
    Posts
    6

    Unhappy save input box text to new text file list

    Hy

    Please help me

    I have an inputbox which take data as ouput_txt and covert into variable tmessage which in turn go to new text file

    the code

    import flash.text.TextField;
    import flash.text.StaticText;
    import flashx.textLayout.elements.TextRange;
    var tFR:FileReference = new FileReference();
    var tMessage = output_txt;

    tFR.save(tMessage,'.txt');

    The problem is the text file reads [object TextField] only

    second problem how can i use it as a list I mean may i make number of entry and each time file is automatically updated in notepad file ?

    I have attached fla file


    please help me out


    please
    Attached Files Attached Files

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