PDA

View Full Version : Dynamic Linking on Dynamic Text


Pestilence
06-20-2005, 08:16 PM
I'm having some problems setting up the code to setup dynamic links for the dynamic text I'm working with in flash. Here is the code that I'm currently using to get the dynamic text to load.

titleofbox.loadVariables("nameofText.txt");

Here is the way I normally link URLs to any holder.
on(release){
getURL("http://location.com", "_self");
}

What I would like to be able to do is setup a function to be called once the getURL line is read. However, I'm not certain how I would incorporate vars like I would using dynamic text. I would need to use vars so that I can have just one text file telling flash which link that it would need to go to using as in "&link1=". If anyone can help me with this I would appreciate it greatly, thanks!