ActionScript 1/2 :: Scale Down Size (kb) Of A Swf File?

Jul 23, 2010

quick question that I'm stumped on.I'm making a flash banner advertisement to go on a few websites.The guidlines I was given say to adhere to 40kb eachThe only trouble is that the client gave me a 250 kb.swf file that he wanted to be included in the files, so I've imported it as a movie clip, and sized it down (pixel wise) to the appropriate dimensions.The end results end up being about 260kb each.Is there a way to dramatically optimize a .swf file?  40 kb seems pretty unreasonable for a 300 x 250 flash ad. Typically when I do these, they come out to about 100+ kb.

View 26 Replies


Similar Posts:


Scale Swf To Match Browser Size?

Jul 17, 2010

I've created a website in Flash and have posted it to the net. I want it to scale as the user resizes the window, but having little formal training in Flash I'm not entirely sure how to go about it.

View 4 Replies

ActionScript 3.0 :: Scale A MC With Window Size?

Jul 10, 2010

I have an image inside a MC called "hPic" and i want this MC to scale with the window when it's resized vertically, but it has to keep the same dimensions/aspect of the MC when it's scaled, not just stretch it vertically or the image will be distorted - so the proportions have to be constrained.

View 1 Replies

ActionScript 2.0 :: Scale All Images To Same Size

Sep 12, 2009

I am loading images through xml. I want to be able to scale the images to the same size of the container MC they are getting loaded into. Is there a way to scale multiple images that are all different sizes and make them all the same size with Actionscript.

View 3 Replies

ActionScript 2.0 :: Rectangle Keep Its Size (no Scale) And Position?

Sep 15, 2010

I have a problem with stage resize.I have a small rectangle on the right bottom of my stage. When I resize the stage, I want my rectangle keep its size (no scale) and position ( always on the right bottom of the stage). Here is my code:

mymc._width = 50
mymc._height = 20
Stage.scaleMode = "noScale";[code].......

View 6 Replies

Professional :: Scale Entire Contents Of Stage Down In Size ?

Jun 28, 2010

Can a finished flash file be resized.
 
Stage is at 1684 x 1322 animated map operated by buttons in a static key located outside of map border, all on stage. Map also pans/zooms.
 
Two scenarios:-

1) resize stage and all contents down to a different size.

2) resize the animated map down but more so than the static key (sits outside the map) which should remain readable.

View 1 Replies

Apply Dynamically Scale Down And Up Into A Thumbnail Images Size?

Jun 9, 2010

I'm working on one current project, I don't have any issues to load a SWF into a main SWF but I can't figure out how to apply dynamically the scale down and up into a thumbnail images size while using the Resize event handler to fit in any browsers sizes.

I load SWF into a Loader object then add it into a container => currentMC. I want to size it and keep all the pieces inside this container. Therefore no matter browser size, I just want to be able to apply scale on it to fit it.

Does anyone know how to do that? How would I deal with stageWidth and stageHeight?

View 1 Replies

Flex :: Canvas - Change Scale Without Changing Size?

Mar 23, 2012

I'm developing a Zoom tool in my Flex App, so I'm using scaleX and scaleY property to simulate this behaviour.But when I scale my Canvas, its size change as well (obviously). The problem is that I have this Canvas inside another Canvas, so the first Canvas can't be smaller than the second one.Here is an image before and after apply zoom changing scale property in both axis:At the left, the original Canvas. At the right, Canvas after update its scale (red rectangle is the original size at 1:1, and green is after resize).I need to extend the Canvas to take up the red rectangle (not the green).

View 1 Replies

ActionScript 2.0 :: Detect Window Size, Scale Down If Needed?

Feb 14, 2012

I have a SWF that's 1100 x 730 (odd size, I know). What I want to do is detect the window size (not screen resolution). If the width of the window is less than 1100, scale the SWF to fit the window. If the width of the window is 1100 or higher, do nothing.

View 0 Replies

ActionScript 2.0 :: Scale An Image To The Browser Window Size?

Jul 25, 2008

Does anyone know how they are scaling these images to the size of the browser window but keeping all of the graphics the same scale?

Check out the portfolio section of this site to see what I mean.

[URL]

View 1 Replies

ActionScript 2.0 :: Re-size Function On Website Im Working On For BG To Scale?

Feb 5, 2009

I have a re-size function on this website im working on for my BG to scale, my content to stay centered, and my nav bar to always stay top right. I need some sort of if statement saying if my navagation is 200px from the left it needs to stop moving. I hope that makes since.

[Code]...

View 2 Replies

ActionScript 2.0 :: Force Loadmovie To Scale Swf To 100% Stage Size?

May 14, 2009

I have some external .swf's of different dimensions. I'd like to know if there is a way to load an external swf to the stage and force it to fit to 100% the size of the stage it is loading into?Also, is there a way to handle the antialiasing of the scaled clip to ensure smoothness / clarity. The swf's contain both vector and jpg's and when scaled down appear jaggy.

View 2 Replies

ActionScript 3.0 :: Dynamically Scale Loaded Movie To Stage Size?

Apr 28, 2009

I have a stage with an external SWF loaded onto it. The stage scales dynamically to fill the size of the window.

Two problems: - I want certain items inside that loaded SWF to scale horizontally and vertically to fill the size of the stage.

- I want other items inside that movieclip to stay the same size, but be "attached" to the top and left of the stage.

View 3 Replies

ActionScript 3.0 :: Scale The Movie When Mouse Is Over And Turn It To The Normal Size?

May 17, 2009

I made this Code to scale the movie when mouse is over and turn it to the normal size when mouse out, I got this error and i don't understand it (TypeError: Error #1034: Type Coercion failed: cannot convert "mc1" to flash.display.MovieClip.    at Scaling_fla::MainTimeline/DoMe()TypeError: Error #1034: Type Coercion failed: cannot convert "mc1" to flash.display.MovieClip.  at Scaling_fla::MainTimeline/reDoMe()

[Code]...

View 7 Replies

User's Resolution Is 1680 X 1050, The Image Would Scale To That Size?

Aug 5, 2009

I am developing a flash website that will dynamically fit to the size of the end-users' browser and screen resolution. I have a 2100 X 1400 Background I'd like scaled to 100% of the screen size.
 
So if the user's resolution is 1680 X 1050, the image would scale to that size.
 
However, another problem arises - I do not want the image to "stretch" or lose quality, and that it must maintain the same aspect ratio. How can I do this?

View 1 Replies

ActionScript 3.0 :: Scale A Flash Movie To The Browser Size If Resized?

Jul 28, 2009

How can I publish a flash movie so that it resizes automatically when the browser is resized? What is the html or flash code for that?

I am not useing Flash or Flex but FlashDevelop so I beleve I have to do it in code to make it work.

View 2 Replies

ActionScript 3.0 :: Scale The Movieclip With The Browser Size With Constant Ratio?

Nov 12, 2010

[URL]This site have a video in the background with depixelizing effext. This effect is done with png grid. The video is scalable and keeps the right ratio with the browser resizing. But png grid is not scalable otherwise it will break the depixelizing effect. so i think that there is a large grid which revealed accordingly to the browser size.

How to scale the movieclip with the browser size with constant ratio and at the same time how to reveal more the movieclip with depixelizing grid accordingly to the browser window size without scaling?

View 0 Replies

ActionScript 2.0 :: Scale A Background Image To The Size Of The Browser Window?

May 7, 2005

i am trying to scale a background image to the size of the browser window. heres my code. for some reason it does not fill the entire stage, any ideas?

Stage.scaleMode = "noScale";
Stage.align = "TL";
background_mc._width =Stage.width
background_mc._height =Stage.height

[code]....

View 1 Replies

IDE :: Make The Text Stay Center And A Certain Size So That It Won't Scale To Fit The Screen?

Jan 20, 2009

When you drag the screen in any direction the background scales and rezises.But How do I make the text stay center and a certain size so that it wont scale to fit the screen and will stay a certain size

View 1 Replies

ActionScript 2.0 :: Scale And Zoom - Back To Its Original Size And Position?

Apr 19, 2004

how i could create a function to do the following. I have a mc and when you click on it i want it to scale too say 150% and move to a different x y position, then when you click on it again i want it to go back to its original size and position.

View 3 Replies

IDE :: Scale-able Site Pages / Change Size W/ Browser Window?

Apr 13, 2005

I'm a bit of a newbie, wondering how this scaling effect is possible. See www.sagmeister.com - when you scale your browser window, the entire site interactively shrinks or enlarges to fit. How is this done with Flash MX? Is it a publishing option or an actionscript or what?

View 8 Replies

Setting Movie Scale Adjusted To Window Size When Viewed In Browser

Jun 5, 2009

I have created a fla file in adobe flash cs3. This contains a mainstage with a menu (is a movieclip) and a background (actionscript gradient). I have set the movie to scale so that when it is viewed in a browser it will be adjusted to the size of that window.

My problem or what I want is the following :
- The menu and text of that menu must stay the same size, as created in the fla file, when a scale is done.
- The content of the movie(not the menu) must stay in proportion.

An example site that I found, that demonstrates what I want is [URL]. You can change the browser window size and the menu text size stays the same but the content goes in proportion of the window size.

View 1 Replies

ActionScript 1/2 :: Scale Textfield Font Size Limit On 127px Dynamic Text It Be Bigger

Jun 21, 2010

So I've got one more problem because the font size limit on 127px I need to scale my dynamic text so it can be bigger. So here the code I tought could work:
this.createEmptyMovieClip("text1_mc",1);

[Code]....

View 1 Replies

ActionScript 2.0 :: Expand To 100% Width / Height To Have Certain Elements Within Video / Maintain Inherent Size And Not Scale ?

Nov 5, 2008

Is there anyway (with action scripting) when having a Flash Video set to Expand to 100% Width and Height to have certain elements within that video maintain their inherent size and not scale ?URL...Notice how the BG Scales, but the video in the center does not nor does the footer. Is this performed with CSS and using multiple DIVs with varying Z Indices.

View 4 Replies

ActionScript 2.0 :: Clip Scaling - Each Letter To Start Of Larger Than It Should Be And Zoom Out (scale Down) To The Normal Size?

Feb 2, 2004

i got a logo, each letter it a clip, cos the logo is bit more than just text, but thats beside the point. I want each letter to start of larger than it should be and zoom out (scale down) to the normal size, pref with a bit of a bounce at the end, so it goes from very big to, slightly smaller then proper size, to proper size, get it? with help from Master64 (via IRC) i worked out that i could use _xscale and _yscale (i am relativly new here, lol ) but the problem i got is that it scales, but in huge jumps, not smooth.The class is ment to be reusable (duh!) so my concept is

Code:
start_width = 90
speed = 50[code].....

View 7 Replies

CS3 : Preview File Size Different From Outputted Swf File Size?

May 10, 2009

When I preview my flash file it says that the filesize is 29kb. However when I look at the properties of the outputted swf it's coming in a t 36kb. Which is the correct size? Also what extra information is being added to push it up by 7kb?

View 9 Replies

CS3 Preview File Size Different From Outputted Swf File Size?

Aug 24, 2009

When I preview my flash file it says that the filesize is 29kb. However when I look at the properties of the outputted swf it's coming in a t 36kb. Which is the correct size? Also what extra information is being added to push it up by 7kb?

View 2 Replies

ActionScript 1/2 :: Frame 1 Size Grows Even Though Preloader Is Small File Size

Jun 24, 2011

I made a preloader for my single scene movie and although the preloader is about 16k, when placed into frame 1 of the movie and tested, the frame is shown to have about 256k, which is larger than the movie it's loading.  I've gone through all the files and made sure that export in frame 1 is not checked and made sure the publish settings also are set to export in frame 1.

View 5 Replies

Flex :: Skin A Canvas With Image And Scale It To Size Of Canvas In It?

Apr 9, 2011

I'm trying to skin a canvas with an image (which is essentially a custom border for the canvas). I've been trying the backgroundImage style as well as the borderSkin style. I can't get the image to scale to the full size of the canvas though. I was wondering what the best way to go about this is.[code]...

View 2 Replies

Professional :: Scale And Crop .fla File?

Feb 26, 2010

I have an animated logo .fla file, there some some AS 2.0 in it. I basically need to scale and crop the entire file (just like you'd scale and crop an image in photoshop).

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved