无忧启动论坛

标题: 請問開機時未聯網下如何以音量混音程式帶起edge [打印本页]

作者: ntconjohn    时间: 2023-12-1 08:30
标题: 請問開機時未聯網下如何以音量混音程式帶起edge
本帖最后由 ntconjohn 于 2023-12-2 15:57 编辑

各位先进好
因特殊环境需求,请问开机时,在未联网下如何以音量混音程序带起 edge 如下图 ,谢谢


ps. 后学曾尝试将youtube完整网页(首页)存档成 a.html, a.html做成快捷方式, 将此快捷方式存到 shell:common startup ,开机时,无法以音量混音程序带起 edge, 烦请老师们指点迷津,谢谢!!





作者: shy20070509    时间: 2023-12-1 09:07
台湾来的?
作者: newyun    时间: 2023-12-1 14:11
本帖最后由 newyun 于 2023-12-1 14:13 编辑

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>11</title>
</head>
<body>
<audio autoplay controls>
  <source src="5.mp3" type="audio/mpeg">
  11
</audio>
</body>
</html>
新建一个文本文件把上面代码粘贴进去,然后把文件修改为html文件,再找个mp3音频文件名字改为5.mp3,开机的时候调用这个html文件你用youtube失败的原因是youtube要联网才能放视频之类的,没有声音输出所以不行,上面的代码是播放本地音频应该是可以的

作者: 9chengwo    时间: 2023-12-1 15:40
shy20070509 发表于 2023-12-1 09:07
台湾来的?

有可能,用词习惯有点不同
作者: ntconjohn    时间: 2023-12-1 18:59
shy20070509 发表于 2023-12-1 09:07
台湾来的?

您好,後學住台灣中部!!
作者: ntconjohn    时间: 2023-12-1 21:43
本帖最后由 ntconjohn 于 2023-12-2 07:19 编辑
newyun 发表于 2023-12-1 14:11
11

感谢前辈
后学将html,mp3  放在一起, 执行html如下图(不会自动拨放)



再麻烦您一下, 后学非科班不会指令, 请问可以做成 自动拨放  无限循环 吗?
(ps.网络有看到指令,好像是 autoplay 和 loop, 改成下面這段指令, 還是沒反應無法自动拨放)

<html>
<head>
<meta charset="UTF-8">
<title>11</title>
</head>
<body>
<audio autoplay controls>
  <source src="5.mp3" type="audio/mpeg" autoplay="true" loop="true">
  11
</audio>
</body>
</html>




作者: newyun    时间: 2023-12-2 10:04
ntconjohn 发表于 2023-12-1 21:43
感谢前辈后学将html,mp3  放在一起, 执行html如下图(不会自动拨放)

你需要在edge设置里面找到cooking和网站权限里面开户允许自动播放
要循环播放的话代码改下就行了
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>111</title>
</head>
<body>
<audio autoplay loop controls>
  <source src="5.mp3" type="audio/mpeg">
  111。
</audio>
</body>
</html>
作者: ntconjohn    时间: 2023-12-2 15:56
newyun 发表于 2023-12-2 10:04
你需要在edge设置里面找到cooking和网站权限里面开户允许自动播放
要循环播放的话代码改下就行了




谢谢前辈, 照您滴代码, 再调整edge设定(如上图), 就自动循环播放了,感激不尽!!



作者: 千城    时间: 2023-12-6 09:51
原来论坛还有tw同胞,嘿嘿




欢迎光临 无忧启动论坛 (http://wuyou.net/) Powered by Discuz! X3.3