Click here to Skip to main content
15,887,683 members
Home / Discussions / Web Development
   

Web Development

 
Questionproblem saving datepicker value to MySQL Pin
Jassim Rahma17-Aug-13 11:36
Jassim Rahma17-Aug-13 11:36 
QuestionVideo Tag not working in Chrome and Internet Explorer Pin
B.Sudhir16-Aug-13 18:48
B.Sudhir16-Aug-13 18:48 
Hi I've been trying to use video in my HTML5 Practice but the resultant page doesn't display the video and also not saying that it is not supported please help with this.

HTML
<!DOCTYPE HTML>
<HTML>
	<HEAD>
		<TITLE> The Audio & Video Tag Example </TITLE>		
	</HEAD>
	<BODY>
		<!--<AUDIO controls = "controls" src = "D:/Music/Dead Silence.mp3" autoplay = "autoplay" loop = "loop">
			Your browser does not support audio format
		</AUDIO>
		<VIDEO controls = "controls" src = "D:/Videos/01.Welcome.mp4" type = "video/mp4" autoplay = "autoplay" loop = "loop">
			Your Browser Does Not Support video format.
		</VIDEO>-->
		<video width="320" height="240" controls>
			<source src="D:/Videos/01.Welcome.mp4" type="video/mp4">
				Your browser does not support the video tag.
		</video>
	</BODY>
</HTML>


Thanks,
Sudhir
AnswerRe: Video Tag not working in Chrome and Internet Explorer Pin
Anurag Gandhi23-Aug-13 7:44
professionalAnurag Gandhi23-Aug-13 7:44 
GeneralRe: Video Tag not working in Chrome and Internet Explorer Pin
B.Sudhir24-Aug-13 4:43
B.Sudhir24-Aug-13 4:43 
QuestionStorage in Database or in XML file?? Pin
User 1006066515-Aug-13 18:38
User 1006066515-Aug-13 18:38 
AnswerRe: Storage in Database or in XML file?? Pin
Richard MacCutchan15-Aug-13 22:09
mveRichard MacCutchan15-Aug-13 22:09 
GeneralMessage Closed Pin
16-Aug-13 2:53
User 1006066516-Aug-13 2:53 
GeneralRe: Storage in Database or in XML file?? Pin
Richard MacCutchan16-Aug-13 3:19
mveRichard MacCutchan16-Aug-13 3:19 
GeneralMessage Closed Pin
16-Aug-13 17:13
User 1006066516-Aug-13 17:13 
GeneralRe: Storage in Database or in XML file?? Pin
Richard MacCutchan16-Aug-13 22:00
mveRichard MacCutchan16-Aug-13 22:00 
QuestionI am trying to use HTML 5 VIDEO PLAYER.given is my code but its not running my video,i am using chrome 28? Pin
Member 1020762713-Aug-13 8:52
Member 1020762713-Aug-13 8:52 
AnswerRe: I am trying to use HTML 5 VIDEO PLAYER.given is my code but its not running my video,i am using chrome 28? Pin
Richard MacCutchan13-Aug-13 21:09
mveRichard MacCutchan13-Aug-13 21:09 
AnswerRe: I am trying to use HTML 5 VIDEO PLAYER.given is my code but its not running my video,i am using chrome 28? Pin
bilal.hobnail23-Aug-13 3:01
bilal.hobnail23-Aug-13 3:01 
Questionvideo insertion in mysql? Pin
Member 1020762713-Aug-13 8:48
Member 1020762713-Aug-13 8:48 
QuestionBest cloud providers for deploying multi tenant web application? Pin
PetMAc11-Aug-13 2:28
PetMAc11-Aug-13 2:28 
Questionhelp with htaccess please Pin
Jassim Rahma10-Aug-13 11:13
Jassim Rahma10-Aug-13 11:13 
QuestionRe: help with htaccess please Pin
Richard MacCutchan10-Aug-13 22:56
mveRichard MacCutchan10-Aug-13 22:56 
AnswerRe: help with htaccess please Pin
Bernhard Hiller11-Aug-13 22:27
Bernhard Hiller11-Aug-13 22:27 
QuestionASP.net: How can i pass a variable for query in .aspx Pin
surendra4u10-Aug-13 2:57
surendra4u10-Aug-13 2:57 
AnswerRe: ASP.net: How can i pass a variable for query in .aspx Pin
Ashutosh Mahto16-Aug-13 0:01
professionalAshutosh Mahto16-Aug-13 0:01 
QuestionSaying eff it Pin
rf_wtf31-Jul-13 12:24
rf_wtf31-Jul-13 12:24 
AnswerRe: Saying eff it Pin
Richard MacCutchan31-Jul-13 21:06
mveRichard MacCutchan31-Jul-13 21:06 
GeneralRe: Saying eff it Pin
rf_wtf24-Sep-13 7:30
rf_wtf24-Sep-13 7:30 
GeneralRe: Saying eff it Pin
Richard MacCutchan24-Sep-13 7:44
mveRichard MacCutchan24-Sep-13 7:44 
GeneralRe: Saying eff it Pin
rf_wtf24-Sep-13 7:52
rf_wtf24-Sep-13 7:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.