Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
MShehzad #1
Reducing Initial Startup time in Flex 1.5
How can we reduce initial startup time of a flex application ? Suppose we have
a large application , and we want to reduce application startup time. Is it
possible that we are able to devide application into multiple SWF files and
(Initially ) only those SWF files are downloaded on client which are initialy
required ? How can we acheive this i.e architecting application in such a way
that intialy some SWF ( only required on client side ) are downloaded on
client and remaing are downloaded only when they are actually required by
client ?
any help would be appreciated !!!!!!!!!!
thanks
MShehzad Guest
-
My first time with flex (how to scan a remote folder)
hi there I've taken a sample code and I'm trying to recode it to suit my needs As you can see images are defined in the array the problem is I... -
Question about Flex retrieving real-time data
You can always just set a timer and call your server once every few seconds to check for updates. It really depends on how vital/compex/reusable you... -
Flex 2 Beta 3 date & daylight savings time issue
I have created an addDay method which takes a date as a parameter and then adds 34 * 60 * 60 * 1000 to it, creates a new date and returns it, but... -
Flex or Flash ? Flex saves time , Flash saves money !
Pleas i need help with Flex and cold fusion ! I don?t get it how Flex can trigger CF Component ? I know how create component but i tried and i... -
Instance startup time
Hi folks, I know, I can find the uptime of an Informix instance in every onstat, but the date and time of the instance startup? Has anyone a... -
Anjali Bhardwaj #2
Re: Reducing Initial Startup time in Flex 1.5
Hi,
Yes it is possible to divide the application into multiple SWFs. You can have
a main SWF file which loads other SWFs when they are required.
You can use the SWFLoader (mx.controls.SWFLoader) component to load a SWF
from within the main Flex Application.
Anjali Bhardwaj
Flex SDK Development Team
Anjali Bhardwaj Guest
-
ntsiii #3
Re: Reducing Initial Startup time in Flex 1.5
In 1.5 it is mx:Loader.
Also, build the app using containers that support deferred instantiation.
These include ViewStack, Accordion, and tabNavigator. Be sure you do NOT set
creationPolicy="all" this will defeat the purpose.
Also here is a link to an article on improving performance in 1.5:
<a target=_blank class=ftalternatingbarlinklarge
href="http://www.adobe.com/devnet/flex/articles/client_perf/client_server_perfor
mance.pdf
Tracy">[url]http://www.adobe.com/devnet/flex/articles/client_perf/client_server_perfo[/url]
rmance.pdf
Tracy</a>
ntsiii Guest
-
poonamsheth #4
Re: Reducing Initial Startup time in Flex 1.5
well shezad do u want it to appear to similar to look like this?
just check this site..
<a target=_blank class=ftalternatingbarlinklarge href="http://www.merhl.com/
">[url]http://www.merhl.com/[/url]
</a>
poonamsheth Guest
-
MShehzad #5
Re: Reducing Initial Startup time in Flex 1.5
Thanx for your reply !
yes i want to create similar look.I have two questions regarding this
1) I have little idea that we can acheive such look by using creationPolicy =
"queued" , my question is ..........suppose we are using a tabNavigator with
4 tabs and in each tab we have set creationPolicy="queued" . we are using mxml
custom components of each size 20 Kbs. First time either only first view will
be loaded on the client side(size 20 K) or all 4 views(size 80 K) will be
loaded. It is really important becuase I want to reduce initial startup time.
2) How we can use such component which show size of contents downloaded ( as
used at [url]http://www.merhl.com/[/url]
). any sample code ?
thanks once again !
MShehzad Guest



Reply With Quote

