Hi,
I am making a site for a client.
They want to be able to upload videos and also have the viewer be able to download the video.
But…they want to be able to add the videos / files to download themselves.
I was going to use an xml video player component, so I figure it will be fairly easy for the client to add or take away videos.
But I’m not sure how to set it up so that the client can add a link that will automatically download a file?
if you want the video to be uploaded in standard format but playable in flash after upload …you will have to use ffmpeg at back end. it will help convert to flv at backend.
for download… filereference class should be good enough
Well, I could upload the FLV to be played on the site, and then have a MOV that will be available for download.
You’d still recommend the filereference?
Thanks!