Professional :: Changing Size Of File Before Exporting It?

Feb 3, 2010

I made a banner that will appear at the top of a website, though I just found out I need to decrease the width of it. I would like to export it at a smaller size, so I go to Publish Settings and I notice I can change the width and height. How can I do this while maintaing its proportions? It is currently 791 x 275. Using CS3.

View 5 Replies


Similar Posts:


ActionScript 2.0 :: Font Size Changing (significantly) When Exporting?

Aug 13, 2011

I'm running CS3 and using AS2. I'm not new to Flash, but this is a new problem that suddenly just started happening.My text is displaying at the wrong size within flash, and when I export it, the text looks completely different. It's making it extremely difficult to work on my site, because any graphics I align with the text are way off when I preview the file.

I attached an image showing what I mean- notice how the green bar didn't change size, but in the preview image, the bar is way longer than the text. I have been working on this site for a while, and I had no trouble with it until today. Now all of my text in all of the files is screwed up in flash, but still looks fine in the html page.. I need to get this fixed so I can keep working on it!

View 1 Replies

Professional :: Changing Size Of Brush Tool?

Feb 22, 2011

Is it possible to change the size of the brush tool with Flash CS5?

View 4 Replies

Professional :: Flash Keeps 'not Responding' When Exporting .swf & File WAY Too Big?

Jun 19, 2011

I am creating an animation using ActionScript2 on Flash Professional CS5 and whenever I try to export (or even test) my animation, the progress bar comes up but the progress does not move. Then after about a second the dreaded '(not responding)' appears at the top of the window and if you click anywhere it greys out closes it.f I leave it it doesn't export for ages (liteally like 3-6 minutes which is long for just exporting).It only has 280 frames and the .fla file so far is 9.96MB! Other animations I have made have had double the frames yet 5 times smaller a file.

View 1 Replies

Professional :: Exporting File For Flash Catalyst Use?

Jan 23, 2012

I've made a video in Flash Pro, and I want to be able to play it in Flash Catalyst. I'm using 5.5 of both versions, btw. I export the Flash Pro video to a .mov file and then use Media Encoder to make that a .flv file. I bring that file into FC and publish to web. However, when I put those 'deploy to web' files on my website, the video doesn't play. Everything else works except for the video. So I put a generic, short .flv file that I downloaded from the internet into my FC file.

I published it to my website again, and everything worked fine. The video played. So obviously the problem with my video must be in the encoding process. I read one article online that said when I export a .mov file for FC, I should make sure that I don't have 'Fast - Compressed Header' selected in the Streaming options. Well, I checked and I don't. It's just under regular 'Fast'. I've even tried converting my .mov file to a f4v file, and that doesn't work.

View 20 Replies

Changing A Mask Size In An Existing Flash File?

Nov 19, 2009

Whilst I did some flash YEARS ago, I am now needing to get back into it. And whilst I have a course booked, I need to do something now. I have downloaded a flash file with a mask from an image website. I want to double the size of the file, but the masking now only highlights part of the image.

View 6 Replies

Flash :: Professional - Template In CS4 - Changing The Pixel Size

Feb 10, 2010

I am new to Flash and was trying to start a website for my photography business. I have an up and running version of Flash Pro CS4 with all updates. I purchased a full flash template from [URL] hoping to just open the .fla file and go to work editing. No such luck. When I click on the main.fla file, all the components seem to load in the library, however in the timeline, I only show like 9 random layers. When I run the timeline, all I get is a bunch of lines, squares, etc running on and off the stage. When I click "publish" the layers and components run fine with all the default content. The template came in a ZIP file and after extracting, I get the usual files, .fla, .html, .XML, .SWA, etc. All the components seem to be in the .fla file. What am I missing? I know there should be more layers in the timeline, but I cant find them. My troubleshooting has been to confirm that the template is good with CS4 and ActionScript 3.0. I've tried different settings to include changing the pixel size, but nothing.

View 1 Replies

Professional :: Changing Font Size In An Inputtext Field?

Mar 1, 2010

How do I change the font size, shading and position of the text that shows up in an inputtext field.  I am using CS4 and AS3.

View 13 Replies

Professional :: Dynamically Changing Stage Size On Runtime

Mar 31, 2010

I need to change the stage size dynamically. When I try to do this?
size_mc.onRelease = function(){
trace(Stage.height);
Stage.height += 100;
trace(Stage.height);}
It comes always the current stage size.

View 3 Replies

Professional :: Exporting SWF File - No Sound Coming Out Of Video

Sep 18, 2006

I am trying to export a .swf file which plays video/sound so I can upload the file to a website (embedded). However, the sound does not want to play when in flash. It is basically of a person talking and lasts about 20 seconds. I have exported the file as a .mov using flash mx pro on mac. the .mov file plays in a quicktime but when imported into flash the sounds seems to disappear.

View 1 Replies

Professional :: Way Of Resizing A Dynamic Text Box Without The Type Changing Size?

Apr 1, 2010

I want to use the UI Text Scroll component on a text box. When I make the initial text box,it is the normal 1 line in depth, based on the font size. When I paste the type into the box it gets very long, which is fine, but when I try to make the text box  smaller using  the transform tool so that I can make it fit the movie, it makes the type smaller as well. Is there a way to change the height of the box, without it effecting the text inside?

View 2 Replies

Text Size Changes When Exporting?

Aug 13, 2011

My text is displaying at the wrong size within flash, and when I export it, the text looks completely different. It's making it extremely difficult to work on my site, because any graphics I align with the text are way off when I preview the file.

Notice how the green bar didn't change size, but in the preview image, the bar is way longer than the text. I have been working on this site for a while, and I had no trouble with it until today. Now all of my text in all of the files is screwed up in flash, but still looks fine in the html page.. I need to get this fixed so I can keep working on it

View 7 Replies

ActionScript 3.0 :: Changing Component's Size Doesnt Update Parent's Size?

Mar 1, 2010

I have following problem:

Code:
title_txt = new TextInput( );
title_txt.setSize( 100, 20 );

[code]....

View 4 Replies

Flex :: Changing Image Size Independent Of Scene Size?

Apr 6, 2011

I have three images and I want change the images size based on the scene size (default size is 1024x768). After each image has completely loaded I call bindableUtils.setter to set width/height when scene size changes but I don't know how to make a pointer or something like that. I'm using a public var img, but it only works with the last complete image.

Here is my code:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"

[code].......

View 2 Replies

ActionScript 2.0 :: Changing Stage Size To Match Photo Size?

Mar 30, 2010

I'm working on a slideshow where I'm calling in photos from an xml file. How do I tell AS to resize the stage according to photo dimensions? Would I need to list the dimensions in the xml file? If so, how would I pull that into the fla file with AS?

View 6 Replies

ActionScript 3.0 :: Increase Size Without Changing Stroke Size

Feb 11, 2010

I have a MovieClip that is just a 100x100 circle with a stroke but no fill. When I change this to 200x200 using as3 the stroke size doubles. How can I increase the diameter of the circle without changing the stroke size?

View 7 Replies

ActionScript 3.0 :: Exporting .swc Reduced Size Of .swf Times Two?

Oct 15, 2011

Just wonder if this is common practice, but this is first time when I noticed, that if I export .swc from my library and then use the .swc from 'library path' by instantiating document class in new .fla I got my .swf two times smaller in size than publishing it by F12 method. I wonder what content was compressed, code or library objects (graphics)? Have about 40 classes in my app, and just guess that result was produced by compressing the code mainly, but maybe some of you can tell couple words about that.

View 2 Replies

Professional :: Changing File Name Of .swf Breaks Everything?

Oct 8, 2010

I have changed the "src=filname.swf" in the <embed> tag as well as the "name=filename" part of the <embed> tag however to no avail. The video still no longer plays after I rename the file. It was built in ActionScript3 I think.

View 1 Replies

Professional :: Changing Font In .txt File?

Jan 27, 2011

I'm trying to change the font within the flash file of this site. Its one single swf, with a series of .txt files loaded through actionscript 2.0. How do I change the font of the text within the scrolling box at the right?

View 1 Replies

Flash :: CS4, Exporting Quicktime Movie: Size, Aspect Ratio, And Alignment?

Nov 19, 2009

I am new to Flash so this may be a basic question, but I have not been able to find anything in the help files or the forums. I have tried several times to change the size of my quicktime movies, from 550 pixels by 400 pixels to 480 pixels by 480 pixels, and I cannot seem to do it. I have used "Modify > Document" and tried every option I could find through this command. Each time I export I double check that the export settings match my desired size, and they do, but when I open the movie in quicktime, it has been stretched to fit 550 x 400 pixels. The preview movie looks exactl how I want, it is only the exported movie that is incorrect. Is it possible to make a quicktime movie of the size I would like, or is that a standard format that cannot be adjusted?

As a workaround, I have tried squeezing my 480x480 content into the 550x400 stage (while scaling it prportionally). but when I do this, the square of content is not centered in the background in quicktime. It is off center in the preview movie as well, and this commonly occurs after I have used "modify > document" to change the size of the document. The side to which it is aligned seems to be inconsistent. Is there a way to realign the video after I have modified the document size? Does changing the document size through "modify > document" affect the centering and alignment of my video? Is there a way to change it back?

[Code]...

View 1 Replies

Professional :: Size Of A Swf File?

Apr 29, 2011

I have a website in fullflash in a html page but I have a problem. It is the height of my swf file under firefox it is ok

but under internet explorer as you can see at the bottom the page the white rectangle is not a the good size. my parameter of of publishing under html are:

[Code]...

View 1 Replies

Professional :: File Size Variations?

Jan 25, 2010

Specifically, I attached a swf file to an email and it showed up as 5.9kb I then downloaded that same file from the email and in the finder window the file size was indicated to be 16kb.  I further right clicked on the same file located on the desktop and clicked info now the file size was 120kb.
 
My question is which of these represent the real file size.  The reason I ask is that for a class project we are to build a banner ad and the file size is limited to 40kb.  I am telling the instructor that it is only 5.9kb she is saying 120 kb. 

View 1 Replies

Professional :: Smallest .swf File Size

Aug 29, 2011

I am making some flash banners for a college website and the CBS guidelines require all file size be less than 40k.How the hell can you do anything with that?!
 
A) Do unused library items effect file .swf size?
B) I'm using a lower res .jpg for a background which is about 10k, and each line of text i use for only 40 frames is like 20k! (3 sets of text=60k)  Why is simple text so large?
C) Creating movie clips and tweens doesn't really seem to affect file size, is that mostly accurate?
D) Everything considered, is the main thing that affects final .swf size the size of each file used on the timeline? Is there a best practice for converting graphics to graphic clips, movie clips, symbols, etc.?

View 1 Replies

Professional :: Reduce Mp3 File Size?

Dec 24, 2011

So I have this .fla file that a freelancer made for me before. I noticed that the mp3's he imported have really low size of about 800kb only for each sound. When I sent this songs to him, they were in WMA files and have 3MB size each. I noticed that the file location says "program files/total video converter/...", so I assume that he used the Total Video Converter software to convert the WMA to MP3. But how was he able to make the size to only 800KB? Because I tried other converters and the size doesn't change significantly. Lastly, I noticed that it says in the properties "50.0% of original" and the use imported mp3 quality is checked! Also, since the above situation has a WMA file. How about if I already have the mp3 file? How can I reduce the size?

View 5 Replies

Professional :: Reduce The File Size Of JPEG?

Jul 2, 2008

how to reduce the file size of JPEGs without compromising the quality. I have a flash ad that has3 screens with photos, but clients needs the .swf file to be under20K. I can only get it down to 28K.I've done the following: * cropped photo down to actual size* used "Save for Web" function in Photoshop

View 2 Replies

Professional :: Can Size Of Images In .fla File Be Edited?

Jan 19, 2010

The home page of our site (URL...) uses Flash animation that was created by an agency outside of our organization. We are undergoing a site redesign and are interested in giving our Flash characters less real estate, so I am trying to determine if it is possible to make the characters smaller.I thought I might be able to do that with the height/width attribute of the object tag in the html, but I guess that would have been too easy.I know zip about Flash but do have CS3 at my disposal.Is there a way within the .fla file to make the animation smaller?

View 8 Replies

Professional :: Character/Background File Size Is Too Big?

Jun 3, 2010

I'm making a post-apocalyptic series and I'm drawing all my backgrounds/characters in photoshop and importing them into flash. The problem I'm encountering is that the file size is WAAAAAAAAY too big whenever I import the character drawing straight from photoshop. Is there some trick to making characters look like they're drawn in photoshop or some trick to greatly lowering the file size? Three items on screen at once with no animation and my file size is over 1 meg.

View 1 Replies

Professional :: 40k File Size Limit With 872kb FLV

Aug 2, 2010

I have been asked to compress a commercial for a client for web. The spot is 300x250 at 10 seconds and I am exporting an flv out of After Effects. I have taken the bit rate down as low as possible and can only get it down to about 872kb. Is there any solution to lowering it down to the required 40k file size.
 
Also, for delivery would i just need to send the swf and html or does the flv need to go

View 1 Replies

Professional :: Optimising For Smallest File Size?

Jan 10, 2011

have a series of ad banners which must fall within a 35kb size allowance. The banners aren't huge and the main image file is 12kb (JPEG) at the smallest, any smaller and there's anoticeable degrade in image quality. The swf's are coming out at 40kb, is there anything ican do to shave off a few kb's? I've tried everything i can think of (lowering the JPEG quality in Flash).Another hurdle is that i need to supply a GIF alternative, again under the 35kb this seems to be the hardest task! at the moment they're coming out at 220k

View 1 Replies

Professional :: Reduce SWF File Size - Make In 3DX Max

Dec 9, 2011

I have swf file product animation the file make a 53 MB, i want that file put in website. How can i reduce file size:

1) file is make in 3DX Max,

2) Then import to render image in adobe aftereffect & done special effect & make a SWF file

View 3 Replies







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