Notice the 2nd line. I have tried that. The literal (in this case, Metadata) displays and it is underlined when I put the cursor on it. However, when I click, it does nothing. If I leave the literal out, I get a box where, I assume, the video should be. But the box is blank.
I have a web page that needs to run various VideoScribe movies. I cannot find any combination of HTML commands that would cause the movie to play.
I have tried this:
<a href="http://sho.co/1APKU" >Metadata</a> <br>
and i tried this:
<a>Metadata - </a><iframe width="560" height="360" src="http://sho.co/1APKU" frameborder="1" allowfullscreen></iframe> <br>
Neither cause the movie to play. Can you give me some assistance?
You can copy the correct HTML from the shoco page for your video:
<iframe width="560" height="360" src="http://sho.co/embed/1APKU" frameborder="0" allowfullscreen></iframe>
Notice the 2nd line. I have tried that. The literal (in this case, Metadata) displays and it is underlined when I put the cursor on it. However, when I click, it does nothing. If I leave the literal out, I get a box where, I assume, the video should be. But the box is blank.
It looks like this:
<iframe width="560" height="360" src="http://sho.co/embed/1APKU" frameborder="1"></iframe> <br>
<iframe width="560" height="360" src="http://sho.co/embed/1APJU" frameborder="1"></iframe> <br>
<iframe width="560" height="360" src="http://sho.co/embed/1APKQ" frameborder="1"></iframe> <br>
<iframe width="560" height="360" src="http://sho.co/embed/1APJQ" frameborder="1"></iframe> <br>
<iframe width="560" height="360" src="http://sho.co/embed/1APNT" frameborder="1"></iframe> <br>
<iframe width="560" height="360" src="http://sho.co/embed/1APJP" frameborder="1"></iframe>
Now the code looks like this. Still no vidfeo.
iframe width="560" height="360" src="http://sho.co/embed/1APKU" frameborder="1" allowfullscreen></iframe> <br>
<iframe width="560" height="360" src="http://sho.co/embed/1APJU" frameborder="1" allowfullscreen></iframe> <br>
<iframe width="560" height="360" src="http://sho.co/embed/1APKQ" frameborder="1" allowfullscreen></iframe> <br>
<iframe width="560" height="360" src="http://sho.co/embed/1APJQ" frameborder="1" allowfullscreen></iframe> <br>
<iframe width="560" height="360" src="http://sho.co/embed/1APNT" frameborder="1" allowfullscreen></iframe> <br>
<iframe width="560" height="360" src="http://sho.co/embed/1APJP" frameborder="1" allowfullscreen ></iframe>
problem fixed. There is something in Chrome that is blocking the videos from showing. I opened it in IE and things work.