>>In my application I am having a button, which when pressed should compress >>some chunk of files to zip file. >> >>I am jus wondering whether this can be done through Flash or not?
Depends on what you mean by "through Flash". Not natively in Flash because Flash is a client-side application. You're talking about a server (or local drive) application functionality. We've done this with a third party .NET component and Flash. We have a button in Flash which calls a SOAP webservice which runs the .NET component which compresses a directory of files into .zip. When the webservice returns that the .zip compression is complete, I do a getURL() in Flash to the new .zip file for the user to download. Jason Merrill Bank of America Learning & Organization Effectiveness - Technology Solutions _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

