页面转换 不间断 mp3
我在Mvc2.0之中在母版页上的head元素之间添加代码播放MP3文件,但是转换到其他页面的时候,MP3又从头开始不是一直播放,其他页面也是一样的母版页。代码如下:<head id="Head1" runat="server">
<link href="/MvcMusicApplication/Content/Site.css" rel="Stylesheet" type="text/css" />
<title>
<asp:ContentPlaceHolder ID="TitleContent" runat="server"></asp:ContentPlaceHolder>
</title>
<bgsound src="/MvcMusicApplication/Content/Images/可米小子-青春纪念册.mp3" loop="-1" />
</head>
请问如何写代码才能即使转换页面也能不间断的播放完整首歌曲?