I had a problem with flex.
The problem is that I have .CSV file, which I want to display as Excel file in the new browser on clicking a button.
I tried with the following code.
var objLoadVars:LoadVars = new LoadVars();
objLoadVars.contentType =
"application/x-msexcel";
objLoadVars.send(filePath, "_blank", "POST");
}
It is displaying as plane text file instead of Excel file.
Can anyone please help me?
Thanks and Regards,
Yasu.
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail Beta. __._,_.___
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
__,_._,___

