Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QUESTION My Video Display Plugin
#2
Out of curiosity, why don't you use simple HTML5 <vodeo> above for that?

Code:
<video id="sampleMovie" preload controls>
    <source src="sample.mov" />
    <source src="sample.ogv" />
    <source src="sample.webm" />
</video>
<video id="sampleMovie2" preload controls>
    <source src="sample2.mov" />
    <source src="sample2.ogv" />
    <source src="sample2.webm" />
</video>
Reply


Messages In This Thread
My Video Display Plugin - by roisag - 2016-01-04, 04:44:34
RE: My Video Display Plugin - by Bigin - 2016-01-04, 06:30:18
RE: My Video Display Plugin - by roisag - 2016-01-04, 07:12:25
RE: My Video Display Plugin - by Bigin - 2016-01-04, 09:01:48
RE: My Video Display Plugin - by roisag - 2016-01-04, 17:33:52
RE: My Video Display Plugin - by datiswous - 2016-01-04, 20:18:16



Users browsing this thread: 1 Guest(s)