When i installed air runtime in my pc to test a adobe air application got from internet, it wasn’t getting the open with application automatically. I searched a lot in program files to find adobe air player[runtime] . After some google search i found the solution. I thought it would be better to post [...]
Got from a google result while i was searching for proportional scaling in as3 for an office project. really simple and reusable.
function scale_uniform(photo:MovieClip) {
photo.width = stage.stageWidth;
photo.height = stage.stageHeight;
( photo.scaleX > photo.scaleY ) ? photo.scaleY = photo.scaleX : photo.scaleX = photo.scaleY;
}
Many were confused with my first image panning example because of using stageWidth instead mask. So here is another easy to work with image panning. Download it here: as3.0imagePanning . Here is the demo
Today i was looking at my reviews on freelance sites and got surprised when i saw 100 reviews in my scriptlance freelance profile. Thanks for all who made review and welcome for new webmasters who are looking for flashmad. My complete freelance profile and ratings can be viewed at http://www.flashmadblog.com/about