码
<head>
<meta name="description" content="Learning about flash" />
<meta http-equiv="author" content="Abhi" />
<title>Flash</title>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js">
</script>
<script type="text/javascript">
var flashvars={};
var params= {movie:"puppy.flv"};
swfobject.embedSWF("C:/Program Files (x86)/VideoLAN/VLC/vlc.exe", "snow", "400", "320", "8.0.0", flashvars, params);
</script>
</head>
<body>
<div id="snow"><p> Alternative content: A video of puppy playing in the snow.</p></div>
</body>VLC的定位: C:\Program Files (x86)\VideoLAN\VLC\vlc.exe
.flv文件的位置: F:\4. Codes\HTML\puppy.flv
我正在编写代码的html文件的位置是: F:\4. Codes\HTML\51_2.html
但我无法在我的html页面上看到视频,我看到的只是替代内容。有什么问题吗?
发布于 2021-08-08 12:41:52
Flash在浏览器中不再受支持,所以它不会显示:https://caniuse.com/?search=flash
发布于 2021-08-08 12:46:37
https://stackoverflow.com/questions/68700874
复制相似问题