please put HTML5 video control. i have worked with HTML5 Video and audio control. HTML5 video tag use different video format for different browser.
bilal hobnail
Posts
-
I am trying to use HTML 5 VIDEO PLAYER.given is my code but its not running my video,i am using chrome 28? -
convert to integer?int int_page_id=o; String str_page_id="5"; try { int_page_id = Integer.parseInt(str_page_id); } catch(NumberFormatException ex) { ex.printStackTrace(); }
-
J2SEhi.. Java Servlet Programming is something and J2SE is something. Both are different. J2SE is Java 2 standard addition. and Servlet Programming is rise of server-side Java applications.and Servlet run on server side Servlets are supported through the Servlet API, an extension to the Java programming language.
-
Detect when Tomcat StartupDear all, any one can help me.....! Problem: i have window base server where tomcat is installed.i want to detect tomcat when start up. i want to run bat file when tomcat start up. tell me how i configure Apache tomcat what should be the solution? behind the reason of this problem is ..i want to call http url when tomcat start. i will write http url in bat file and i want this bat file will be execute when tomcat start.