mcnolia44
"
<video width='"&WindowWidth/2&"' height='"&WindowHeight/2&"' controls preload='meta'>
<source src='1A.webm' type='video/webm' />
<source src='1A.ogv' type='video/ogg' />
Video cannot be displayed. Try updating your browser.
</video>
"
Theres my code that is in my pode_div. Also you need to use webM or ogg video format for it too play. Dont forget to include the files in your project folder. Hope it helps :)
While i'm on the topic, im struggling to get the fullscreen and video scrolling controls to work. Last time I had this problem putting it in an iframe worked. This doesn't seem to fix the problem in node webkit.
Any help would be appreciated
Thank you