Thread: text files
View Single Post
Old 21-01-2004, 12:18   #11 (permalink)
Brown
volkswagen yellow & gold
 
Brown's Avatar
 
Join Date: Apr 2003
Location: london, england.
Posts: 6,147
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.
  Reply With Quote