13
data

challenge

  1. create a simple text file that stores at least two attribute-value pairs:
  2. one=something&two=somethingElse
    
  3. then, in a new flash movie, instantiate a URLLoader instance and read in the file. trace the results to the output window.
  4. finally, pass the file data to a URLVariables instance and trace out the properties individually.