Flash Question
Flash Question
Out of context: Reply #3
- Started
- Last post
- 6 Responses
- rabattski0
i'm not an xml expert but coding wise i would say you need a complete xml first. if you're going to create a backend tool you might as well generate it from there when the user is finished so that should solve that issue.
thumbnail wise you either have to upload the thumbnail seperately from the images or use e.g. GD to generate thumbnails from the uploaded images.
i've basically build exactly the same thing incl. backend tool but without using xml. i just load variables from a php script which gets the data from the mysql database. it's not that difficult though but either way you need to be code savvy though.