Tuesday, May 19, 2009

Resume download in AIR via SOCKET

Resume download in AIR via SOCKET


Problem Summary

The task was to implement a download manager with resume download support. Because of security policy we cant add and change HTTP headers (in this case Range: header) we cand complete this task with standard set of classes.

Solution Summary

The decision was to use the SOCKET. Using SOCKET you can send any type of HTTP requests and working with responses.


source: http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=2&postId=14187


post signature