| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="voiceplay.aspx.cs" Inherits="HySoft.BaseCallCenter.Web.telmanage.voiceplay" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head runat="server">
- <title></title>
- <script src="../scripts/My97DatePicker/WdatePicker.js" type="text/javascript"></script>
- <link href="../scripts/ui/skins/Aqua/css/ligerui-all.css" rel="stylesheet" type="text/css" />
- <script src="../scripts/jquery/jquery-1.3.2.min.js" type="text/javascript"></script>
- <script src="../scripts/ui/js/core/base.js" type="text/javascript"></script>
- <script src="../scripts/ui/js/ligerui.min.js" type="text/javascript"></script>
- <link href="../scripts/ui/skins/Tab/css/tab.css" rel="stylesheet" type="text/css" />
- <link href="../scripts/ui/skins/Tab/css/grid.css" rel="stylesheet" type="text/css" />
- <script src="../scripts/ui/js/plugins/ligerGrid.js" type="text/javascript"></script>
- <script src="../scripts/CustomersData.js" type="text/javascript"></script>
- <link href="../scripts/ui/skins/ligerui-icons.css" rel="stylesheet" type="text/css" />
- <link href="../images/style.css" rel="stylesheet" type="text/css" />
- <script type="text/javascript">
- function LoadList() {
- //window.open(document.getElementById("WindowsMediaPlayer1").URL);
- document.getElementById("frameTelList").src = document.getElementById("WindowsMediaPlayer1").URL;
- }
- </script>
- </head>
- <body>
- <form id="form1" runat="server">
- <div style="width:100%; height:150px;">
- <OBJECT id="WindowsMediaPlayer1" style="WIDTH: 100%; HEIGHT: 150px" classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6" VIEWASTEXT>
- <PARAM NAME="URL" VALUE='<%=GetSrc() %>'>
- <PARAM NAME="rate" VALUE="1">
- <PARAM NAME="balance" VALUE="0">
- <PARAM NAME="currentPosition" VALUE="0">
- <PARAM NAME="defaultFrame" VALUE="">
- <PARAM NAME="playCount" VALUE="1">
- <PARAM NAME="autoStart" VALUE="-1">
- <PARAM NAME="currentMarker" VALUE="0">
- <PARAM NAME="invokeURLs" VALUE="0">
- <PARAM NAME="baseURL" VALUE="">
- <PARAM NAME="volume" VALUE="50">
- <PARAM NAME="mute" VALUE="0">
- <PARAM NAME="uiMode" VALUE="full">
- <PARAM NAME="stretchToFit" VALUE="0">
- <PARAM NAME="windowlessVideo" VALUE="-1">
- <PARAM NAME="enabled" VALUE="-1">
- <PARAM NAME="enableContextMenu" VALUE="0">
- <PARAM NAME="fullScreen" VALUE="0">
- <PARAM NAME="SAMIStyle" VALUE="">
- <PARAM NAME="SAMILang" VALUE="">
- <PARAM NAME="SAMIFilename" VALUE="">
- <PARAM NAME="captioningID" VALUE="">
- <PARAM NAME="enableErrorDialogs" VALUE="-1">
- <PARAM NAME="_cx" VALUE="4233">
- <PARAM NAME="_cy" VALUE="4392">
- </OBJECT>
- </div>
- <br />
- <div style="width:100%; text-align:center;">
- <input id="btnSearch" type="button" value="下载" class="btnSearch" onclick="LoadList();" />
- <iframe id="frameTelList" src="" width="0" height="0" style="display:none;" frameborder="0"></iframe>
- </div>
- </form>
- </body>
- </html>
|