Welcome, Guest
Sign in
Create account
Home
Home Page
Components
Buy & Sell
Freelance
Marketplace
Tutorials
Flash Tutorials
Games
Free Online Games
Community
Message Board
Home
Help
Search
Login
Register
Subscribe to
Our Feed
Follow Us
On Google +
Follow Us
On Twitter
Become a fan
On Facebook
Flash-DB
»
General
»
V2 Components (Flash MX 2004 - Flash 8)
(Moderators:
vesa kortelainen
,
Ronald Wernecke
,
Jorge Solis
,
..:: Mazhar Hasan ::..
,
papachan
) »
PLEASE HELP! Scrollable TextArea UI with dynamic data?
« previous
next »
Print
Pages: [
1
]
Author
Topic: PLEASE HELP! Scrollable TextArea UI with dynamic data? (Read 1098 times)
MrEd
Seasoned Programmer
Posts: 103
PLEASE HELP! Scrollable TextArea UI with dynamic data?
«
on:
08/08/05, 14:55 »
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
»
Logged
alexandrem
Server what's that
Posts: 7
Re: PLEASE HELP! Scrollable TextArea UI with dynamic data?
«
Reply #1 on:
08/09/05, 16:06 »
look this tutorial...
http://www.cristalab.com/tutoriales/42/tutorial_de_uso_del_componente_textarea_de_flash_mx_2004
Logged
..:: Mazhar Hasan ::..
Moderator
Systems Administrator
Posts: 828
Cheers
Re: PLEASE HELP! Scrollable TextArea UI with dynamic data?
«
Reply #2 on:
08/10/05, 02:20 »
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*/
Logged
Your wish is my command
Print
Pages: [
1
]
« previous
next »
Flash-DB
»
General
»
V2 Components (Flash MX 2004 - Flash 8)
(Moderators:
vesa kortelainen
,
Ronald Wernecke
,
Jorge Solis
,
..:: Mazhar Hasan ::..
,
papachan
) »
PLEASE HELP! Scrollable TextArea UI with dynamic data?