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