I have an XML file on a site that I need to call from a flash movie. The XML file is packaged into a parameter, its actual url is generated dynamically and cant be called directly so instead of calling it like myMp3Player.loadConfig("config5.xml"); Im trying to call the parameter instead of the direct feed. Do I need to use a GET type method or something like that? I tried defining a new String and then put in, instead of a direct URL, this variable string that I tried calling through flashvars but that didnt seem to help. Anybody have any ideas about this?