[flexcoders] Can flex display word,ppt,excel document?

2008-04-21 Thread longxjyh
Hello all, I want to display word,ppt,excel document in flex. Is there a way to do so ? I know air can display pdf document, but I don't want to convert word, ppt,or excel to pdf.I think it needs a lot of cpu consumption. How should I do? Thanks longxj

[flexcoders] HttpService post error 2032:iostream error

2008-04-06 Thread longxjyh
When I use HttpService to send data by post method,I encounter a problem.I find if the length of the post data is over 1022,then flex rises the runtime error 2032.However the data is sended to server wholelly and the server has accepted all the data without any error.I can't understand why