Hello, is there a way to remove a video called dynamically
my code to call the video
var vid = sym.$("Video");
vid.html('<video src="images/video_1024.mp4" autoplay="yes" loop="yes" type="video/mp4" width="100%"></video>');
thanks
Hello, is there a way to remove a video called dynamically
my code to call the video
var vid = sym.$("Video");
vid.html('<video src="images/video_1024.mp4" autoplay="yes" loop="yes" type="video/mp4" width="100%"></video>');
thanks