Quote:
|
Originally Posted by flatcat
you can load different variables into flash by separating with an & sign, for example:
myName=David Ronnie&myWebSite=http://www.theflattestcat.com
you can do this as many times as you like, just making sure that you place an & before the next variable name you like as that is how flash interprets a new variable name, then all you do to call it is go:
_root.myName or _root.myWebSite
|
until you're working with a dynamic site where you're passing queries within the url - then you'll have to load xml not txt.