[size=2]Ok here is the issue. I have an XML document that is read in a flash MC that is controlled via an administration area. The flash file is displaying dynamic text for users to order servers. In the flash file I have dynamic fields that read server name, details and price. The dynamic fields are all controlled via an XML file ([/size][size=2]thanks for the [font=Verdana][color=#003366]Displaying[/color][/font][font=Verdana][color=#003366][url="…/developer/actionscript/xmldataflash.htm"] XML Data in Flash tutorial)[/color][/font][/size][size=2]. All of the servers input by the admin area also pulled from a database each having its own ID. [/size]
[size=2]Here is the problem, the order button is an image. How do I pass a variable or an ID to the image based upon the server that is input in to the admin area? Would this be done in actionscript or XML?[/size]
I could probably make the order button a text field thus manipulating it via XML but would rather have an image. Any input or help is appreciated.