Play video on Sketchware
Code is here: Video Code in Sketchware file:///android_res/raw/index.html Code in resources folder {"resFullName":"mov.mp4","resName":"mov","resType":1} {"resFullName":"index.html","resName":"index","resType":1} Html file <!DOCTYPE html> <body> <video width="400"controls> <source src="mov.mp4"type="video/mp4"> Your browser does not support HTML5 video. </video> </body> </html>
Comments
Post a Comment