AS2 ---- id= dynamic number

Hi,

I’m using Flash CS3 Actionscript 2

I’m loading an external file (it used to be an XML file but now it is an aspx file).

Anyway, my actionscript for loading the file looks like this:

xmlFile = “flash/info.aspx?id=1”

Which works great with the aspx file I’ve created. But i need the “id=1” to append a dynamic number instead of the “1”. How do I do this in actionscript? This project is a bit of a hack right now so I’d appreciate any help!

Thanks!

Hondo311