Crosswords0 min ago
Saving an online video ????
4 Answers
Hello
I was wondering how to save a video clip (this one http://www.maxim-magazine.co.uk/viztv/viztv_video.php?id=86 ) i want to save the 3 videos onto my hard drive but dont know how to do it !! i think it goes into my cache but i dont know how to find that either.
Thanks
Answers
Best Answer
No best answer has yet been selected by killa. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.If your browser "streams" these then get yourself a download manager like 'DAP' :
http://movies.maxim-magazine.co.uk/viz/sidthesexist_pt1. mov
http://movies.maxim-magazine.co.uk/viz/sidthesexist_pt2. mov
http://movies.maxim-magazine.co.uk/viz/sidthesexist_prt3 .mov
or just right click on these links and choose "Save Link As"
http://movies.maxim-magazine.co.uk/viz/sidthesexist_pt1. mov
http://movies.maxim-magazine.co.uk/viz/sidthesexist_pt2. mov
http://movies.maxim-magazine.co.uk/viz/sidthesexist_prt3 .mov
or just right click on these links and choose "Save Link As"
Perhaps AB will screw with the html but if you look at the source code for the page linked to in the question it contains:
<embed width="320" height="255" controller="false" target="myself"
href="http://movies.maxim-magazine.co.uk/viz/sidthesexist_pt2. mov"
src="./viz_start.mov"
bgcolor="FFFFFF" border="0" pluginspage="http://www.apple.com/quicktime/download/indext.html">
</embed>
The href gives the full url - you don't need to figure out the base url. Even if you did, it's in the address bar!
You can ignore most of html code in the source if you go looking yourself and just look for "embed"
<embed width="320" height="255" controller="false" target="myself"
href="http://movies.maxim-magazine.co.uk/viz/sidthesexist_pt2. mov"
src="./viz_start.mov"
bgcolor="FFFFFF" border="0" pluginspage="http://www.apple.com/quicktime/download/indext.html">
</embed>
The href gives the full url - you don't need to figure out the base url. Even if you did, it's in the address bar!
You can ignore most of html code in the source if you go looking yourself and just look for "embed"
Related Questions
Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.