you can try this one, I wrote this last year, http://flexcode.org/art-work/index3.html it is using php to 1). scan the sub-folders, 2). create thumbnail, and resize the image, backup original image, 3). create xml file (flex will read) only thing end user have to do it upload the imagy with in a folder( each folder is a album.), the user can upload more images, php will update the xml file.
I got autoplay, zoom in , and download functions in there. only bug i know is the server side php, if image size is too big, over 1MB, it will crash my php code, not sure how to fix it, so right now if the size over 1MB, It will not create the thumbnail and resize image, using original image. http://flexcode.org/art-work/index.html (just php and js code) http://flexcode.org/art-work/index3.html (php and flex) let me know if that helps. Willy On 6/21/07, Abyss Knight <[EMAIL PROTECTED]> wrote:
Adding those features to the application shouldn't be too terribly difficult. I would imagine the images are UIObjects and thus you can rotate them with the rotation property. As far as saving them to the local machine, I'm not sure about that. The mxml file is just the source code. It must be compiled using mxmlc into a SWF before you can use it live unless you are using the server side technology which does it for you. I hope that helps. - William --- In [email protected] <flexcomponents%40yahoogroups.com>, Shameer Salim <[EMAIL PROTECTED]> wrote: > > I too need an addon for the pfotoalbum > > i.e., a button or an image when clicked must give the photo album in a new window. Its easy when u click an image to provide a link. But here, its not the link, instead its the mxml file. I'm totally struck with this.. > > Shameer > > "rajendra.flex" <[EMAIL PROTECTED]> wrote: > Hi All, > > We have a sample application called Photo Viewer in Flex. Can we > add some additional functionalities to it like > > Saving the image into our local machine > Rotating the image clock wise and anti clock wise > Zoom In and Zoom out .. > > If any one has Sample code/Example or any Reference on this issue > Please let me know. > > Regards > Rajendra > > > > > > > --------------------------------- > Here's a new way to find what you're looking for - Yahoo! Answers >
-- Willy ---------------------------------------------------------------------- maybe today is a good day to write some code, hold on, late me take a nap first ... Zzzz ----------------------------------------------------------------------
