GetFile method
Hi,
I'm making exercises from here http://www.adobe.com/devnet/flashmediaserver/articles/video_sharing_web_app.html and on 4th page Jens Loeffler asking to create main.asc file with following code:
application.onConnect = function(clObj) {
this.acceptConnection(clObj);
}
Client.prototype.getFiles = function() {
var fileList = new File("/streams/_defInst_/");
var temp = fileList.list();
return temp;
}I did it, and when start application FMS is showing me error: Sending error message: Method not found (getFiles). Do you know why? What is wrong with this method?
thank you.
Lukasz
