Hi all,
My employer has tasked me with embedding a product demo video on a product page. I've had no trouble using the YouTube video however he has decided he wants the original file embedded to remove any association with YouTube.
The code I used for the YouTube version worked fine. This was:
<p>
<iframe allowfullscreen="" frameborder="0" height="214" src="https://www.youtube.com/embed/LbAYBlrFhjI?feature=player_detailpage" width="380"></iframe>
</p>
I attempted altering the "src" to the files location on our server:
https://www.leegodbold.com/public_html/video/kitsoundsonar.mp4 and https://www.leegodbold.com/public_html/video/kitsoundsonar.ogv
However I get several error messages telling me that the sites security certificate is not valid, please contact the webmaster etc etc.
Is there another way to embed the video? A way which I wouldn't have to deal with the security certificate and such other business.
Any advice, positive or negative, would be really appreciated. I'm totally stumped as it stands as I'm not yet a pro with html.
Thanks very much!
George B