Hello all, I have some simple data that I wish to export to Excel from my flex application. Basically I want to click a button and have the 'Save As' dialog on the browser appear, so the data is dynamic. This needs to be contained in the swf and not access a file somewhere on a server, and since there isn't file, I am not sure if can use NavigatetoURL. In short I wish to send or stream xml data to; I guess, another browser. So again, any ideas on how to send simple xml data, like <Msg>Hello</Msg> and have the browser's save as dialog show up so the user can save it on their harddrive?
Thanks Ralph

