NooseLadder Posted August 25, 2014 Posted August 25, 2014 Hi, I'm looking for some feedback please as to your favourite video embedder. If I can compile a shortlist from your suggestions I may then setup a poll. Please include reasons for your choice(s). I currently do not have a fav as I have not had to do much embedding but this is going to change soon. Thanks.
pwired Posted August 25, 2014 Posted August 25, 2014 Almost allways a flash code is provided, or with html 5 simply use the <video> tag,and with vimeo it is even for free nowadays so i don´t see any issue here forusing an embedded video player. Maybe to have your own customized fancy stop and play buttons ? You can make your own swf. Else go here: http://www.instantshift.com/2010/05/14/21-free-video-players-for-your-website-and-blogs/
adrian Posted August 25, 2014 Posted August 25, 2014 By video embedder, do you mean tools like videojs, mediaelementjs, sublimevideo ? If so, you might find my Video fieldtype module useful. Along with support for uploading videos, it also has native support for playing the videos using sublimevideo by simply doing: echo $page->video_field->eq(0)->play; 2
NooseLadder Posted August 25, 2014 Author Posted August 25, 2014 By video embedder, do you mean tools like videojs, mediaelementjs, sublimevideo ? If so, you might find my Video fieldtype module useful. Along with support for uploading videos, it also has native support for playing the videos using sublimevideo by simply doing: echo $page->video_field->eq(0)->play; Yes tools like that.
blad Posted August 25, 2014 Posted August 25, 2014 I use a Youtube custom player like this http://tutorialzine.com/2010/07/youtube youtube-api-custom-player-jquery-css/
diogo Posted August 25, 2014 Posted August 25, 2014 Moved this thread to Dev Talk, since it's not PW related.
Recommended Posts