At 8:59 AM 5/15/1, Steve Drucker wrote:
> Once we removed XML as a transport mechanism and started relying
> on loadvariables, the average object shrank in byte-size by over
> 50% and load times, in one particular case (cascading menu), went
> from 8 seconds to under 2 seconds.

An URL-encoded data stream can have a smaller bytesize than an
XML-formatted stream of the same data, true.

I'm glad that the final implementation seems to have gone from having the
browser transfer the data, to having the Flash client request the data from
the server directly... seems like it would avoid all those browser
dependencies.

(For Evan, the big gotcha with XML in the Macromedia Flash Player 5 is to
do as much processing as you can on the server. Sometimes people try to
send long data streams down to the client for processing, and this means
you have download time, parsing time, and memory issues to consider. If you
can winnow down the data on the server, then that gives a lighter load for
the client to handle.)

jd






John Dowdell, Macromedia Tech Support, San Francisco CA US
Search technotes: http://www.macromedia.com/support/search/
Offlist email risks capture by the spam filters. I may not see your
email if it's not on the list. Private one-on-one email options are
available via Priority Access: http://www.macromedia.com/support/



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to