Created
August 8, 2016 15:22
-
-
Save adgilfillan/4eeda7c130c20df630f03b9d921aaba7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
var span_Text = document.getElementById("spanFileDisplaycntrlID_14113 > a:nth-child(2)").innerText; | |
<script> | |
<video width="320" height="240" controls> | |
<source src='span_Text' type="video/mp4"> | |
</video> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to take a URL from a span and insert it into an HTML video tag on the same page.