Welcome, Guest
  • Author Topic: PLEASE HELP! Scrollable TextArea UI with dynamic data?  (Read 1098 times)

    MrEd

    • Seasoned Programmer
    • ***
    • Posts: 103
      • View Profile
      • Wisdom Productions
      • Email

    How do i modify the TextArea componet to get dynamic data into it from a php file?

    I know how to drop and drag the textarea into the flash movie and then type data in through
    the componet inspector but how do I do it dynamicly?

    Thanks
    -Ed
    « Last Edit: 08/08/05, 16:08 by MrEd »


    ..:: Mazhar Hasan ::..

    • Moderator
    • Systems Administrator
    • *****
    • Posts: 828
    • Cheers
      • View Profile
      • SyedMazharHasan.com
    For loading data from serverside pages, see http://www.flash-db.com/Tutorials/loading
    and for adding data to text area component using scripts, simply use:


    myTextAreaComponent
    .text myVars.information
    /*where myTextAreaComponent is the name of your component and myVars is the loadvars object that you are using to load data from the PHP page*/
    Your wish is my command