one of my client as me which type of banners are these.
can you guys help me out in reaching to the answer of it.
https://www.instagram.com/p/BJZlC-djHAi/
(video?) for me it is looking like normal video in adobe after effects. JS control play and pause. --> hese is only video: https://scontent.cdninstagram.com/t50.2886-16/14082755_1756897074552500_1371943552_n.mp4
Related
Currently, I've observed that the audio player added via HTML tag looks different in appearance in Chrome and Firefox.
Is there any standard we can follow to make its appearance same across browsers or implement custom player in an easy way to achieve the purpose?
Yes, we can have customised audio player which can look same across all the browsers. But the thing is we need to do styling and develope functionality of that audio player like
a play/pause button
a seek slider
the current time indicator
the duration of the sound file
a way to mute the audio
a volume control slider.
May be the following article will help you
https://css-tricks.com/lets-create-a-custom-audio-player/
Yea You can have it.
You Just Need to write the Appearance .css for all platform Respectively And Explicitly
I'm using HTML 5 video player and I need to add advertising clips at the begging of my videos . Is it possible to do that?If so ,How should I do that?
Thanks
Very large question, many solutions!
It's very hard to implement it yourself but, for exemple, VideoJS (free HTML5 video player) with the plugin "contrib-ads" fill your needs.
VideoJS: http://videojs.com/
VideoJS ads-contrib: https://github.com/videojs/videojs-contrib-ads
Hope this help you.
I've been trying to replicate this effect apple has on their website. I have been able to do the stop & start effectively on scroll but the reverse playback is an issue.
I've searched and old solutions on the website point to a reverse video which i've done but given that apple has done it for both ipad air and mac pro, I am sure there is a new solution.
Do let me know if you have been able to figure it out. I checked the website, they only use one video.
Thank you so much.
Apple reference
Neat. So they have one big video file (named 'story.mp4') which contains all the transitions. Then have code that can ask the video to play from one point in the file to another point, rather than playing from start straight through to finish.
But you've figured out that much and you want to know how to play parts of the video in reverse? Perhaps this question and answer will help: Is it possible to play HTML5 video in reverse? According to that, it comes down to setting the media element's playbackRate to -1.
Can somebody please give a sample code?
How much lag will be there once I click on some time in case of HTML5 and some flash player like jw player?
Look at
http://html5video.org/
They have demos, info, etc. Pretty much everything you need.
Hallo i would like to make a videocomics for ipad and i tought to create a video in html5 that stops in some timeline point and play again if i press a button. It soulc be possible to do that? thanks a lot.
Have a look at the spec:
http://www.w3.org/TR/html5/video.html#playing-the-media-resource
Show's you what's possible with the DOM / Javascript :-)