Topic: Media Element.Js on Cute news?

Is it possible to use this HTML 5 player on cute news? anyone know where i would have to add the lines of javascript?

http://mediaelementjs.com/#howitworks


Any help would be greatly appreciated

Re: Media Element.Js on Cute news?

Is it possible to use this HTML 5 player on cute news? anyone know where i would have to add the lines of javascript?

http://mediaelementjs.com/#howitworks


Any help would be greatly appreciated


#Video Gallery

I use this code in my templates to include the basic html5 video player:

<ul class="video">
 [if {video_0}] * <video src="{video_0}" controls preload="none"></video>
[/if] 
 [if {video_1}] * <video src="{video_1}" controls preload="none"></video>
[/if] 
 [if {video_2}] * <video src="{video_2}" controls preload="none"></video>
[/if] 
 [if {video_3}] * <video src="{video_3}" controls preload="none"></video>
[/if] 
</ul>