[Flashcoders] incorperating automatic thumbnail generator php script for my flash cms

2009-09-28 Thread thomas horner
A little while ago flep studio released a free cms and xml generator for as3; http://www.flepstudio.org/forum/flepstudio-utilities/4739-flash-xml-editor.h tml to build a gallery from the xml file it outputs is fairly simple but i would like it to create thumbnails on the fly, when

Re: [Flashcoders] incorperating automatic thumbnail generator php script for my flash cms

2009-09-28 Thread Glen Pike
Hi, That's pretty much what you need to do. Look at the example on the page you linked to - you don't necessarily want to output HTML, but would output a response of some kind, so strip out the HTML and return success / error and maybe messages I think - can't remember what FileReference

Re: [Flashcoders] incorperating automatic thumbnail generator php script for my flash cms

2009-09-28 Thread Karl DeSaulniers
Also make sure you have the right permissions for your php script and that you have the ability to write to and move files on your server. Lastly make sure your using the right version of php on your server. I had php 4.3 and was using php 5 code and found out the hard way. GL Karl Sent