Goodies
Please take feel free to have a play around with anything in our Goodies section. Items in the Goodies section are purely for amusement.
Currently there is a music definition catalogue using AJAX to retrieve information from a database and refresh the page content without reloading the page, DJ Wixmix's Mix Repository and a Flash database interaction example.
I will be adding more features here over time.
Music Genre Definitions
DJ Wixmix's Mix Repository
Uses database lookup's to find the relevant file to download, and then forces a download. Hides file location on the server for security.
Flash and Database Example
Below is an example of Flash interaction with a database. Each time the Flash movie loops it retrieves a single random quote from a database and scrolls it up over the rest of the animation. This is achieved by using PHP to extract the data from the database and inserting it into the Flash object as XML. where ActionScript is used to include it in the animation.