Access the application folder by HTTP
Hi,
I did an application here to record the user's webcam and store an .FLV at my applications folder. That's ok.
But I want to retrive this .FLV using HTTP mode, to load the .FLV progressively, not by streaming. Got it?
For example, if I record a user webcam called "myWebcam":
myVideoClass.load("http://localhost/applications/my_app/myWe bcam.flv");
Using http (progressively), not rtmpt (streaming).
There is some way to do that? Or to move the file from applications folder to webroot?
Thanks and sorry for my english!
