updating flash from txt file
updating flash from txt file
- Started
- Last post
- 1 Response
- tonks
How would I make this link active? Its a bit from an external txt document I use to update text in Flash.
Also if anyone know any links or ideas about updating/adding images to a flash site that would be dandy!
Cheers!
- Anarchitect0
use html tags in your text:
ie:
< a href='http://www.newstoday.com' target='_blank' > newstoday < /a >
save you txt in unicode format
your textfield should have its 'Render as HTML' button turned on
and within your LoadVars onLoad event something like
myText.htmlText = this.txt;
should exist.