Resize A Document For Web Use?

May 5, 2009

I looked online on how to reduce file size od an .fla file for use on the web but not very clear. I have an .FLA file that is 800X600 px.  when I publish it, I reduce file size, audio to mono etc, and I am getting 1.8mb file, way to large for web use. I tried an swf and flv file but same results. I need to reduce the entire document. I read to use the onion skin the highlight everything then resize but I have over 5,000 frames in my movie. Can someone explain in detail, how to highlight all of the frames in the movie, and then reduce the file to say 400 X 300 px? I am able to drag the onion skin but only to the edge of the viewable document then I must scroll over and repeat the process. there must be an easier way to highlight all frames in the movie then resize the whole thing.

View 5 Replies


Similar Posts:


Professional :: Resize My Current Document

Aug 21, 2011

I am trying to resize my current document.It is currently 1000px and I want to make it 1300px but when I do that, all the elements that is near the top becomes off the screen to the top.I only want the document to be longer in height from the bottom but not sure what it is affecting the elements on the top?

View 7 Replies

IDE :: Resize Document Size In Flash?

Oct 13, 2004

i know.... this is probably one of the most ridiculous questions, and is probably RIGHT in front of my face, or should be self explanitory, but since i'm new at this and i could really care less if someone calls me an idiot, i'm going to ask...how do you resize your flash file to fit a small/GIANT animation etc?

View 6 Replies

ActionScript 3.0 :: Stylemanager - Set The Style Of Another Document From It's Parent Document?

Dec 15, 2009

Can I set the style of another document from it's parent document? At the moment its giving me the error 1119: Access of possibly undefined property StyleManager through a reference with static type DesignCardForm.

View 2 Replies

ActionScript 3.0 :: Scale Or Resize The Image By Dragging And Resize Option?

Sep 19, 2011

I am working on image and i like to scale or resize the image by dragging and resize option.same working as "free transform tool" in flash (design part); i need same functionality in application.

View 7 Replies

ActionScript 3.0 :: Browser Resize Doesn't Trigger Resize Event?

Jul 7, 2011

I'm having a bit of a problem here. As per the title, my flash swf file works fine when tested from the IDE, but when I publish it and open it through the browser, the stage doesn't seem to resize along with the window.I post below a bare-bones example. The "back" movie clip should resize, only it remains at the starting dimensions

Code:
import flash.events.Event;
import flash.display.MovieClip;

[code].....

View 9 Replies

Flex :: Flash - Resize Children When Parent Is Resize?

Jul 29, 2009

I have Buttons which I have rotated vertically within a Canvas, that is working fine. The problem occurs, when the user resizes the window to a small size a vertical scroll bar appears, I would rather have each button squashed upto a smaller size.

<mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" width="40" maxWidth="40" xmlns:myComponents="myComponents.*"
horizontalScrollPolicy="off"

[code].....

View 2 Replies

Flex :: Resize Event And Resize Effect Of A VBox?

Dec 8, 2010

I'm having a little issue with the resize event and resize effect of a VBox.

I have something like this:

<mx:VBox id="container"
backgroundColor="0xFFFFFF"
backgroundAlpha=".9"
paddingTop="15"
paddingLeft="15"

[Code]...

View 3 Replies

ActionScript 2.0 :: If Resize The Window Before The Swf Is Loaded - It Misaligns Until Resize

Jan 4, 2009

I have a main movie here that loads in an external swf through a container mc. everything is aligned and positioned to where it should be, and they are also set to that value onresize. the problem is, when my swf is loaded in, it works fine and is in the right position, same when you resize it. BUT, if you resize the window before the swf is loaded, it misaligns, until you resize!!

View 2 Replies

Flex :: Resize Datagrid On Browser Resize?

Sep 28, 2010

I have a datagrid that occupies 100% of browser screen. I want the grid to automatically resize when the browser is resized to small or full screen.

View 1 Replies

Make Flash Buttons Tell Ppt Document To Go To A Certain Slide After Embedding A Flash Exe Into PowerPoint Document

Mar 14, 2002

Is it possible after embedding a flash exe in to PowerPoint document that we can make flash buttons tell the ppt document to go to a certain slide.

View 2 Replies

ActionScript 3.0 :: Flash - Dispatching An Event From One Document Class And Listening For It Via Another Document Class?

Dec 14, 2010

I am dispatching an event from one document class and listening for it via another document class.My code in class A.

Code:
this.dispatchEvent(new MYEvent(MyEvent.APERTURE_DONE));
trace("Dispatching APERTURE_DONE");

my code in class B.

Code:
addEventListener(MyEvent.APERTURE_DONE, onDoorsOpen,true);
trace("Lisetning for APERTURE_DONE");

[code]....

My listener is registering before the event is dispatched, based on my output window, however I never get the "Open Doors" trace statement to fire.

View 2 Replies

Flash :: Embedded Document Viewer - Show Documents (if Have URL For A Document) Within Flash

Dec 16, 2009

We have a requirement to show documents (if we have URL for a document) within Flash. We have a need use embedded document viewer for MS Office and PDF documents. Are there any Flash controls available to acheive this?

View 2 Replies

ActionScript 3.0 :: Reference Main Document Class From Document Class Of Loaded Swf

May 7, 2011

I have a FLA (say Main.FLA) document class with a child MovieClip on the stage: into the child MovieClip I load other swf files: each of the files contains its own Document Class (every swf is a somewhat independent application, say quizzes and so on).For some reason I must use the Main document class to store data (scores or so) from the child swfs loaded into the Main swf. HOW do I reference the Main class? I can't find a way.[code]and dispatch an Event this way from the loaded swf document class to the Main class:[code]Now, first of all I don't know if this could even work. Secondly, I tried to make it work by adding an event listener to my Main class but id did not work.

View 9 Replies

ActionScript 3.0 :: Can't Get Stage Resize Listener To Resize Movieclips In "main" Swf

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

ActionScript 3.0 :: Moving Document Class .fla Cannot Find The Document Class - WTF?

Sep 22, 2008

So I had a working .fla, with a document class package in the same directory. Everything was fine, until moving both to a new directory, now the fla cannot find the document class. WTF?

View 2 Replies

Flex :: Flex 3 Resize The Label And Text When Resize The Window?

May 11, 2010

i am creating flex 3 component when i re size the window i need to re size the labels and text.how to do this?

View 1 Replies

Cannot Open The Document

Mar 22, 2011

When I open the file in Flash CS5, this message appears: Flash can not parse this document. An error occurred opening file 'D:......fla'

View 1 Replies

Load A Swf Into Another FLA Document?

Oct 13, 2009

I have gotten some swf files from another designer. I need  to show them in my presentation. I am using Flash CS3 for mac.

View 3 Replies

IDE :: Get A PDF Document Into Flash?

Jan 14, 2009

way to get a PDF document into flash and then so that when i publish the file the pdf links like www.kirupa.com are actual links people can click on?

View 3 Replies

IDE :: Externally Specifying The URL Of A .xml Document?

Jan 4, 2010

I have a .FLA file which is loading images dynamically from a .xml file called "source.xml" using this code:

// url to slideshow xml
var strXMLPath:String = "source.xml";
// slideshow xml loader

[code]........

View 2 Replies

Unable To Load Php Document?

Apr 20, 2009

i tried for many times but i can't seem to load the php data into my flash document. I check that the link to the php file is correct and the code for loading does not seem to be wrong

<?php
$gate = "&gate=".$_COOKIE['gate']."&";
?>

[code].....

View 3 Replies

Scaling And 100% Showing Too Much Of Document?

Apr 20, 2010

I want to know what is going on with my flash document where more of the document is showing than the document size. despite the little white box showing the size, if i set scaling to 100% it starts reaching past the boundaries. how can I get my flash doc to scale without viewing what is essentially outside of the frame?I am experimenting with getting my flash website to scale. I have tried a few things like SCALE="default" in the html and such. I want to try and keep the aspect and scale, but have a minimum size. For this I have been trying swffit.

View 2 Replies

ActionScript 3.0 :: Way To Save Document To XML

Oct 30, 2010

I'm able to read out of an xml document however, how do I save to one?

This is my xml structure at the moment [code]...

View 3 Replies

ActionScript 3.0 :: Using The Document Class?

Aug 18, 2009

how  i can find a example of using document class?

View 2 Replies

Crashes When Create A New Document?

Sep 15, 2009

When I open the Flash CS4 application, it starts up fine. If I select create new flash file, the entire application crashes. That's as far as I can get. I've made all of the recent updates that I can - it's flash version 10.0.2 ... I'm running OSX v10.4.11
 
I've tried restarting, that doesn't do anything. I've also tried starting up Flash with nothing else open. Haven't re-installed the entire thing yet (probably what I'll do next).

View 1 Replies

Getting Document Size For Presentation?

Dec 14, 2009

I'm creating a Flash presentation for a client. The finished product is to be played on a projector from his laptop. His laptop has a screen resolution setting of 1440x900.Would it make sense to make my Flash document the same dimensions?

View 3 Replies

Animated Gif Over Flash Document?

Dec 22, 2009

Is it possible to overlay an animated gif on top of a flash banner?I have an html page, where I want to re-work our main banner with flash elements, but would like to place our existing animated gif over the right hand part of the background banner.

View 2 Replies

ActionScript 3.0 :: Loading An Asp Document?

Oct 8, 2010

when im trying to load an asp document the loader doesnt remove itself and it stops at 100% load if i try a jpg file it works perfectly, but thats not what i want xD
  
var myRequest:URLRequest = new URLRequest("/aspindex.asp");
var myLoader:Loader = new Loader();
myLoader.load(myRequest);

[Code].....

View 4 Replies

Professional :: Open A Cs3 Document To Cs4?

May 15, 2011

hi my school has cs4 and due to limited time i decided to work at home on Adobe flash profesional cs3. I was wondering if i could open a cs3 document to cs4.

View 1 Replies







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