Chikwado 3 Posted July 14, 2014 Report Share Posted July 14, 2014 (edited) How to create a download link or streaming for a video in my webpage. Edited July 14, 2014 by Chikwado Quote Link to post Share on other sites
niche 140 Posted July 14, 2014 Report Share Posted July 14, 2014 (edited) Please be more specific including relevant code that you've written. What exactly is the problem? How's downloading your files any different than downloading files in general? Edited July 14, 2014 by niche Quote Link to post Share on other sites
Chikwado 3 Posted July 15, 2014 Author Report Share Posted July 15, 2014 (edited) I have the following code: <video width="320" height="240" controls> <source src="mysound.mp4" type="video/mp4"></video> help please. Edited July 15, 2014 by Chikwado Quote Link to post Share on other sites
Chikwado 3 Posted July 15, 2014 Author Report Share Posted July 15, 2014 I have the following code: <video width="320" height="240" controls> <source src="mysound.mp4" type="video/mp4"></video> help please. Quote Link to post Share on other sites
justsomeguy 1,135 Posted July 21, 2014 Report Share Posted July 21, 2014 If you want a download link then just create a regular link with the URL of the video file. Quote Link to post Share on other sites
shakir 0 Posted August 24, 2014 Report Share Posted August 24, 2014 I have no idea about this so much, but think this might be useful for you. Quote Link to post Share on other sites
biju 1 Posted April 27, 2015 Report Share Posted April 27, 2015 I think you must search on Google to find many example there. I've found another one here in this tutorial. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.