1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="EditMyPic.aspx.cs" Inherits="CY.WebForm.Pages.personnel.EditMyPic" %>
 
<!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 id="Head1" runat="server">
    <title>修改头像</title>
    <uc:CMSHead ID="CMSHead1" runat="server" />
    <script type="text/javascript">
        function updateavatar() {
            //Flash完成后,回调函数
            top.frmright.ReLoad();
            top.Dialog.close();
        }
    </script>
</head>
<body>
    <form id="form1" runat="server">
    <table class="tableStyle" style="width: 100%; margin-top: 3px;" cellpadding="0" cellspacing="0">
        <tr>
            <td class="w200px" style="text-align: center;">
                <img src="../../images/admin/center_btn1.jpg"  style="max-height:200px; max-width:200px;border: 1px solid #ccc;" id="ImgR_G_Avatar" runat="server" />
            </td>
            <td>
                <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="450" height="253" id="Untitled-1" align="middle">
                    <param name="allowScriptAccess" value="sameDomain" />
                    <param name="movie" value="/App_Themes/Public/fla/camera.swf?nt=1&amp;inajax=1&amp;appid=1&amp;input=member_logo&amp;ucapi=<%=CY.WebForm.cs.UploadCS.GetRootUrl("/Ajax.ashx")%>" />
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#ffffff" />
                    <embed src="/App_Themes/Public/fla/camera.swf?nt=1&amp;inajax=1&amp;appid=1&amp;input=member_logo&amp;ucapi=<%=CY.WebForm.cs.UploadCS.GetRootUrl("/Ajax.ashx")%>" quality="high" bgcolor="#ffffff" width="450" height="253" name="mymovie" align="middle" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
                </object>
            </td>
        </tr>
    </table>
    </form>
</body>
</html>