[ 
https://issues.apache.org/jira/browse/FLEX-33566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13662070#comment-13662070
 ] 

Alex Harui commented on FLEX-33566:
-----------------------------------

The "next-generation" framework we are working on to make it easier to 
cross-compile a Flex-like application to HTML/JS/CSS is designed to be much 
lighterweight.  We were able to use MXML and AS to create a 30K sample 
application here:  http://people.apache.org/~aharui/FlexJS/bin-release/

Whether you eventually use this new framework or stay with the current one, a 
key factor in managing download time is in making sure code is loaded on-demand 
instead of just-in-case.  The current SDK supports the concept of modules which 
can assist in reducing the amount of download required to display something to 
the user.  A discussion of how you might use modules in your application is 
probably best done on the mailing list us...@flex.apache.org instead of in a 
series of JIRA comments.
                
> Application takes more time in loading while it is launched first time
> ----------------------------------------------------------------------
>
>                 Key: FLEX-33566
>                 URL: https://issues.apache.org/jira/browse/FLEX-33566
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: .Unspecified - Framework
>    Affects Versions: Apache Flex 4.9.0
>         Environment: Windows 7
> Flash Builder 4
>            Reporter: Jigar Oza
>            Priority: Trivial
>              Labels: newbie
>             Fix For: Apache Flex 4.9.0
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> My application takes lots of time downloading Apache flex sdk 4.9 swf files 
> while it is loaded first time.
> Earlier I was using Flex sdk 4.0 but due to changes in flash player 11 I was 
> forced to shift to sdk 4.9.
> In SDK 4.0 there were .swz files which were taking less time in loading my 
> application. 
> But in SDK 4.9 there is no .swf files. So it is taking more time in 
> downloading .swf files.
> So please help me in finding some solution for this so that my application 
> loaded as fast as it was happening earlier.
> Thanks

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to