Preload multiple jpgs - Flash
Preload multiple jpgs - Flash
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- unfittoprint0
these jpgs location are indexed in db [like in a mySQL table9.
If so, using PHP, you should do a query on that table and output the info as an XML [better 4 Flash].
Within flash inside the XML object's onLoad event u should make a for loop to retieve each image path. You could at the same time create empty movie clips, and load each image inside them 8Or save all the paths inside an array for later use].