<%= new NavInstance(this) { }.Add(this.Subject.Name,WebUrl.SubjectView(this.Subject.Guid)).Add(this.Video.Name,null).ToHtml()%>
<%= new VideoPlayPlayerInstance(this) { TransferControl="/SubjectPlay/VideoPlayPlayer" }.ToHtml() %>
<%
if (this.Subject.STEnable == true)
{
%>
<%
}
%>
<%= new SubjectPlayInfoInstance(this) { }.ToHtml() %>