I'm using a loadVars command to load in HTML formatted text from an external .txt file. What I am trying to do is make a link (<a href="url">) from my external text file, set a variable and then call out a flash function. Can this be done?
for an example of exactly what I'm trying to do... goto:
http://www.donsuemor.com/0.9.html
When it's done loading... Click the "madeleines" button
Then click "serving suggestions"
you'll notice an underlined link in the first and second line ("DonSueMor Madeleine"). If you click that, it tells flash to load in differant content. Right now that text is built into flash, however I would like to load it in from an external txt file if it's possible.
Thanks a lot for any help