Flash does not read directly from the db. php will read the db and then pass the data over to flash.
Your img and inpsiration text is coming from draw_history.php
We were having problems with this entire operation on a shared host, so we signed up for a dedicated host, and had the Godaddy Expert Hands team copy everything from thecreativeme.com to drawaprayer.com. The obvious lesson here is that they couldn't account for code that was hard-coded with references in the back-end.
I think this is one of those spinouts. And I wonder what ELSE didn't get changed. Especially references to this.insp.toString, or this.whatever.
Now (and for everyone reading this thread), HOW do I even FIND this string in .fla?
I want to try it out under your kind, navigating hand and mentorship.
When it comes to communicating with the backend - .net, php, etc. - Flash .swf is like html. Flash has to go through the browser just like html. In flash you submit data through form submissions. The backend just gets a regular form submission post. Flash also receives data exactly like html, usually through xml or querystring data.