<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="EditMyPic.aspx.cs" Inherits="CY.WebForm.Pages.webmanage.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完成后,回调函数
|
window.location.reload();
|
}
|
</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" width="200" height="200" style="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&inajax=1&appid=1&input=OnlineAdviser<%=Request["keyid"] %>&ucapi=<%=CY.WebForm.cs.UploadCS.GetRootUrl("/OnlineAdviserLOGO.ashx")%>" />
|
<param name="quality" value="high" />
|
<param name="bgcolor" value="#ffffff" />
|
<embed src="/App_Themes/Public/fla/camera.swf?nt=1&inajax=1&appid=1&input=OnlineAdviser<%=Request["keyid"] %>&ucapi=<%=CY.WebForm.cs.UploadCS.GetRootUrl("/OnlineAdviserLOGO.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>
|