📄 skin-slideshowpro.ascx
字号:
<%@ Control Language="C#" %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Import Namespace="CommunityServer.Galleries.Controls" %>
<table cellpadding="20" cellspacing="0" border="0" width="100%" height="100%">
<tr>
<td align="center" valign="middle" ><div style="border:solid 10px white; width:640px;">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="640" height="480" id="SlideshowPro" align="middle" viewastext >
<param name="allowScriptAccess" value="sameDomain" />
<param name="FlashVars" value="xmlfile=<%= SlideshowPro.SlideshowPicturesPath() %>&xmltype=XML" />
<param name="movie" value="<%= CommunityServer.Components.SiteUrls.Instance().Locations.FindLocationByName("galleries").PhysicalPath %>SlideshowPro.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="<%= CommunityServer.Components.SiteUrls.Instance().Locations.FindLocationByName("galleries").PhysicalPath %>SlideshowPro.swf" quality="high" bgcolor="#ffffff" width="640" height="480" name="SlideshowPro" align="middle" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object></div>
</td>
</tr>
<tr>
<td align="center" valign="bottom" style="padding: 0px 0px 0px 0px">
<CS:Footer runat="server" id="Footer1"/>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -