Important facts about commercial licenses

  • Licenses are perpetual. They do not expire and do not need to be renewed.
  • Licenses can be upgraded. You can upgrade to a more expensive license later paying only the difference in cost.
  • Pay attention to the distribution type - Hosted (sites / servers), binary (applications) or source (includes all the others). Choose according to your needs (more below).
  • All licenses allow commercial use unless otherwise indicated.
  • Read the full license by clicking on the icon.
  • Read more about licenses in our handy license guide.
$9

Personal License

1 site, unlimited servers No source distribution
You need to log-in or create an account
  • Create an account
  • Log-in
  • Please use your real name.
  • Account activation link will be sent to this address.
  • Minimum 8 characters

Clicking this button confirms you read and agreed to the terms of use and privacy policy.

ImageZoom

ImageZoom
Developed by Mirza Hatipovic, Released May 21, 2011

A component that lets you magnify external images.

ActionScript

Tags: actionscript , component , flash , image

The component lets you load external images that can be magnified with a built in magnifier.

Class methods:

//Lets you define the scale of the magnifier
public function get/set scale(scaleNumber:Numer) 

//Lets you define the path to the image
public function get/ser source(pathToImage:String) 

//Lets you define the size of the component at runtime
public function setSize(width:Number, height:Number) 

Sample usage:

zoom_mc.setSize(300, 300);
zoom_mc.scaleFactor = 5;
zoom_mc.source = "http://mysite.com/myImage.jpg";

User Reviews

No reviews have been submitted yet.

Questions & Comments


Or enter your name and Email
No comments have been posted yet.
You must be logged-in to vote. Log-in to your account or register now.