Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
Dynamic User Survey - Part I
Author: Jei Gaither
| Website: http://www.eslacker.com/ |
Text files as a backend
So, you might be saying, "but my project only needs to display something
simple, and I don't want to learn fourteen languages!" Well, if you just
want to display something simple and static, you can always use a simple text
file with a URL-Encoded string of name/value pairs.
So, design your
Flash movie, figure out what information you want to display and create text
fields named accordingly. Remember to keep your names clear and concise. Use
names like txtName and txtEmail instead of TextField1 and TextField2. Believe
me, it'll make a difference in the long-run by making your code more readable
and easier to debug.
Once you've decided
what to display and what to name the text fields, create a simple text file
that contains a URL-Encoded string of your values, like the one we looked
at before. In this example, name=eslacker&email=eslacker%40yahoo%2Ecom would be the
entire contents of your text file.
That's all there
is to creating a text file as a backend.
| » Level Advanced |
|
|
Added: : 2000-12-14
Rating: 8.41 Votes: 72
Hits: 7020
|
| » Author |
|
Jei Gaither is a web developer in Austin, TX. His projects out-weigh his
spare time, but he still manages to find new uses for Flash and creative
interfaces.
|
| » Download |
|
Download the files used in this tutorial.
|
|
Download (33 kb)
|
|
Get conversion and unzipping tools
for PC and Mac here!
|
| » Forums |
|
More help? Search our boards for quick answers!
|
|
Please rate this tutorial, 10 is the top rating, you can also click the
comments link to read/write a review.
|
|
|