Updating Flash Sites
- Started
- Last post
- 6 Responses
- doesnotexist
now, i know it's possible to streamline flash to read external text files, but what about graphics? is there a way to give a site to a client that can plug in different images her/himself without editing the flash file?
i thought this was only possibly by building your own content management system with html/java/css/php and the like.
- ********0
loadMovie();
will load jpegs too ;)
they'll still need to have them at the right size etc though.
- doesnotexist0
maybe im not explaining this well enough. i mean like a backend app/management thing that takes them step by step to add more pictures and all that...
- ldww0
do it with xml. then you can do a for each xml node in flash.
- woodyBatts0
you can also use php to upload a image to a server( client side ), save the name of the file into mySQL databsae, then spit it out to flash
- UndoUndo0
get php to read an images directory and then return all the filenames for loading into flash