Does anyone has a proper code for inserting and play (with or without controls) mp4 video file?
all of scherene files are unavailable and I cant seem to get this working:
on compositionReady:
sym.$("vid_down").append('<video class="video1" id="down" width="768px" height="594px" preload="none"><source src="back_new.mp4" type="video/mp4"/></video>');
sym.$('.video1').get(0).play();
Your Help will be highly appreciated
Elijahu