with edgehero.js you control the backgroundvideo with only the other classes where you can create other buttons with and stuff like that.
but no control by code. ( example : http://www.edgehero.com/examples1/video/video.html
you could try to create the current video as backgroundvideo
the code needs to be something like this:
sym.$("myvideoname").attr( "height","auto" ).css({
'display': 'block',
'position': 'absolute',
'bottom': '0px',
'right': '0px',
'min-width': '100%',
'min-height': '100%',
'width': 'auto',
'height': 'auto',
'overflow':'hidden'
});
the 'myvideoname' needs to be the name of your video
- Rob Boerman
Edgehero.com