gpt4 book ai didi

asp.net - ASP.NET在客户端实用地播放声音

转载 作者:行者123 更新时间:2023-12-03 01:57:14 24 4
gpt4 key购买 nike

当满足某些条件时,我需要播放音乐,该网页每10秒回发一次(用于刷新GridView)。它起着类似于通知声音的作用,例如:

  If x > 2,
playsound()
End If

我尝试了下面的编码。不幸的是,它无法在客户端播放声音。
  Dim player As New System.Media.SoundPlayer
player.SoundLocation = "C:\Users\user\Desktop\music.wav"
player.Load()
player.Play()

是否只有在满足特定条件的情况下,才能在ASP NET网页上播放声音?

谢谢。

最佳答案

您可以尝试使用BGSOUND

<BGSOUND SRC="music.wav" LOOP="2"> 

您也可以引用以下MSDN论坛: Playing Sound in Client-Side

关于asp.net - ASP.NET在客户端实用地播放声音,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34390617/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com