Flex :: Different Size Of .swf Files?

Jan 12, 2011

I have a flex project with two .mxml files. Therefore, there are two .swf files in the bin folder. The size one of them is 500Kb and another 3Mb. Why are they so different? I assume some files with embedded images are not included in the first one. But why? All files in one project in flex builder.

View 2 Replies


Similar Posts:


Maximum Size Limit For Files Being Uploaded In Adobe Flex?

Jun 10, 2009

Is there a maximum size limit for files being uploaded in Adobe Flex?I am testing it on localhost and can't upload a file of roughly 300MB.Even though I receive the complete event, after I upload the file....I was able to upload a file of roughly 10MB.

View 1 Replies

Flash :: Flex Relative Size Component, Fixed Size Border?

Mar 3, 2011

I want to create a panel (or any other component) inside a component that has a 5 pixel border on all sides, but scales fully when the window is resized. I know I can set width to "100%" to make it resize, but that gives me no borders. If I put it to "95%",I have borders, but they scale annoyingly. Also, that only works for borders on the right or lower bounds, and not to the left or upper sides.Is there a convenient way to do this without having to write tons of resize-code (in which case I will not bother and just accept bad rescale behaviour, as it is for a private pet project).

EDIT: I know that I can just overwrite the display handling and set the positions manually every frame. I wondered if there is a cheap way to do it in the mxml-structure, along these lines:

<mx:Panel>
width="100%" height="100%"
</mx:Panel>

Coming from C++ and Java, I am intrigued by the option of setting something to "95%" and let the library work out the details, instead of having to write many lines of code, just so my text-area always keeps a 5 pixel distance from the border, but scales with window width.If there is no easier way to do it than figuring out pixel sizes by hand and setting the coordinates.

View 1 Replies

Flex :: Change Radiobutton Size And Label Size In Actionscript?

Aug 10, 2010

I am trying to change my radiobutton size and label size in pure as3...

searchRB = new RadioButton();
searchRB.name = "search";
searchRB.group = rbg;

[Code]....

View 1 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 :: Flex - Source Size Vs. Compile Size?

Oct 15, 2011

Could you explain why a Flash Builder source folder - no larger than 2 MB - compiles into a SWF exceeding 15 MB with debugging turned off (exported release build)?

There is only 1 embedded image at about 93k - no other images. The application is not that complicated, basically calls are made to a MySQL db to display information, as well as store information. I have used drop shadows and borders, but all standard to Flash Builder. Some custom classes and one custom skin.

[Code]...

View 3 Replies

Professional :: Reduce The Size Of Swf Files?

Jun 28, 2011

I would like to reduce the size of swf files for easy uploading. Is there a way I can reduce the size of swf files

View 2 Replies

ActionScript 3.0 :: Detect Total Size Of All Files In FileReferenceList?

Jun 2, 2009

Is there a way to detect the total size of all files in a fileReferenceList?

View 1 Replies

Flash :: Find Which Embedded Files Take Large Size In A Swf

May 5, 2011

How do I find which all embedded files are taking up sizes in a specific swf file. I am looking for something like Windirstat for swf files.

View 3 Replies

ActionScript 3.0 :: Reading Random Size And Construction XML Files

Oct 9, 2010

I have some problems reading random size and construction XML files. Example: if u know the construction of file it is no problem, but when trying to display XML data that is unknown structure is more dif. how to read such file? I tried reading entire file into String then trying to manipulate it and have big problems:

[Code]....

View 1 Replies

Media Server :: Running With Multiple Smaller Mp4 Files About 50 MB In Size?

Feb 22, 2012

I have a question regarding httpstreaming we have fms running with multiple smaller mp4 files about 50 MB in size. When played they start playing immediatly but still are cached/downloaded in directory C:Documents and SettingsUsernameLocal SettingsTemp of the clients
 
Now we have issues with a large file of 890 MB, which is not being played, clients need to download this complete file to play it. Does the streamingpart doesn't work well on our server?
 
Please help since we getting a lot of complaints from viewers. Running FMS 4.0.3 on CENTOS 5.7 64 Bit
 
What can i check besides the forums regarding dynamic httpstreaming

View 2 Replies

Flex :: Flex: Swfloader - Flash File Overlaps It's Configured Size?

Dec 7, 2009

i'm using swfloader to load swf file in the middle of the screen using the following command:

<mx:SWFLoader id="game_swf" source="crazy_counting.swf" x="198" y="0" width="721" maxWidth="721" height="531" maxHeight="531" />

now stage of the flash file takes the exact size that i stated by the flash file itself is overlapping the stage with some graphics

View 3 Replies

Flex :: Swatch Panel Size In Color Picker Flex?

Apr 28, 2011

Is there any way to change the size of swatch panel in color picker control?? I tried thiscolorPicker {

swatchHeight: 21;
swatchWidth: 24;
}

but this is not working

View 1 Replies

Flex :: Change Size Of An HBox In Flex To Fit It's Container?

Jul 28, 2010

I create an HBox, fill it with a grid of buttons, and set the scroll policy. When I resize the window, the stage changes size, and so does the HBox ... to a point. Once it reaches the height of the Grid it contains, it stops shrinking, like it has a "min-height". This ruins the scrollbar that I'm trying to establish in this case.

I've set the height to 100%, shouldn't it always take the height of the stage, it's parent?[code]....

View 2 Replies

Flex :: Performance - Printing From AIR/Flex Application Causes Large Files Being Sent To Printer?

Oct 25, 2010

I am working on an Adobe AIR (2.0) application that contains a feature to allow users to print documents (such as salary slips). Those documents are originally in PDF format. Due to circumstances we cannot directly display those PDFs in the AIR application (for example using flash.html.HTMLLoader). Therefore we convert the PDFs to SWFs (using the pdf2swf tool, see The SWFs are loaded into the application using a mx.controls.SWFLoader, like so:

<mx:SWFLoader
id="salarySlipImage"
loaderContext="{someLoaderContext}"

[code].....

View 2 Replies

Flex :: Flex - Decompress Zlib Files Created With ByteArray.compress?

Dec 21, 2010

I work on a Flex application that creates compressed files and uploads them on a server. The files are created with ByteArray.compress method, which is zlib compression. I can decompress them using Python API on the server but I prefer to keep the files compressed there. I want to be able to download and decompress the files later, however WinZip and WinRar fail to decompress them. When I google for zlib utility, I only find zlib dll library. I need a simple application for Windows (and/or Linux)

View 1 Replies

Flex :: POI - How To Detect Size Of SWF

Dec 17, 2009

I'm creating a map that has points of interest. (POI) When a user mouses over the POI an info bubble pops onto the screen and it loads an swf. I can't detect the size of the swf so that my infobubble will size itself to the size of the swf. When I mouse over my swf file, it disappears. I would love to have the my swf file pop up in a layer on its own instead of being on the stage of my main flex file...

package com.modestmaps {
import flash.display.Graphics;
import flash.display.Loader;
import flash.display.Shape;
import flash.display.Sprite;
import flash.filters.BlurFilter;
[Code] .....

View 3 Replies

Flex :: Specify Size For An Arraycollection?

Mar 12, 2010

Context:

I use an ArrayCollection object as follows:

1) Number of elements is fixed.

2) Elements are inserted at a given position, based on some order.

Can I set the max size of the ArrayCollection? Will fixing the size improve the performance, as elements keep getting inserted into this collection?

View 1 Replies

Flex :: Why Is The Size Of Swf File Smaller Than The Sum Of It's Swc's

Jun 24, 2009

I compile my Flex application with several swc's (libraries) and it creates a swf file. The sum of the swc's is roughly 4 MB yet the actual swf generated is only 1.6 MB. How is this possible?

View 3 Replies

Flex :: Change The Scroll Size?

Aug 25, 2009

I have a flex tree control bound to an xml data from the database. I have item renderers for the tree items. My concern is, when my tree item size is huge, if I scroll using the mouse, it scrolls in 4-5 items at a time. I need it to scroll item by item. When it scrolls 4-5 items at a time, there seems to be a rendering issue as I have overriden lot of properties of treeitemrenderer and also the custom control i have put into the item renderer

Is there any way I can change the scroll size?

View 1 Replies

Flex :: Change Size Of Checkbox?

Dec 9, 2009

In Flex, is there an easy way to change the size of a Checkbox? I want to make the checkbox bigger, but the label beside it the same font size

View 2 Replies

Flash :: FLEX - Getting A Folder Size?

Jan 12, 2010

I'm triying to get a folder size by doing:

var FolderFile:File = new File("file:///SomePath/Folder");
var FolderSize: FolderFile.size;

But this gives me a value of 0, how can I get the folder size? is there anyway to do this?

View 2 Replies

Flex :: How To Get Memory Size Of ArrayCollection

Feb 2, 2010

I have built an image cache which is an ArrayCollection containing images. I have built functionality so that the cache can hold a max of 250 images. However, the images can be of a different size, so it's better to limit the total memory size of all images in the ArrayCollection. How I can get the total memory size of an ArrayCollection without looping through all the items in the ArrayCollection?

View 1 Replies

Flex :: Update UIComponent Size?

Feb 23, 2010

I've created a AS3 class which extends UIComponent so that I can easily add it to my MXML layout. It works fine, but I'm trying to figure out how to update the UIComponent width and height dynamically. I want my super UIComponent to draw a border around the content, so I need get the specific 'content' dimensions in order to do this.

I understand the idea of UIComponent is that you are supposed to specifically set the width and height... but I am literally only extending it so that I am able to use my custom component with MXML easily.Is there a method in which I can get the width and height of a UIComponents 'content'?

View 2 Replies

Flex :: Increase The Size Of RadioButton?

Feb 25, 2010

Recently i worked in a project where i used 5 radio button to select a page number. Now the clients wants a big radio button. how can i increase the size of radio button in flex?

View 1 Replies

Flex :: Get Folder Size In Adobe Air?

Jun 7, 2010

How to get folder size in Adobe Air?

View 2 Replies

Flex :: Change Font Size In App?

Oct 7, 2010

How can i change font size in all flex application?

View 3 Replies

Flex :: Font Size In Datagrid?

Nov 29, 2010

How to reduce the Font Size of Text in Rows of Data Grid in Flex ?

View 2 Replies

Flex :: Get The Actual Size Of A Component?

Jan 19, 2011

I'd like to get the actual height of a component after adding some children.

When inspecting the variables tab in debug mode, I see 2 different height variables:$height (which contains the correct value: 138) and height/_height (which contains a wrong value: 10).

I guess that the display is not updated and so I'm not getting the correct height using component.height, but how can I get the value in $height?

[Code]...

View 2 Replies

Flex - MX Canvas Maximum Size?

Mar 31, 2011

Anyone here know the maximum size of a Flex canvas or UIComponent? I know the old MovieClip class was limited to 2800x2800px.

View 1 Replies







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