Search Tutorials
Importing TXT Files into Flash - The Easy Way Ok first of all I am using this tutorial to show you how to import TXT files into flash so that you dont have to update the flash swf file on your website every time there is an update. To see an example of my tutorial go to www.adrenelin.cjb.net to see how I used one swf file to create a whole website. This is quite a complex tutorial but should be easy enough to understand and complete. I am assuming that you have designed the swf file for your website. If not try to find a tutorial that will show you how. Now let's get cracking. Now say that you have a section on your website that shows the news updates or whatever. If you update your website regularly you don't want to keep updating the swf file. It would get annoying. So what we do is update the TXT file that we create. This txt file will hold all the information used in the news section. Ok, open up Notepad. This is where we are going to type in our information. Type in: That's all for now. Make sure you get the '&' in front of each word and DON'T change anything in that txt file just now. You will get a chance to later. Now let me explain what is happening. You have just used '&' and wondering "what the hell is going on!" but the '&' is used to tell flash that this is a variable. Flash will find where you have set the variable and put in the Now, in your flash movie create a Dynamic Textbox and set the variable to news. This is where your text will be displayed. Now type something in this textbox like Ok now for the actionscript. You should have one layer and one frame, Select the frame and in the actions type in this: This actionscript tells the movie to load up your txt file and read the variables. You must upload your file to your server so that the swf file will read it from that address. I use freewebs so my actionscript would be: So now this code allows you to get the variables from the txt file. If all goes well it should work (if having difficulties make sure everything is typed correctly and done correctly) and you should be able to update the txt file every time you want an update instead of updating the swf file. I hope you found this tutorial easy and understandable. If there is any problems email me at skatemcfreak@aol.com.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|