Rank: Newbie Groups: Member
Joined: 3/25/2010 Posts: 1 Points: 3 Location: new plymouth
|
If I am on a different browser tab the sound will not play. If my control is at the top of the page and I am scrolled down the sound will not play.
Here is what I have:
.aspx.cs side AlertAudio.AutoPlay = true; AlertAudio.AudioURL = settingValue;
.aspx side <div style="position:absolute; top:0px; left:0px;"> <ASPNetAudio:Audio ID="AlertAudio" AudioURL="" AutoPlay="false" runat="server" Volume="100" Loop="False" Streaming="True" /> </div>
The codebehind side gets called by a <asp:timer and will beep at them. Works perfectly if you are staring at the page.
|
Rank: Administration Groups: Administration
Joined: 7/26/2007 Posts: 676 Points: 1,728 Location: USA
|
|