Search  

IMAGE MANIPULATOR V3 [FLASH + XML]

HomeBrowse CategoriesFlashApplications and UtilitiesUtilitiesImage Manipulator v3 [Flash + XML]
Full_screen_preview

Image Manipulator version 3

Features

  • XML -Driven
  • Add unlimited number of images
  • Manipulate the images
    • Zoom in & out with the toolbar and the mouse wheel
    • Move the image around with the toolbar and by dragging it around
    • Rotate the image
  • Images automatically fade in
  • Dynamic bitmap smoothing for external images
  • 100% Fullscreen
  • 100% Vector Graphics on toolbar
  • Everything runs in 1 frame
  • Nearly everything is commented
  • Instructions for customization are found in ReadMe.txt

The 6 images are duplicated for demo purposes.

This series

Posted 8 months ago

can I then save the new image, or let users save the new image?

Posted 8 months ago

Nice images.

Posted 8 months ago

yvidan, no. not with this file.

Posted 8 months ago

Nice file there abenson :)

Posted 8 months ago

I purchased your Image Manipulator V3 but the FLA file failed to open. Please reply ASAP .

Posted 7 months ago

Gah, I’m sorry about that. I was sure I’d saved it back to version 8. I just emailed you.

Posted 7 months ago

That one failed to open too.

Posted 7 months ago

O.K. That one opened! Thanks

Posted 7 months ago

Any chance of prev / next buttons next to the images?

Posted 7 months ago

Next Prev, buttons, that would be good, i emailed you regarding this. Also image auto resize?

Posted 7 months ago

Here’s some code for next & back buttons:

next_btn.onRelease=function(){
    if(_global.image<total-1){
        _global.image++;
    }else{
        _global.image=0;
    }
    displayImage();
}
prev_btn.onRelease=function(){
    if(_global.image>1){
        _global.image--;
    }else{
        _global.image=total-1;
    }
    displayImage();
}
Posted 7 months ago

Hi… M Intersted in purchasing your file….but I need a version that Auto refreshes to a clearer image when the image clarity starts to pixelate…Is it possible??

Posted 6 months ago

Hi, i’m not able to open the .fla file in Flash 8 .. anyone knows, what version i have to use?

Posted 6 months ago

Email me and I’ll send it the v8 version to you.

Posted 6 months ago

How hard is it to make the thumbnails larger? I find that 48×48 is really small for most things and borders on being useless. 100×100 is better

Posted 4 months ago

I am very interested in buying this file I love it very cool, I just have some questions.

1). In your preview this is a full screen gallery, can it be used at size about 500hx400w as part of a flash page. I would like to have some text and a buy now button on the same page as this image viewer, I would only need 2 to 5 images and the zoom facility, to allow customers to have a closer look at an item of clothing. This would be fantastic to show my products. Can I do this, how difficult would the editing be I am not an expert ?

2).And is it possible to upside the thumbnails a bit.

Please reply as soon as you can I am looking to buy a zoom feature for my website as soon as possible.

Thank you so much Keith.

Posted 4 months ago

The Viewer is just what I was looking for. I would like to add the “Prev/Next” snippet. However, I only have Flash MX (probably equivalent to ver 6) Do you have a version 6(MX) copy of “image_manipulator_v3.fla”? If so, could you email it to me or tell me why I can’t use v6? Thanks.

Posted 4 months ago

Flash CS3 only permits me to save back to version 8. There is no way for me to convert this file to v6.

Posted 4 months ago

I find the file very useful. Any chance you could add a print button up by the “reset”? Thanks.

Posted 4 months ago

As an afterthought… I did upgrade to CS3 Flash… Well worth the effort. Nice new features over my Flash 6.

Posted 4 months ago

Is it possible to add buttons over the images? I really just need the functionality applied to one image/movie clip with the ability to add buttons to that movie…

Posted 3 months ago

I am trying to place product images with a transparent background using .png’s but they are showing up with a white background behind them. How do I get rid of the white background?

Posted 2 months ago