Hi,
I have done various flash applications in the past where I have dynamically used asp/php to generate an XML file that is called in the flash to the load all of my data. This is usually done in the first frame of the project to load all of the data so that it can be displayed where ever it is needed in the flash file.
However I have a slightly different requirement for my latest project. I need to be able to create a flash that draws in data from XML BUT it also keeps checking the data to reupload any changes. So for example if I have a simple count variable x that is brought in with the value of 1. It will display x on the flash as 1 and keep checking x by running my xml loop again and again. So when the database value changes to 2 the flash will detect this and show the value in flash WITHOUT having to repload the page.
Im sure this can be done but Im not sure which is the easiest way to do it? can someone help please?
JimFl78
I would be very grateful if someone also knows of a tutorial that might get me on track.