Is there any way to identify the amount of data returned from a Flash Remoting
call, and the total expected, so that I can create a realistic progess meter
when loading data through Remoting?
Thanks
Tony
Robert Reinhardt - 30 Sep 2004 05:48 GMT
Sadly, this is not something you can accomplish with a bytes loaded and bytes
total methodology. If you are using pageable recordsets in ColdFusion with
Flash Remoting, it's possible to have a progress meter showing how records are
prefetching/loading into the Flash movie.
HTH.
-Robert