carmenMiranda
Programmer
Now this may be a really stupid question, but I want to provide users with the facility to download text files from with a Flash interface.
The idea is that the user selects which file they would like from a menu, hits a 'download file' button and the file transfer begins.
Setting up the menu system and button is no problem, but despite searching through the language reference, I seem unable to find a function/method that will allow the download to start.
I originally thought that I could use the fscommand to communicate with the browser (and ultimately the server holding the text files), but have been completely unable to make this work.
Am I thinking along the right lines here or barking up completely the wrong tree? Any help would be much appreciated.
The idea is that the user selects which file they would like from a menu, hits a 'download file' button and the file transfer begins.
Setting up the menu system and button is no problem, but despite searching through the language reference, I seem unable to find a function/method that will allow the download to start.
I originally thought that I could use the fscommand to communicate with the browser (and ultimately the server holding the text files), but have been completely unable to make this work.
Am I thinking along the right lines here or barking up completely the wrong tree? Any help would be much appreciated.