I have a video that I want to create as a variable so I can insert it into the HTML string. This is what I have right now.
Variable:
var vids = 'big_buck_bunny.mp4';
HTML string:
'<source type="video/mp4" src="videos/' + vids + '" />'
When I refresh the browser it does not find the video