Page 1 of 1

Main site q.

Posted: Fri Sep 22, 2006 10:50 pm
by S. [Burned] Y.
On the main site, do you upload a new swf of the whole thing each time, or do you have it somehow grab new text/movies/images from the web?

(I'm reffering to the main swf on the main site, the one with all of the links to the moves/games/etc)

Posted: Sat Sep 23, 2006 12:53 pm
by HeRetiK
The main swf file loads the swf files containing the games/movies etc. section. These swf files however get their data out of a mySQL database using a PHP script that parses the data in a XML format. The pictures are jpeg files that get loaded from external files.

Posted: Sun Sep 24, 2006 12:28 am
by S. [Burned] Y.
Hm..okay then, thanks.