Brian Milinski | St. Norbert College CSCI 460
3/25/2012
I began the creation of the xml file which I will use for loading applications from flash. The layout for the file is simple, and has a NAME attribute which holds the name of the application to be launched, as well as a URL for the location of the application. Currently I am trying to figure out how to bind the URL to each button individually, as well as add the text for each buttons label. I am thinking of possibly having a maximum number of buttons of 6, but if there were less than 6 applications it would be nice to have the same number of buttons as applications(i.e. if the xml file has 2 applications .. only two buttons should be available when the program runs). I am able to load the XML and get the information, now I need to add the buttons to the screen as well as assign the event handlers to them.