无法连续播放Flash音乐文件 [英] Not played Flash music file continuously

查看:90
本文介绍了无法连续播放Flash音乐文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,
我的主页标题中有一个Flash音乐文件.这很好用,但是当您单击任何菜单项转到新页面时,效果不佳.标头刷新并重新启动Flash音乐文件.
我的问题是如何连续播放网络背景音乐.当母版页刷新或重新加载时,自动刷新的音乐文件会重新启动.
我的代码如

Hi all,
I have a Flash music file in the header of my master page. This works great, but not when you click on any menu item to go to a new page. The header refreshes and restarts the flash music file..!

my question is how to play the web background music continuously. when master page refresh or reload automatically flash music file again restart..

my code like

<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional">
        <ContentTemplate>
              <div id="sound">
               <param name="sound" value="../images/inner.swf">
    <embed src="../images/inner.swf" width="120px" height="37px" menu="flase" ></embed>
    </div>

              </ContentTemplate>
    </asp:UpdatePanel>




请帮助我,并向我发送示例代码


谢谢您,




pls help me and send me sample code


thanking you,

推荐答案

尝试将代码放入母版页的加载方法中

Try to put code inside page load method of master page

if (!IsPostBack)
{
assign flash file hear
}


这篇关于无法连续播放Flash音乐文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆