This topic is locked
[SOLVED]

 Video Splash Screen

6/26/2015 4:32:35 AM
PHPRunner General questions
author

I would like all my videos that are displayed to show the first slide instead of a black and white arrow. How can I do this?

7542 6/26/2015

I did this in view/custom
$value ="<video width=\"320\" height=\"240\" controls>

<source src='movie/".$value."' type=\"video/mp4\">

<source src='movie/".$value."' type=\"video/ogg\">

Your browser does not support the video tag.

</video>";
and it worked. Prefer a build in alternative.