Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Read text from file |
From: | 2Nerotik |
Date: | Thu, 14 Oct 1999 06:33:31 +0100 |
It's very easy...
Make your text field box.
in your text file:
variableName=your updated text here
If you want multiple lines with line breaks where YOU want them then add
%0 (that's percent zero) to the end of the text where you want it to break
variableName=some text on this line %0
more text on this line %0
last of the text here.
To call the text from the text file into the text field use this:
In a button
On (Release)
Load Variables ("Text.txt", "")
End On
in a KeyFrame
Load Variables ("Text.txt", "")
Works for me. {=c)
At 10:23 PM 10/13/99 -0300, Alexandre Martins wrote:
>Hi,
>
>I need a quick help... I have to put the content of a text file, that will
>be updated daily, in a text field on a flash movie. I looked for some
>example on Flash Help and in tutorials and resource sites, but could'n find
>anything useful. Do i have to use load variable? Set variable? That's what
>the Flash help and some sites indicate, but i can't find the correct way and
>the correct syntax. Can anyone help?
>
>Thank you very much
>
>--------------------------------
>Alexandre S. Martins
>Comm Interativa
>www.comm.com.br
>--------------------------------
.oOo.
|| Why do people with closed minds always open their mouths ?
||
|| Addicted 2 Swing ---> http://www.nisa.net/~2nerotik/
|| Fontaholic ? ---> http://www.fontsanon.com
|| HTML Writers Guild ---> http://www.hwg.org
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California
Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
FLASH: cool mouse drags, Simonsays7
Re: FLASH: cool mouse drags, Cheri Harder
FLASH: Read text from file, Alexandre Martins
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]