ActionScript 3.0 :: Resize Images In Flash To Fit Stage?
Jan 7, 2010
I am starting flashagain after a long time and found a good simple flash slide show action script.
the only problem is i have images that are bigger than the stage that i would like it to resize proportionately and than fit the stage
eg the stage is 542x175 and the images are 823x220
here is the code
Code:
// set random # variables - each must be 0 for first 'while' loop below
var randomNum = 0;
var randomNumLast = 0;
[Code].....
View 1 Replies
Similar Posts:
Apr 8, 2006
I am creating a website where people can upload images to my server.
These are then downloaded by a seperate flash file.
Is it better to resize the images using Flash or PHP?
I have tried a php resize script, but the images seem to lose quite a lot of thier quality.
Where as flash it looks a bit better, when I just resize them using _xscale
Also I have the problem, it would be nice it people could upload whatever size (memory or dimensions) image they want then php resizes it and it's all good.
As in Flash I may have to be downloading huge image size, which slow down the transfer..
However I don't want to lose the images quality and I suck at PHP but I'm okay in AS.
View 3 Replies
Feb 11, 2010
i'm looking for a jquery plugin that can upload multiple images.I've tried uploadify and it works well.But with huge images it's very slow
View 5 Replies
Aug 25, 2011
I have a flash image gallery that loads images through xml. Images have to be croped for thumbnails. So u have to have two folders, one for the thumbnails an another file for the big size images. I would like to know if there is a way to load only one image ( and not this image's thumbnail too) and with a script or something, to resize this image to get the thumbnail. To make my self clearer here is the xml code:
image../gallery_flash/imageGallery/images/watches/i1005.jpg image
thumb../gallery_flash/imageGallery/thumbs/watches/i1005.jpg thumb
(For some reason it doesnt show the xml right...) I dont want to have the line (thumb>../gallery_flash.), but only load one image and get the thumbnail also.
View 1 Replies
Feb 6, 2010
I created a game but I made the game a little too big. It would be alot of hard work to shrink all the objects in the game and resize the stage using the properties. I notice that in debug mode the whole screen can shrink when you adjust the window. Is there some code I can use to this on it's own? and will it be costly on performance ?
View 2 Replies
Feb 2, 2010
how to do stage resize in flash
View 13 Replies
Nov 2, 2009
I have a swf that loads images from my server and resizes them to fit the 800x600 stage size. The original images are stored at 1024x768 max pixels. The user can press a button to go into fullscreen mode. What should I do to show the images at the best quality?
a) should I resize the loaded images to their max size (1024x768).
b) do I need to reload the entire image if it has been resized to 800x600 or is the original image still accessible and I can replace the 800x600 image with the original?
I am using AS2 and Flash 8 (but require users to have Flash Player 10 for fullscreen)
View 1 Replies
Aug 4, 2009
There is a flash with stage size 800 x 600. I need to add a button on the flash. When the user clicks the button one time, it will resize to be 600 x 450 and all MC, texstbox, button insides the flash would be resized on scale.
When the user clicks the button 2nd time, it will resize to be 400 x 300 and all components resize on scale as well.
When the user clicks the button 3rd time, it will resize to 800 x 600 again.
Is there any AS3 source code for it?
View 7 Replies
Nov 30, 2010
I have a button on stage in a movie, the button ("clicker") is empty apart from the "hit" frame. The stage and button are 300x300 and i'm using swfobject to display the flash movie at 400x600 pixels. I have the following actionscript.[code]I want teh button to expand to fill the available stage space (which is 400x600 in this example) so i use the following...
-clicker._width = Stage.width;
-clicker._height = Stage.height;
however this causes the button to disapear from the stage, possibly down to 0x0 in size, as opposed to filling the available stage space. It's been a while since i worked with actionscript so it's probably something obvious, however i can't seem to spot what the problem is.
View 2 Replies
Dec 3, 2009
Which is a better approach for this?
ActionScript3 or JavaScript+PHP?
Any open source tool?
After a long search, the only good example I found was this [URL] but I'd rather have a flash alternative.. Also I don't need all the extra functions such as filters.
View 2 Replies
Jan 24, 2006
Basically I'm trying to resize images in flash to fit the masked area but proportionately....
My mask area is:
Code:
width = 478;
height = 420;
now consider that the the max width I want my pictures to be. This doesn't have to be exact. Now what I came up with to resize proportionatly is:
Code:
//width & height are my mask deminsions ( which i wanna resize my pics to)
//width_orig & height_orig are the deminsions of each new loaded pic.
height = (width / width_orig) * height_orig;
width = (height / height_orig) * width_orig;
That does scale them proportionatly but some of the times it will resize a lil bit smaller than the image area which I don't really want. Like I said this doesn't need to be exact. I would prefer it to be a lil bit bigger than the masked area. I just need to make sure the pics are scaled proportionatly.
View 1 Replies
Jul 26, 2011
I'm a bit newbie to Flash, and I'm experiencing strange problem. I have a simple flash application, which when run in Flash player looks like this
the thing is, when i resize the Flash player window, a black frame becomes visible to the left and top of the stage. is it possible that these black areas start appearing on the right side, and the stage to be fixed on the left? The strange thing is that these black areas are not part of the stage, the (0,0) coordinate is there where white area starts and not in the corner of the window, and that's causing me problems.
View 1 Replies
Oct 19, 2011
I'm writing a web based flash app that's written entirely in AS3. I have objects on the screen as part of a GUI. I would like the user to be able to resize the window, or make it full screen. I would like everything to auto-scale with the resize, but also remain in the same relative position on the stage.
View 1 Replies
Feb 27, 2006
i saw a thread while ago .. that always position a movieclip in the middle of the stage even if the stage or window resize any1 can point me to it
View 3 Replies
May 10, 2008
When you resize the browser window the thumbnails rows and columns adjust accordingly to fit.I've managed to attach the thumbnails correct when my enableButtons() function is called but i'm unsure how to approach resizing.
Stage.align = "TL";
var numberOfGalleries:Number = 20;
var thumbMarginX:Number = 163;
var thumbMarginY:Number = 109;
[Code].....
View 1 Replies
Sep 9, 2009
I've got a large bitmap (1920 x1306) that my client wants as a bg image, scaled to the swf size on load (930 x 575); but that can "grow" up to its original size if/when a user expands the browser window. All the rest of clips in the display list are to remain in place (except for a copyright clip, which they want to always be 14 pix above the bottom of the browser frame. I've tried loading the bitmap dynamically at full size and then using scaleX,scaleY to set it's initial smaller (930x575) size, and I've tried just setting the height/width of the dynamically loaded image using the math of scaleX,ScaleY just in case the scaleX "transformed" the bitmap so that it couldn't return to its original size. Both make the bitmap the right size. But the resize function below did nothing to it, (or the copyright.y.) THEN I tried just putting the bitmap into the display list (both sizing methods work here, too). But even as an original member of the compiled display list, the resize event is still not reaching the target. Everything I've seen on the web says this should work - but...no luck.
Here's the AS3 code in the 1st frame of my swf:
import flash.display.Stage;
import flash.display.StageAlign;
import flash.display.StageScaleMode;
[Code]......
View 1 Replies
Apr 6, 2011
I'm trying to get my clip to stay at the left of the screen on stage resize, but it isn't working. This is my code:
stage.addEventListener(Event.RESIZE, resizeHandler);
function resizeHandler(e:Event){
circleMenu.x = 0;
}
Obviously that doesn't work, but how do you get the global zero X position. When I resize the window, my clip moves along with it.
View 2 Replies
Dec 23, 2009
I have an object inside my flash file and i want to lock the object on 0 x-axis 0 y-axis but when i re-size my SWF file my object's location changed to another location how can i fix that?
View 1 Replies
May 17, 2010
I was wondering if anyone could give me some tips on how I can resize this carousel as in the canvas size and the images. The other thing is, what do I need to do to be able to add new images to the folder so they appear in the carousel? At the moment when I do this they don't appear.[code]
View 3 Replies
Jul 22, 2010
Which parameter should I put not to automatically resize an Image that is put on an ItemRenderer?
Ex (in which the image gets resized):
<mx:AdvancedDataGridColumn headerText="estado" dataField="estado" width="30"
editable="false" resizable="false">
<mx:itemRenderer>
[Code].....
View 2 Replies
Jul 8, 2011
I am loading an image using a Loader. Once loaded, I can get the bitmap data using Bitmap(event.target.loader.content).bitmapData.
However since the images I am loading are quite large (around 2000 x 1600), I would like to reduce the size and create a new smaller bitmap maybe 200 or 300 pixels wide, sort of like a thumbnail. I think it has to do with creating a new BitmapData with the new size. However I am not able to get that working properly.
View 1 Replies
Jan 7, 2009
I am creating an upload tool for an image gallery. The swf uploads the files with filereference to a php files which resizes the images. But when the images are larger than 600kb it fails, php runs out of memory and I can't edit the php.ini file on the server.
So my solution is to resize the images before uploading them, this saves also bandwidth.
View 14 Replies
Aug 11, 2009
I'm trying to import images into a movieclip [URL]. I now have the image loaded but was wondering how to resize it using actionscript 3.
View 1 Replies
Nov 17, 2009
I have a flash file that imports multiple images and places them on the stage. I want the images to be resized to the same, smaller size. However, the AS3 I am using is only resizing one of the images and hiding the others. My code is below:
Code:
var myXML:XML;
var myLoader:URLLoader = new URLLoader();
myLoader.load(new URLRequest("photos.xml"));
[Code]....
So how do I apply the resizeImg function to all images loaded from the xml file?
View 1 Replies
Jan 7, 2010
I am loading an rss feed into a dynamic textfield. I would like to resize the images from the posts so that they fit nicely within my textfield. Is this possible with css in Flash?i tried this
var css:StyleSheet = new StyleSheet;
var img:Object = new Object();
img.width = 100;
View 1 Replies
Aug 15, 2010
i'm trying to resize dynamic loaded images, they are loaded from a xml file into a existing movieclip in _root. When I try to resize using _height and _width the images just don't show in the swf. I searched the forum and found that _xscale and _yscale works, but I really need to resize the image with _height and _width
View 4 Replies
Jan 22, 2009
I've got a gallery that loads images in using MovieClipLoader. Unfortunately once the images are loaded they don't seem to want to be resized.I've added an empty MC to the stage for each one and loaded the image in, then I try to resize it to fit the screen. Tracing the size after the onLoadComplete event returns 0 and changing the size makes the clips disappear from the screen.
View 1 Replies
Dec 31, 2009
I have a slide show script that will load images from an xml file. I want to have anyone upload images and the slide show will resize the picture to fit. Here is my script:
Code:
import mx.transitions.Tween;
import mx.transitions.easing.*;
xmlImages = new XML();
[Code].....
View 6 Replies
Mar 31, 2011
I've got an animation in Flash that's made of a number of large images - too large it turns out - flash keeps crashing and running out of memory.
I'd like to scale these down to 50% but maintain their on-stage size in Flash (or at least keep the positioned the same). I've scaled them down on disk, but this scales them in flash too (so messes up their relationships).
View 1 Replies
Aug 18, 2011
Please help I've been researching this topic for like 2 days straight and it is driving me insane because I can't seem to find a specific answer for what I'm trying to achieve and I know it can be done because I've seen end results on the web. Here is what I'm doing:
1. I created a simple museum gallery with 3 portraits hanging on the wall
2. Inside the museum portraits I created 3 different uiLoaders with a black background
3. I gave all 3 uiLoaders their own unique movieClip names
3. Inside each uiLoader will be a loaded external image via a URL
4. I DO NOT want to resize the uiLoaders - I want to scale the external images proportionately to fit inside the entire contents of the uiLoaders and still remain centered
URL...As you can see currently the 3 random external images are loaded perfectly inside the uiLoaders but you see black background and I want the photos to fit the entire contents of the uiLoaders yet still remain proportionate.[code]
View 6 Replies