网页怎样实现点击一个按钮就播放数据库中的视频

发布网友 发布时间:2022-04-20 14:01

我来回答

3个回答

热心网友 时间:2023-05-12 08:06

给你个例子吧,有“播放”“暂停”“停止”三按钮,仅供你参考:
<embed src=<%你的播放器视频数据链接地址%> type=audio/mpeg hidden="true" loop="true" id="music"></embed> <form> <input type="button" value="播放" onclick="music.play()"> 音乐 <input type="button" value="停止" onclick="music.stop()"> <input type="button" value="暂停" onclick="music.pause()"> </form>

祝福你!

热心网友 时间:2023-05-12 08:06

<html>
<head>
<title>无标题文档</title>
</head>

<body>
<form name="form1" method="post" action="">
<input type="text" name="textbox1">
<input type="button" name="btn1" value="按钮" onClick="savefile('newfile.txt',this.form.textbox1.value)">
</form>
<script language="JavaScript" type="text/javascript">
function savefile(SaveFileName,data)
{
var newWin = window.open("","DownLoad","");
newWin.document.write(data)
newWin.document.execCommand('Saveas',true, SaveFileName);
newWin.window.close();
}
</script>
</body>
</html>

热心网友 时间:2023-05-12 08:06

用一个js写一个函数试试,点击这个按钮触发这个方法追问我不懂啊,我写的是这样的:" target="_blank"> 18 ? Eval("title").ToString().Substring(0,17)+"..." : Eval("title") %>' ToolTip=''>,播放器是自己写的代码,id是player,应该怎么实现播放数据库中的视频呀?

追答还是等待高手吧 我对asp不熟

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com