Re: [flexcoders] Why my compiled swf is loading too slowly?

2006-08-30 Thread Satish





Anybody have idea on this??

  - Original Message - 
  From: 
  Satish 
  To: flexcoders@yahoogroups.com 
  Sent: Saturday, August 19, 2006 10:55 
  AM
  Subject: Re: [flexcoders] Why my compiled 
  swf is loading too slowly?
  
  I think my application is initalizing and taking 
  long time to load.
  Because i am seeing preloader with persentile for 
  a long time.
  
  
  Thanks Karl,
  
- Original Message - 
From: 
Karl Johnson 
To: flexcoders@yahoogroups.com 

Sent: Thursday, August 17, 2006 4:34 
PM
Subject: RE: [flexcoders] Why my 
compiled swf is loading too slowly?

When you say it is loading slowly, do you mean it takes 
a long time to download? Or does it take a long time to initialize, create 
all of the controlsand render? When it is taking a long time, are you 
seeing the preloader?

Karl
Cynergy Systems, Inc.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
SatishSent: Thursday, August 17, 2006 1:25 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Why my compiled 
swf is loading too slowly?



Hi,
 Previous ly we are directly 
accessing th site with .mxml url. Thta time file was loading too slowly. But 
afterwords, we are loading compiled .swf file. It is much 
better.

assume, we are having two swfs
 1.compiled swf is 400KB. 

 2. and one animated swf is 
1.5MB. 
here for our site animated swf it self is 
loading much faster then my compiled swf. Why it is happenning like this? 
What we have to do to load our compiled .swf also to be loaded much 
fastly.


Thanks
Satish KC.
 
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] Why my compiled swf is loading too slowly?

2006-08-30 Thread Abdul Qabiz



Hi,Animation would probably timeline based. Flash player starts playing the content as soon as data for frames is available on client.So for 1.5 meg file without any preloader, it would start playing faster than a swf with preloader.
In case of your Flex app, preloader makes sure entire swf is downloaded on client and only then application is initialized. That's why you notice the delay.Hope, this helps...-abdul
On 8/30/06, Satish [EMAIL PROTECTED] wrote:













  






Anybody have idea on this??

  - Original Message - 
  
From: 
  Satish 
  To: 
flexcoders@yahoogroups.com 
  Sent: Saturday, August 19, 2006 10:55 
  AM
  Subject: Re: [flexcoders] Why my compiled 
  swf is loading too slowly?
  
  I think my application is initalizing and taking 
  long time to load.
  Because i am seeing preloader with persentile for 
  a long time.
  
  
  Thanks Karl,
  
- Original Message - 

From: 
Karl Johnson 
To: 
flexcoders@yahoogroups.com 

Sent: Thursday, August 17, 2006 4:34 
PM
Subject: RE: [flexcoders] Why my 
compiled swf is loading too slowly?

When you say it is loading slowly, do you mean it takes 
a long time to download? Or does it take a long time to initialize, create 
all of the controlsand render? When it is taking a long time, are you 
seeing the preloader?

Karl
Cynergy Systems, Inc.


From: flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of 
SatishSent: Thursday, August 17, 2006 1:25 AMTo: 
[EMAIL PROTECTED]ups.comSubject: [flexcoders] Why my compiled 
swf is loading too slowly?



Hi,
 Previous ly we are directly 
accessing th site with .mxml url. Thta time file was loading too slowly. But 
afterwords, we are loading compiled .swf file. It is much 
better.

assume, we are having two swfs
 1.compiled swf is 400KB. 

 2. and one animated swf is 
1.5MB. 
here for our site animated swf it self is 
loading much faster then my compiled swf. Why it is happenning like this? 
What we have to do to load our compiled .swf also to be loaded much 
fastly.


Thanks
Satish KC.
 

  















__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] Why my compiled swf is loading too slowly?

2006-08-30 Thread Rogerio Gonzalez



I have the same trouble here. My application downloads alright, but the time for initiate is too much. ALmost 50% of the total time for ready to use is just for initializing.My trouble is with bindable, I think.
I get this error:warning: unable to bind to property 'Complement' on class 'Object' (class is not an IEventDispatcher)Probably because I use:[Bindable]public var Candidato:Object = {Complement:}
Any ideas on how to optimize?RogerioOn 8/30/06, Abdul Qabiz [EMAIL PROTECTED]
 wrote:












  



Hi,Animation would probably timeline based. Flash player starts playing the content as soon as data for frames is available on client.So for 1.5 meg file without any preloader, it would start playing faster than a swf with preloader.
In case of your Flex app, preloader makes sure entire swf is downloaded on client and only then application is initialized. That's why you notice the delay.Hope, this helps...-abdul

On 8/30/06, Satish [EMAIL PROTECTED] wrote:














  






Anybody have idea on this??

  - Original Message - 
  
From: 
  Satish 
  To: 

flexcoders@yahoogroups.com 
  Sent: Saturday, August 19, 2006 10:55 
  AM
  Subject: Re: [flexcoders] Why my compiled 
  swf is loading too slowly?
  
  I think my application is initalizing and taking 
  long time to load.
  Because i am seeing preloader with persentile for 
  a long time.
  
  
  Thanks Karl,
  
- Original Message - 

From: 
Karl Johnson 
To: 

flexcoders@yahoogroups.com 

Sent: Thursday, August 17, 2006 4:34 
PM
Subject: RE: [flexcoders] Why my 
compiled swf is loading too slowly?

When you say it is loading slowly, do you mean it takes 
a long time to download? Or does it take a long time to initialize, create 
all of the controlsand render? When it is taking a long time, are you 
seeing the preloader?

Karl
Cynergy Systems, Inc.


From: flexcoders@yahoogroups.com 
[mailto:flexcoders@
yahoogroups.com] On Behalf Of 
SatishSent: Thursday, August 17, 2006 1:25 AMTo: 
[EMAIL PROTECTED]ups.comSubject: [flexcoders] Why my compiled 
swf is loading too slowly?



Hi,
 Previous ly we are directly 
accessing th site with .mxml url. Thta time file was loading too slowly. But 
afterwords, we are loading compiled .swf file. It is much 
better.

assume, we are having two swfs
 1.compiled swf is 400KB. 

 2. and one animated swf is 
1.5MB. 
here for our site animated swf it self is 
loading much faster then my compiled swf. Why it is happenning like this? 
What we have to do to load our compiled .swf also to be loaded much 
fastly.


Thanks
Satish KC.
 

  















  















__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] Why my compiled swf is loading too slowly?

2006-08-23 Thread Satish






  From: 
  Satish 
  To: flexcoders@yahoogroups.com 
  Sent: Saturday, August 19, 2006 10:55 
  AM
  Subject: Re: [flexcoders] Why my compiled 
  swf is loading too slowly?
  
  I think my application is initalizing and taking 
  long time to load.
  Because i am seeing preloader with persentile for 
  a long time.
  
  
  Thanks Karl,
  
- Original Message - 
From: 
Karl Johnson 
To: flexcoders@yahoogroups.com 

Sent: Thursday, August 17, 2006 4:34 
PM
Subject: RE: [flexcoders] Why my 
compiled swf is loading too slowly?

When you say it is loading slowly, do you mean it takes 
a long time to download? Or does it take a long time to initialize, create 
all of the controlsand render? When it is taking a long time, are you 
seeing the preloader?

Karl
Cynergy Systems, Inc.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
SatishSent: Thursday, August 17, 2006 1:25 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Why my compiled 
swf is loading too slowly?



Hi,
 Previous ly we are directly 
accessing th site with .mxml url. Thta time file was loading too slowly. But 
afterwords, we are loading compiled .swf file. It is much 
better.

assume, we are having two swfs
 1.compiled swf is 400KB. 

 2. and one animated swf is 
1.5MB. 
here for our site animated swf it self is 
loading much faster then my compiled swf. Why it is happenning like this? 
What we have to do to load our compiled .swf also to be loaded much 
fastly.


Thanks
Satish KC.
 
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] Why my compiled swf is loading too slowly?

2006-08-18 Thread Satish





I think my application is initalizing and taking 
long time to load.
Because i am seeing preloader with persentile for a 
long time.


Thanks Karl,

  - Original Message - 
  From: 
  Karl Johnson 
  To: flexcoders@yahoogroups.com 
  Sent: Thursday, August 17, 2006 4:34 
  PM
  Subject: RE: [flexcoders] Why my compiled 
  swf is loading too slowly?
  
  When you say it is loading slowly, do you mean it takes a 
  long time to download? Or does it take a long time to initialize, create all 
  of the controlsand render? When it is taking a long time, are you seeing 
  the preloader?
  
  Karl
  Cynergy Systems, Inc.
  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of SatishSent: 
  Thursday, August 17, 2006 1:25 AMTo: 
  flexcoders@yahoogroups.comSubject: [flexcoders] Why my compiled swf 
  is loading too slowly?
  
  
  
  Hi,
   Previous ly we are directly 
  accessing th site with .mxml url. Thta time file was loading too slowly. But 
  afterwords, we are loading compiled .swf file. It is much better.
  
  assume, we are having two swfs
   1.compiled swf is 400KB. 
  
   2. and one animated swf is 
  1.5MB. 
  here for our site animated swf it self is loading 
  much faster then my compiled swf. Why it is happenning like this? What we have 
  to do to load our compiled .swf also to be loaded much fastly.
  
  
  Thanks
  Satish KC.
   
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



RE: [flexcoders] Why my compiled swf is loading too slowly?

2006-08-17 Thread Karl Johnson





When you say it is loading slowly, do you mean it takes a 
long time to download? Or does it take a long time to initialize, create all of 
the controlsand render? When it is taking a long time, are you seeing the 
preloader?

Karl
Cynergy Systems, Inc.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of SatishSent: 
Thursday, August 17, 2006 1:25 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Why my compiled swf 
is loading too slowly?



Hi,
 Previous ly we are directly 
accessing th site with .mxml url. Thta time file was loading too slowly. But 
afterwords, we are loading compiled .swf file. It is much better.

assume, we are having two swfs
 1.compiled swf is 400KB. 

 2. and one animated swf is 
1.5MB. 
here for our site animated swf it self is loading 
much faster then my compiled swf. Why it is happenning like this? What we have 
to do to load our compiled .swf also to be loaded much fastly.


Thanks
Satish KC.

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___