Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by duncanb7
at 2024-03-23 07:15:59
Point:500 Replies:12 POST_ID:828447USER_ID:11059
Topic:
Hypertext Markup Language (HTML);;JavaScript
I am trying to a simple example from w3school for video play with video tag in HTML at
the site of http://www.w3schools.com/html5/tryit.asp?filename=tryhtml5_video_all
There is no any issue at all in Firefox but I need to play it in IE7 so I just follow the code from the solution
provided at http://allaboutbasic.com/2010/12/30/internet-explorer-7-8-ie-7-8-html-5-video-tag-support-play-your-video-in-a-tricky-way/, So and anyway finally I can play it in Firefox and IE7 .
The question when I try to switch the example mp4 file to my music video mp4 file at D: drive . The browers will run it butwhen I click to play button in IE7/Firefox, it will ask me to save or play it from other application media player such as mircosoft window media player from Download Dialog Window. Why it will be that ?
Suppose HTML video tag doesn't need any mp4 player such as Flash or Windows Media PLayer to play video , Is it RIght ? If not, why the example in W3school can be working.
How the html video tag can do mp4 converter without other video codec software ?
Please advise and check my following , why it doesn't play ?
Duncan
the site of http://www.w3schools.com/html5/tryit.asp?filename=tryhtml5_video_all
There is no any issue at all in Firefox but I need to play it in IE7 so I just follow the code from the solution
provided at http://allaboutbasic.com/2010/12/30/internet-explorer-7-8-ie-7-8-html-5-video-tag-support-play-your-video-in-a-tricky-way/, So and anyway finally I can play it in Firefox and IE7 .
The question when I try to switch the example mp4 file to my music video mp4 file at D: drive . The browers will run it butwhen I click to play button in IE7/Firefox, it will ask me to save or play it from other application media player such as mircosoft window media player from Download Dialog Window. Why it will be that ?
Suppose HTML video tag doesn't need any mp4 player such as Flash or Windows Media PLayer to play video , Is it RIght ? If not, why the example in W3school can be working.
How the html video tag can do mp4 converter without other video codec software ?
Please advise and check my following , why it doesn't play ?
Duncan
HTML for mp4 file from D: driver is not playing in Firfox and IE7==================================================================<!DOCTYPE HTML><html><head><title> HTML5 Video</title><script type="text/javascript" src="http://html5.kaltura.org/js"></script></head><body><video width="360" height="240" poster="http://allaboutbasic.files.wordpress.com/2010/12/html5-video-tag-on-ie-8.png" controls="controls"><source src="file:///D:/wkw/summary/video/29161187_mp4_h264_aac_hd.mp4" type="video/mp4" />Please Wait... or Your browser does not support HTML5 video tag.</video></body></html>HTML for video file Example from W3school and it works fine in IE7 and Firefox================================================================<!DOCTYPE HTML><html><head><title> HTML5 Video</title><script type="text/javascript" src="http://html5.kaltura.org/js"></script></head><body><video width="360" height="240" poster="http://allaboutbasic.files.wordpress.com/2010/12/html5-video-tag-on-ie-8.png" controls="controls"> <source src="http://www.w3schools.com/html5/movie.ogg" type="video/ogg" /> <source files="D:wkwsummaryvideo29161187_mp4_h264_aac_hd.mp4" type="video/mp4" /> <source src="http://www.w3schools.com/html5/movie.webm" type="video/webm" />Please Wait... or Your browser does not support HTML5 video tag.</video></body></html> 1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:22:23:24:25:26:27:28:29:30:31:32:33:34:35:36:37:38:39:40:41:42:43:44:45:46:47:48:49:50:51:52:53:54:55:56:57:58:59:60:
Author: duncanb7 replied at 2024-04-07 08:15:27
Thanks for your reply
Expert: Michel Plungjan replied at 2024-04-02 12:40:58
That is how I understand this too. I do not have much experience with Codecs to be of much more service to you...
Author: duncanb7 replied at 2024-04-02 10:56:24
So for my understanding from this site at http://camendesign.com/code/video_for_everybody/test.html
HTML video tag will call its internal javascript script to play the video but need some specified video format for specified web browsers.
IE9 (vista/7) can play html5 video but only with mp4 format.
Firefox 4ß can play html5 video but onyl with WEBM/OGG format
The html video tag will call some script to do video codec internally with correct video format and browser
and doesn't any flash and quciktime video player or codec to involve
Is the concept correct to HTML5 video tag from what I said ?
Please advise
Duncan
HTML video tag will call its internal javascript script to play the video but need some specified video format for specified web browsers.
IE9 (vista/7) can play html5 video but only with mp4 format.
Firefox 4ß can play html5 video but onyl with WEBM/OGG format
The html video tag will call some script to do video codec internally with correct video format and browser
and doesn't any flash and quciktime video player or codec to involve
Is the concept correct to HTML5 video tag from what I said ?
Please advise
Duncan
Playback Used NotesIE9 (Vista/7) HTML5-MP4 Even with the WebM plugin installed, IE9 will still default to the MP4 because it has to be listed first in the source list due to an iPad bugIE8 (XP/Vista/7) FlashIE7 (XP/Vista) FlashIE6 (XP) FlashGeckoFirefox 4ß HTML5-WEBM/OGGFirefox 3.6 HTML5-OGGFirefox 3.5 HTML5-OGG Does not support poster image,encode your poster image into the first frame of the videoFirefox 3 FlashFirefox 2 Flash Prompts to install Flash if it is missing (the only browser to do so)Camino 2.1a HTML5-OGGCamino 1, 2 Flash Camino has a built-in Flash blocker, users may have to click the flash object to load itWebKit 1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:
Accepted Solution
Expert: Michel Plungjan replied at 2024-03-26 06:38:21
500 points GOOD
Expert: Michel Plungjan replied at 2024-03-26 06:21:23
I believe so. I can investigate
Author: duncanb7 replied at 2024-03-26 06:15:18
In other words, all mpe4 in all browser must need quicktime or adobe flash or other vdieo decoder software
to be played even with HTMl5. Is it correct ?
to be played even with HTMl5. Is it correct ?
Expert: Michel Plungjan replied at 2024-03-26 02:57:39
Author: duncanb7 replied at 2024-03-26 02:50:01
In other words, all mpe4 in all browser must need quicktime or adobe flash or other vdieo decoder software
to be played even with HTMl5. Is it correct ?
How can convert mpeg for ogg for those who never use quicktime or flash users?
to be played even with HTMl5. Is it correct ?
How can convert mpeg for ogg for those who never use quicktime or flash users?
Expert: Michel Plungjan replied at 2024-03-25 09:21:07
No. Only if it is a built-in codec like ogg
Author: duncanb7 replied at 2024-03-25 07:21:23
I get it run after I install quicktime software.
I have question if it is HTML5 video tag, why I still need quicktime or adobe flash player to activate HTMl5 code works ?
Is it correct HTML5 video tag doesn't "Need" any other video codec player software to help
I have question if it is HTML5 video tag, why I still need quicktime or adobe flash player to activate HTMl5 code works ?
Is it correct HTML5 video tag doesn't "Need" any other video codec player software to help
Author: duncanb7 replied at 2024-03-25 07:20:37
I get it run after I install quicktime software.
I have question if it is HTML5 video tag, why I still need quicktime or adobe flash player to activate HTMl5 code works ?
Is it correct HTML5 video tag doesn't any other video codec player to help ?
I have question if it is HTML5 video tag, why I still need quicktime or adobe flash player to activate HTMl5 code works ?
Is it correct HTML5 video tag doesn't any other video codec player to help ?
Expert: Michel Plungjan replied at 2024-03-23 22:01:16
Without investigating further I think your code wants a mime type which your server might send but your harddisc does not. Install a server and try localhost instead of the file system