Maximum size of an swf file of an Application

Hi ,
Ours is a Intra Net Application would be launched as a Product  ,and can be  used with in an Organisation .
The Project would be developed using FLEX 3 as Front End , blazeds in Tomcat , JDBC with Oracle for backend .
Please tell me what should be considerded as the maximum size  of the swf file so that everything would be fine
Please share your views .
Thnaks in advance .

With Flex you don't need to bother about sizing. If you keep your layout liquid (keeping your application and it's components use size in %) it will serve the purpose. All you need to make sure is that the size of your components is not going below minimum size requirement. To ensure this, you can use minSize property as shown below.
<mx:HDividedBox minWidth="500" width="100%" height="100%">
</mx:HDividedBox>
Now the width of this component will not go below 500 pixels. And when the application is viewed in higher resolution, it will use the extra space available as the width is given as 100%.

Similar Messages

  • What is the maximum size of a .swf flash file that can be created for DMM

    Please help,
    I am running DMM 5.2.1 and was wondering what is the maximum size of a .swf file that can be created and play SMOOTHLY on the screens (screen dimension 1366 x 768px).
    Kind regards.

    Hi Nicholas,
    You can refer to the content creation best practices documented at the following link:
    http://www.cisco.com/en/US/docs/video/digital_media_systems/5_x/5_2/dmd/best/practices/guidelines.html#wp1168116
    As you can read there:
    - if the SWF file size is greater than 500KB, you may start to see high memory consumption on the DMP.
    - regarding resolutions, the SWF can be up to 1920 x 1080 when animations within the SWF are small and are restricted to a 640x480 region.
    Regards,
    Marco

  • Opening SWF Files in the Application window

    Hello Everyone,
    We have a problem in opening .swf files in our application.
    We had quick time movies(.mov) which we used to open and
    play inside the application window, using QuickTime Framework APIs
    in the code.
    Presently we had converted these quicktime movies(.mov) into
    .swf files and we are unable to open the same using Quick Time
    Framework in MacOSX.
    Can you please suggest me as how should I proceed, i.e which
    framework should I use in the code to open and play .swf files in
    the application window?
    It will be better, if you can send me a small sample code to
    use in my application for MacOSX.
    Awaiting for your kind reply,
    Thanking you,
    With Best regards,
    Anil.

    Hi Vaibhav,
    I need to display the serarch results in the same window.
    I have followed the steps mentioned by you in the thread
    <i> Search Results in the Same Window..as we have in SDN</i>
    Even after making changes to 2 PAR files mentioned in the above thread, on click
    of Search button nothing happens.
    It will be great if you can send me your modified PAR files, to identify where i am
    going wrong. My mail id is [email protected]
    Thanking you,
    Vikas

  • How to Preloading a swf file in one application

    hello friends,
    How to preload a swf file in one application??
    i have two panel in one panel i given login screen and In second panel there is one module i have to show this panel which is visible="false" when user logged in but i have to preload this module in second panel when the user is doing logi. and when user logged in that time i have to show the second panel hiding the first panel.
    so how to do this i m not getting can anyone help me??
    Thanking you,
    Gajanan

    i have created a jar file.Now i want to reuse this
    jar file in another java program.Could anyone please
    guide me with the steps of how to reuse a jar fileput your jar file in class path and import the class which u want to reuse in your code so that u can access all the methods in that class in ur code.

  • Is there a maximum size for and EAR file?

    I'm using Jdeveloper 10.1.3.3.0. I've used it to deploy to OAS before with success. This past week I added a ton of content to the site. Now when I deploy the ear file is over 1GB. It used to be 120MB. During the deploy process the log shows "Deployment Incomplete". I never get the dialog box to complete the deployment (i.e. to undeploy the app then finish deployment).
    I've checked the disk space on OAS and have 7GB free.
    Is there some adjustment that I need to make? Is there a size limit? If so, how do I get my content on to the site?
    TIA,
    Dave

    Update on manually deploying my application.
    On OAS:
    I tried uploading from local machine to server in step 2 but after 10 minutes or so it had appeared to hang.
    I retried after manually copying the file to the server. In this case I got to step 2 where I set application attributes. On step 3 I left defaults and clicked deploy. In the progress message window after the Unpacking ...ear message I received error message:
    Operation failed with error: java.lang.OutOfMemoryError.
    I'm sure that I can increase memory to the compiler with a command line flag. Finding the command line though...
    It looks like the /tmp directory size is part of the problem. It's only .9GB.
    Note:
    On the jdeveloper side when I deployed to EAR I checked the compress flag. That reduced the overall size by 150MB.
    Regards,
    Dave
    Edited by: dgress on Jan 7, 2009 11:37 AM

  • Limit on the size of the flat file in SAP Application Server

    Hi Gurus,
    My requirement is to upload the account payable data to the SAP Application Server.
    The requirement say's like if the size of the file exceeds the limit(is there any limit on file size in SAP?) of SAP then I should upload another file with the remaining records.
    Is there any limit on the file size uploaded into SAP Application Server?If there is limit on file size then what is the value of the limit?
    I guess the file size will depend on the basis configuration and the free size of the Application Server Folder.
    How to check free space in the Application Server folder and proceed further for placing the file in that folder?
    Thanks & Regards,
    Kiran Kumar K

    The limitation (if any) will be on the OS level. Nothing to do with SAP as such. Asking your basis team to provide you with an area with plenty of room will be the easiest option. How big are your files - most OSs can handle files of many GB. Sounds to me like the "requirement" has been written by someone without technical knowledge...

  • How to get the correct size of the loaded swf file?

    final public class main extends Sprite
      public function main()
       loaderInfo.addEventListener(Event.COMPLETE, _onLoadCompleted);
      private function _onLoadCompleted(event: Event): void
       var tw: int = stage.width;
       var th: int = stage.height;
       var tsw: int = stage.stageWidth;
       var tsh: int = stage.stageHeight;   
    Above is my simple as3 project in flex builder 3.
    My screen resolution is 1920*1080, when debugging, the swf is stretched to the full client area of the IE, but the stage.stageWidth is 500 and the stage.stageHeight is 375, both the stage.widht and stage.height are 0, who can tell me why and how to get the right size of the swf file, named the client area size of the IE in this situation?
    Thanks very much!

    The HTML wrapper might resize the SWF later, so wait a frame and check stageWidth/stageHeight again.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • Newbie question - SWF file download size

    If I have say 20 different screens to display in a flex application, after I compile the size of the swf file would be quite big (5+Mbs apprx) for the browser to download.  Hence, the users will have a waiting state unless the SWF file is completely downloaded to the browser cache.  And if there are any update to the file the complete file will be again downloaded to the client.
    I want to reduce this download time and ensure that users do not get tired of waiting for download to happen.  Preferably I would like to load the components/screens as and when required (like it is done in java web start).  Is something like this possible in flex?  If yes how?
    One of the approaches is to have multiple SWF files say for every module.  Even in such cases the size of SWF file will be large enough for the user to wait.  It will also display a blank screen on the browser when switching from one SWF file to another (considering it will be done through HTML).
    This is a practical problem and must be faced by a number of applications.  That makes me believe Flash must have something that provides dynamic loading of components as and when clicked.

    See the modules presentation on my blog
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • Flash Media Playback configurator swf file size

    Hello,
    I just start using the Flash Media Playback configurator : http://www.osmf.org/configurator/fmp/ and I am very surprised that the size of the swf file is less than 2KB. The swf file used is http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf
    How did you compile it to make it so small ? It is based on OSMF ?
    Usually the swf file's size of a flash video player based on OSMF seems to be greater. For example the swf file used on page http://www.osmf.org/ (http://www.osmf.org/strobe1_0/StrobeMediaPlayback.swf) is about 193KB or on page http://osmf.org/dev/1.6gm/setup.html (http://osmf.org/dev/1.6gm/StrobeMediaPlayback.swf) is about 422KB.
    Thanks in advance.
    Thomas

    Hi,
    Thanks for the quick reply Gelu. I emptied the cache of my web browser and had a look at all http requests (with Charles proxy and Firebug) sent when loading the page http://www.osmf.org/configurator/fmp/. The only .swf loaded I can see is http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf.
    Is there another cache involved ?
    Thanks,
    Thomas

  • What is the maximum size of the dmp(exp) file?

    Friends,
    OS: RHEL AS 3.0
    DB: Oracle 9iR2
    Daily i am taking the dmp file backup using exp utility.
    Now the file size is 777MB.
    What should be the maximum size of the dmp file.?
    if it crosses 1GB, is it possible to copy the dmp file from production server to test server using putty?
    In future we are planning to upgrade our 9iR2 db to 10gR2 db.
    if i use the export dmp file of 1GB file size for upgrading from 9iR2 to 10gR2, will there be any problem
    Note: I am also taking user managed backup.
    thanks

    Regarding your question about using exp/imp for 9iR2 to 10gR1/2 upgrade, I've used it a lot for the same purpose without any problems, BUT I'm talking about application schemas with only tables/indexes and views. Don't know what would happen with more complex objects...
    If you have concerns about your export dump file size, there is always compression
    Regards
    http://oracledisect.blogspot.com

  • Maximum size of autoextend reached

    Hi ALL,
    I am using oracle 10R2 in Sun Solaris, i recevied the error Maximum size of autoextend reached. i dont know what to do.
    initial this datafile have 1gb space recently we added 1GB more. i am not sure it will be the reason for this.
    Kindly advice me.
    Error.
    Maximum size of autoextend data file /oradata/dg03_vol01/ovodev/OPC_INDEX2_1.dbf almost reached. No further autoextend operation for this data file possible.
    Regards
    Senthil kumar

    Hi..
    When this error occurred was some insert into was going on in the database.It could be through SQL LOADER,IMP,IMPDP or simple insert statment.If yes, did it fail due to space issue.
    Paste the output of
    select FILE_ID,FILE_NAME,TABLESPACE_NAME,(BYTES/1024/1024)MB,MAXBYTES from dba_data_files where tablespace_name='tbs_name';
    Anand

  • Component Slider not working when loaded from another swf file

    I have a simple Flash application that uses a component Slider to increase or decrease the size of the text in a TextArea (ta). It works perfectly fine on its own, however, when I try to load the same swf file from another application, I get the following error...
    ReferenceError: Error #1069: Property fl.managers:IFocusManager::form not found
    on fl.managers.FocusManager and there is no default value.
    at fl.controls::Slider/thumbPressHandler()
    Code...
    import fl.events.*;
    import flash.text.TextFormat;
    ta.text = "Lorem ipsum dolor sit amet";
    var tf:TextFormat = new TextFormat();
    tf.color = 0xCCCCCC;
    tf.font = "Trebuchet MS";
    tf.size = 12;
    slider.addEventListener(SliderEvent.THUMB_DRAG, sliderChange);
    style();
    function style():void
        ta.setStyle("textFormat", tf);
    function sliderChange(e:SliderEvent):void
        tf.size = slider.value;
        ta.setStyle("textFormat", tf);
    Could the containing swf file that I'm loading the slider swf file in anyway effect the slider application? I don't quite understand why it works on its own, but not when loaded from another app.

    add a slider component to the main (loading) swf's library.

  • INDESIGN CS5 .SWF files to large

    So, I thought with Indesign CS5 it would be a great idea to do a website with full idesign. This was working great until I realized that as i exported to a .SWF it was 49.9mb. Now i know that this is a large website (almost 70+) pages long. But is there any advice anyone can give me to shrink the file size or was it a bad idea to begin a website in INdesign right now. I know that using flash and .css and all that is the traditional way of doing a website but at the same time I don't like messing with all that code and thought this would be a great way to build a website.
    ANY help would be great because i can't afford to have a 3 and a half minute download time on a website.
    Thanks,
    Justin

    I think I may have responded to this in the community help section, but I'll repeat what I said there. InDesign has some impressive Flash capabilities but using it to create an entire website....no, not a good idea at all.
    The size of the SWF files is a major issue and they are quite simply not suitable for this purpose. Additionally, an entire website in Flash is an SEO nightmare so it won't matter how long it takes to load since nobody is likely to find it.
    Flash should be used judiciously on the web. In fact, I never use it. All that said, the only advice I can offer if you decide to ignore the rest of it, is to export to FLA, open it in Flash Professional and finish it up there.
    Bob

  • Linking URLs to InDesign CS5 exported .swf files

    I primarily work in print design, but I've exported a few animated .swf files of web banner ads from InDesign CS5, and the folks on the receiving end can't use them because they're unable to link them to a URL (in whatever manner they're able to with other Flash files). I was hopeful that I could open the files in Flash and edit them there, but it seems not to be an editable file. It's been pretty frustrating watching work go down the drain and people have to settle for less glamorous static ads. Does anybody know a solution?

    I think I may have responded to this in the community help section, but I'll repeat what I said there. InDesign has some impressive Flash capabilities but using it to create an entire website....no, not a good idea at all.
    The size of the SWF files is a major issue and they are quite simply not suitable for this purpose. Additionally, an entire website in Flash is an SEO nightmare so it won't matter how long it takes to load since nobody is likely to find it.
    Flash should be used judiciously on the web. In fact, I never use it. All that said, the only advice I can offer if you decide to ignore the rest of it, is to export to FLA, open it in Flash Professional and finish it up there.
    Bob

  • Copy a .swf file from server side to client using signed applet

    Hello All,
    I already have my applet signed and its working pretty well. However I want to know how can I import a .swf file into clients machine. The .swf file initially is on server side, my applet checks whether this .swf file exists already on client machine. If not it copies it to his machine.
    I know how to chk if the file already exits on client machine but I am not sure how to copy this .swf file to his machine if its missing.
    May be I need to set some input buffers from server side and then copy them to his machine.
    Can some one throw some light on this issue ??

    Hello to all Java Code Masters out thr,
    I am trying to copy a .swf file from server side to client side, however I am unsuccessful in writing the correct data. By correct data I mean that , the data does gets saved on the client side in the .swf file, and the size of the .swf file on client side is as expected, but some how I don't know why the data is not the same as expected.
    I tried opening up both the swf file, one which is on server side and the other which is on client side. And both looked different in the notepad.
    When I opens up the client side .swf file on browser it shows nothing while the .swf file on server side worked fine.
    Here is a snap shot of the two .swf files when opened in notepad:
    clientside.swf
    &#22339;&#2131;&#51395;&#40056;&#48612;&#28681;&#56220;&#6234;&#31352;&#65363;&#27474;&#26039;&#46793;&#52076;&#11698;&#45679;&#32228;&#9617;&#45643;&#52076;&#54002;&#56237;&#62930;&#57181;&#27635;&#46965;&#48804;&#30062;&#60407;&#31086;&#2937;&#37359;&#28873;&#49741;&#8252;&#10112;&#503;&#8501;&#16164;&#43397;&#16140;&#10313;&#8264;&#537;&#13737;&#16956;&#43411;&#586;&#4917;&#43544;&#22918;&#4216;&#49632;&#40179;&#64495;&#64206;&#44335;&#61334;&#19077;&#57113;&#61099;&#53246;&#52863;&#52855;&#52985;&#32246;&#63967;&#27542;&#13055;&#32611;&#52219;&#26476;&#56728;&#25064;&#57340;&#63580;&#65317;&#56023;&#32706;&#57446;&#19865;&#24183;&#40928;&#65057;&#61684;&#25313;&#64294;&#45864;&#44950;&#25919;&#7115;&#8035;&#44004;&#31973;&#18921;&#32575;&#18967;&#25451;&#63915;&#44668;&#30262;&#32651;&#11230;&#60116;&#21241;&#51902;&#30302;&#2462;&#38913;&#38887;&#2904;&#47227;&#11350;&#25775;&#35978;&#25879;&#38313;&#61967;&#15065;&#8627;&#33840;&#11456;&#12040;&#52418;&#33633;&#6640;&#63050;&#65270;&#39008;&#42184;&#40462;&#49876;&#16324;&#15399;&#60051;&#62263;&#26562;&#19076;&#47084;&#16512;&#51385;&#58710;&#13280;&#42314;&#13071;&#55199;&#17948;&#14772;&#61464;&#8985;&#9032;&#16254;&#42612;&#16367;&#47121;&#16212;&#60451;serverside.swf
    CWS�� x���     p��ZxzS�Rk�e��l��-o��}�%K�l�������]��ku���nu��nyy���pM�< �'�5!$����I
    (H �
    5<B
    ��J5��Yx��������/����J������w����}���
    k�2c��lg���a��\�%��serverside.swf is what I expect to be saved, but clientside.swf is what i get.
    Below is a code snippet which I am trying :
      public void writeswftoclient(String swfcontent) {
        String userHome = System.getProperty("user.home" );
        String ImoracleDirectory = userHome + "\\MyFolder";
        File fdirectory = new File(ImoracleDirectory);
        if(!fdirectory.isDirectory()) {
          fdirectory.mkdir();
        String playlist = ImoracleDirectory + "\\clientside.swf";
        File fplaylist = new File(playlist);
        try {
          Writer output = null;
          output = new BufferedWriter(new FileWriter(fplaylist,true));
          *System.out.println(swfcontent);*
          *output.write(swfcontent);*
          output.close();
        catch (Exception e) {
          System.out.println("Cannot create or write to the playlist");
      }In above code I am trying to write the string swfcontent, which contains the data shown above in serverside.swf, to clientside.swf.
    Interesting thing is that I am doing System.out.println(swfcontent); just before writing the data to clientside.swf using output.write(swfcontent);. And System.out.println does print the write data on the java console. However I dont know out of what reason the data doesnt get written correctly on the client's computer.
    Kindly help me in this plzzzzzzzzzz.

Maybe you are looking for