d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Help With Html Webm/mp4 File > Can Tip Someone..
Add Reply New Topic New Poll
Member
Posts: 559
Joined: Mar 8 2009
Gold: 1,451.96
Jan 24 2017 01:34pm
Code
<img alt="" src="/images/IMAGE.jpg" alt="words" />
<video preload="auto" muted="true" playsinline poster="/images/IMAGE.jpg">
<source src="/images/IMAGE.webm" type="video/webm">
<source src="/images/IMAGE.mp4" type="video/mp4">
</video>


So this is what I have.. As it stands, everything works. If I change or remove the jpg images above the mp4/webm, still works.

The moment I want to switch out those mp4/webm files for a different one, they don't work. I have no idea why. I know the new webm/mp4 files are good since they work on their own, just not in this code. Halp!
Member
Posts: 475
Joined: Jul 6 2014
Gold: 50.43
Feb 18 2017 12:40pm
could you provide maybe proper addressem for those webm and mp4 files?
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll