XMLHttpRequest apparently does not work with trickle loading. I don't  
know where I read this, but I'm pretty confident that I'm right. JSON  
does apparently work in this mode.

You'll notice that the PC as implemented with Data SWFs and JSON are  
quite similar -- they both send "executable code" down the wire,  
which in turn creates a data structure in memory...

On Sep 19, 2006, at 5:57 AM, Henry Minsky wrote:

> Hi Pablo,
>
>
> I am going to try to modify the persistent connection LFC code to  
> use a new  API we have put in, called LzHTTPLoader. LzHTTPLoader
> is a 'cross platform' HTTP loader API, which is implemented
> in swf by wrapping around the old LzLoader API, and in DHTML it  
> wraps around the browser XMLHTTPRequest API. Is there any reasons
> you can think of why the current persistent connection mechanism  
> might or might not work using XMLHTTPRequest? It seems like
> it ought to work as long as the browser doesn't close the  
> connection  which is being help open on the server early for some  
> reason.
>
>
> -- 
> Henry Minsky
> Software Architect
> [EMAIL PROTECTED]
>
>
> _______________________________________________
> Laszlo-dev mailing list
> [email protected]
> http://www.openlaszlo.org/mailman/listinfo/laszlo-dev


_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to