Right, just fixed that! Thanks, André! :-) On Apr 13, 2011, at 7:28 PM, André Bargull wrote:
> LzHTTPLoader.as is missing in the patch ;-) > > On 4/13/2011 7:21 PM, Raju Bitter wrote: >> Change raju-20110413-ppx by [email protected] on 2011-04-13 18:42:03 CEST >> in /Users/raju/src/svn/openlaszlo/trunk/WEB-INF/lps/lfc >> for http://svn.openlaszlo.org/openlaszlo/trunk/WEB-INF/lps/lfc >> >> Summary: Support SWF10 HTTPStatusEvent for SOLO dataset requests >> >> New Features: >> >> Bugs Fixed: LPP-9894 >> >> Technical Reviewer: [email protected] >> QA Reviewer: (pending) >> Doc Reviewer: (pending) >> >> Documentation: >> >> Release Notes: >> >> Overview: >> Since Flash Player 9 it's possible to retrieve the HTTP response status code >> for requests executed by a URLLoader object. The LFC >> (kernel/swf9/LzHTTPLoader.as) currently doesn't process that information, >> although it's available in Firefox, Safari, Chrome and Opera. >> >> With this improvement the LzHTTPLoader would store the response code of the >> last HTTP request in the property responseStatus. Datasets don't expose the >> LzHTTPLoader#getResponseStatus method, but the method can be accessed >> through someDataset.dataRequest.loader.getResponseStatus(). >> >> Details: >> >> >> Tests: >> test/data/http-status-response-swf10-unproxied.lzx >> >> Files: >> M test/doubleclick.lzx >> A test/data/http-status-response-swf10-unproxied.lzx >> Changeset: http://svn.openlaszlo.org/openlaszlo/patches/raju-20110413-ppx.tar >> >>
