PDA

View Full Version : Importing HTML and/or Text.



darkfishies
October 23rd, 2001, 08:10 AM
I was wondering if there was a method to import HTML and/or text into a movie, and allowing clickable links (URLs) within the text or HTML.

The reason I ask is that I have a Flash SWF, and instead of updating the SWF everytime a link needs to be added, I'd like to just update an HTML or text file.

Any suggestions?

suprabeener
October 23rd, 2001, 01:24 PM
the regular old loadVariables will work for this. unfortunately, the html it supports is quite limited. links will work fine though.

be sure to have html checked in the text properties.

cheers.

darkfishies
October 23rd, 2001, 01:51 PM
Thanks for the heads up.