Internet Commerce

Partners & Affiliates

Developer Channel


Featured Flash FLA
Gallery Downloads 11401 Flash Movies | 5 New Flash Movies Added
What's New | Top 100

Featured FLA

»  Author: Nick Kouvaris
»  Title: Znax
»  Description: Znax is a board game. Click 4 tiles of the same color and form squares as big as you can. You will erase all the tiles inside the square and collect points. Get maximum score if you make a square with game edges.
»  More by: Nick Kouvaris


Random FLAs | Add Flash Movie
Featured Flash Site
Gallery Downloads 4941 Flash Sites | 1 New Flash Links
What's New | Top 100 Flash Site

Featured Site

»  Author Agence WOP Digital Agency
»  Title: Electricdrum
»  Description: French WOP Agency, 3D websites, Flash (Papervision, Away 3D), event or institutional projects. The agency operates on all digital projects: consulting, design, graphic design, development, online communication. The WOP agency follows you on the implementation of original, creative and optimized digital projects.


Random Links | Add your own Flash Related Links
Flash Tutorials 1481 Tutorials 7 New Tutorials Added!
What's New | Top100

» How To Make A Simple Animation Using Christmas Clips
» Simple Step by step flash game tutorial Spot the diffrence
» How To Make A Moving Text Slide
» Create Flash Banner With Text Float Effect
» How To Make Zoo Photos Slideshow
» How To Make A Dolphin Photos Slideshow
» How To Make A Fathers Day Slideshow
» How To Make A Transparent Background of Your Flash File
» Create Flash Banner With Text Disco Light Effect Today we will introduce you a Text Disco Light eff
» Unknown Tag: Title10
Random Tutorial | Add Site


Tutorials Home What's New Top Rated Submit myTutes Random!

Search Tutorials


Tutorials Tutorials » Actionscripting/Basic

Categories Loading .TXT files in flash
Author: Loonyboy | Website: -NONE- |

 
Page 1
1

Loading .TXT files in flash

There are many way to load text files into flash, but I think this is the easiest.

Requirements

1. A flash document to do this with 2. Notepad, or something like it (none of those hi-tech things like microsoft word.) 3. One folder to put it all in.

Process

The Flash Part

First of all you are going to have to open up flash. Now, create a DYNAMIC TEXT FIELD. on the stage. make the variable name for this text field "text", if you know html, and wish to be able to use it in this text field, press the button to enable HTML codes. I suggest you make the text box fairly large (if you want to put large amounts of text in it, like news on your site). Now we come to the last step that we have to take in flash... Click on the frame where your textbox is located. open your actions window and enter this:
loadVariablesNum("text.txt", 0);

The Text File Part

This is the simplest part.... in the text file type the following "text=". after that, type whatever you want the test box to say. If your using HTML, you will notice that some HTML codes wont work, bummer eh?

Not working?

Read this to see what you might have done wrong

1. If your text box is in a movie clip it wont work, you need a difrent code for that. (instuctions are below) 2. Make sure the variable name of the textbox in flash matches the variable name in the text file. 3. Make sure your .swf file is in the same folder that the text file is in. 4. Make sure the "load Variables" action has the same name at the text file 5. Make sure you have Flash MX, I dont know if it works with other versions of flash. 6. Still having problems, I dont know what to say

How to make the text show up if its in a movie clip.

You basicly do the same thing as above accept the code is a bit difrent. Say the movie clip that the text is in is called "clip". The code is as follows.
loadVariables("text.txt", "/clip");

THE END

1

» Level Intermediate

Added: : 2004-01-24
Rating: 6.61 Votes: 72
Hits: 1964
» Author
Montclair, NJ
» Download
Download the files used in this tutorial.
Download (4 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.
10 9 8 7 6 5 4 3 2 1
Read or Post Comments