Question
Constantly updating information...
Hello. I'm using Flash CS3, but I am coding with AS2.0...
I have an application that pulls info from a database and populates a textfield. The database is constantly changing, however, so I want to make sure that the Flash file is constantly changing as well so that it stays current...
I assume the best way to do this is with Event Listeners somehow, but I've always been terrible with listener objects/events. Assuming the function I've created to pull all the database information and populate it in the textfield is called "getInfo()", can someone please help write out the code I would need for that "getInfo()" function to be called over and over again constantly?...
Thanks!!!
I have an application that pulls info from a database and populates a textfield. The database is constantly changing, however, so I want to make sure that the Flash file is constantly changing as well so that it stays current...
I assume the best way to do this is with Event Listeners somehow, but I've always been terrible with listener objects/events. Assuming the function I've created to pull all the database information and populate it in the textfield is called "getInfo()", can someone please help write out the code I would need for that "getInfo()" function to be called over and over again constantly?...
Thanks!!!