Newtriks LTD

Interactive Development specialising in web-applications

SimpleViewer

I recently got a request from a client to have a fiddle with the SimpleViewer flash image viewer application.

The brief was to add the functionality of a delete button in an administrator page. The delete button basically had to identify the currently selected image and send that variable and a session ID to a php script to delete that image. The app is nicely presented code wise which made the job fairly straight forward, so used LoadVars - sendAndLoad and then for the session ID - FlashVars. Worked a treat but sheesh, php is a unventured ground for me and creating a simple testing script was a pain stupidly, luckily stefan came to the rescue on that one, coldfusion seems so much cleaner you know, all those $ signs in php? whats that all about :)

Comments