Ask Question Forum:
Model Library:2025-02-08 Updated:A.I. model is online for auto reply question page
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-19 00:00:01
Point:250 Replies:9 POST_ID:828445USER_ID:11059
Topic:
Hypertext Markup Language (HTML);;JavaScript
I have learn html5 version at this website
http://www.w3schools.com/html5/tryit.asp?filename=tryhtml5_video_all
but the result is "? Your browser does not support the video tag" because
I am using IE7 in window vista. And it is no problem on Mozilla Firefox.
So I would like to know how to make it works on IE7 ?
Please advise
Duncan
http://www.w3schools.com/html5/tryit.asp?filename=tryhtml5_video_all
but the result is "? Your browser does not support the video tag" because
I am using IE7 in window vista. And it is no problem on Mozilla Firefox.
So I would like to know how to make it works on IE7 ?
Please advise
Duncan
Author: duncanb7 replied at 2024-03-21 03:43:58
<script type=â€text/javascript†src=â€http://html5.kaltura.org/jsâ€></script>
After re-type the double quotation-marks to the following
<script type="text/javascript" src="http://html5.kaltura.org/js"></script>
it is improved a little but, The video frame is on but the error message as image shown on attach
On Firfox is no such problem at all
After re-type the double quotation-marks to the following
<script type="text/javascript" src="http://html5.kaltura.org/js"></script>
it is improved a little but, The video frame is on but the error message as image shown on attach
On Firfox is no such problem at all
Attachment:Snap33.jpg
Expert: pankaj0079 replied at 2024-03-19 12:18:53
Author: duncanb7 replied at 2024-03-19 01:28:00
<script type=”text/javascript” src=”http://html5.kaltura.org/js”></script>
After re-type the double quotation-marks to the following
<script type="text/javascript" src="http://html5.kaltura.org/js"></script>
it is improved a little but, The video frame is on but the error message as image shown on attach
On Firfox is no such problem at all
After re-type the double quotation-marks to the following
<script type="text/javascript" src="http://html5.kaltura.org/js"></script>
it is improved a little but, The video frame is on but the error message as image shown on attach
On Firfox is no such problem at all
Author: duncanb7 replied at 2024-03-19 01:00:20
1). I tried its download but alswas report my version is not Windows Vista Service Pack2 that
not match to my system (I am using Window Vista Home Edition)
Could IE9 be used on WIndow Vista HOme Edition ?
2) The tricky from your link is tried before but it is still in problem and same errror ,but it is no problem on Firefox, I don't know why ?
THe HTML5video.html
===============
<!DOCTYPE HTML>
<html>
<head>
<title> HTML5 Video</title>
<script type=”text/javascript” src=”http://html5.kaltura.org/js”></script>
</head>
<body>
<video width="320" height="240" controls="controls">
<source src="http://www.w3schools.com/html5/movie.ogg" type="video/ogg" />
<source src="http://www.w3schools.com/html5/movie.mp4" type="video/mp4" />
<source src="http://www.w3schools.com/html5/movie.webm" type="video/webm" />
Your browser does not support the video tag.
</video>
</body>
</html>
not match to my system (I am using Window Vista Home Edition)
Could IE9 be used on WIndow Vista HOme Edition ?
2) The tricky from your link is tried before but it is still in problem and same errror ,but it is no problem on Firefox, I don't know why ?
THe HTML5video.html
===============
<!DOCTYPE HTML>
<html>
<head>
<title> HTML5 Video</title>
<script type=”text/javascript” src=”http://html5.kaltura.org/js”></script>
</head>
<body>
<video width="320" height="240" controls="controls">
<source src="http://www.w3schools.com/html5/movie.ogg" type="video/ogg" />
<source src="http://www.w3schools.com/html5/movie.mp4" type="video/mp4" />
<source src="http://www.w3schools.com/html5/movie.webm" type="video/webm" />
Your browser does not support the video tag.
</video>
</body>
</html>
Accepted Solution
Expert: pankaj0079 replied at 2024-03-19 00:37:12
250 points GOOD
Author: duncanb7 replied at 2024-03-19 00:21:32
I am using window vista home edition, where is website I can download IE9? I tried
it before it said my window service pack is not correct version.
it before it said my window service pack is not correct version.
Author: duncanb7 replied at 2024-03-19 00:16:42
Is IE9 free ? and for those users who are insisted using IE7,what is tricky to make it work
on IE7
on IE7
Expert: pankaj0079 replied at 2024-03-19 00:11:07
USE IE 9 Final version
Expert: pankaj0079 replied at 2024-03-19 00:09:41