external linking
- dannycsaky
-
dannycsaky
- Member since: Dec. 30, 2001
- Offline.
-
- Forum Stats
- Member
- Level 05
- Blank Slate
I have a text file in the same folder as the swf.
I've got a variable in the swf called news
the txt file is called news.txt .
how do i externaly link the text file? i have tried the load variable option and load movie.
Thanks if you can help
- Final-Stick666
-
Final-Stick666
- Member since: Jun. 5, 2003
- Offline.
-
- Forum Stats
- Member
- Level 10
- Blank Slate
euhm...good question
i don't understand teh problem
- dannycsaky
-
dannycsaky
- Member since: Dec. 30, 2001
- Offline.
-
- Forum Stats
- Member
- Level 05
- Blank Slate
At 10/16/03 02:30 AM, Final_Stick666 wrote: euhm...good question
i don't understand teh problem
The "Problem" is that I want to link my text file in my swf. so all i have to do to change the content is to type in the txt file and it will be updated on the swf. That is the problem.
So does anyone know how to externaly link a file (in my case a .TXT file)?
Or do I have to go through the whole concept of what externaly linking is.
- dannycsaky
-
dannycsaky
- Member since: Dec. 30, 2001
- Offline.
-
- Forum Stats
- Member
- Level 05
- Blank Slate
At 10/16/03 02:30 AM, Final_Stick666 wrote: euhm...good question
i don't understand teh problem
The "Problem" is that I want to link my text file in my swf. so all i have to do to change the content is to type in the txt file and it will be updated on the swf. That is the problem.
So does anyone know how to externaly link a file (in my case a .TXT file)?
Or do I have to go through the whole concept of what externaly linking is.
- jjrocks2002
-
jjrocks2002
- Member since: Jul. 7, 2002
- Offline.
-
- Forum Stats
- Member
- Level 16
- Blank Slate
loadVariablesNum("test.txt",0)
have the text file variable named var1
and in the text file the first line has to be var1= then whatever you want after that
- dannycsaky
-
dannycsaky
- Member since: Dec. 30, 2001
- Offline.
-
- Forum Stats
- Member
- Level 05
- Blank Slate
At 10/16/03 09:29 PM, jjrocks2002 wrote: loadVariablesNum("test.txt",0)
have the text file variable named var1
and in the text file the first line has to be var1= then whatever you want after that
Thanks man!!
Your the best
It works
Yes!!

