<%= new NavInstance(this) { }.Add(Define.Get("Client_微课广场"),WebUrl.Weike()).Add(this.Video.Name,WebUrl.VideoPlay(this.Video.Guid)).ToHtml()%>
<%= new VideoPlayInfoInstance(this) { }.ToHtml() %>
<%= new VideoPlayTimeInfoInstance(this).ToHtml() %> <%= new VideoPlaySWInstance(this).ToHtml() %> <%= new VideoPlayAttachmentInstance(this).ToHtml() %> <%= new VideoPlayLessonInstance(this).ToHtml() %>
<%= new VideoPlayPlayerInstance(this) { }.ToHtml() %>
<% if (SettingGroup.HasVoiceComment) { %>
<%= new VideoPlayTimeInfoOtherInstance(this) { }.ToHtml() %>
<% } %>
<%= new CommentAddInstance(this) { TargetType = "Video", TargetGuid = this.Video.Guid }.ToHtml()%> <%= new CommentListInstance(this) { TargetType = "Video", TargetGuid = this.Video.Guid }.ToHtml()%>
<%= new CommentAddInstance(this) {TransferControl="/Comment/CommentVideoAskAdd", TargetType = "VideoAsk", TargetGuid = this.Video.Guid }.ToHtml()%> <%= new CommentListInstance(this) {TransferControl="/Comment/CommentVideoAskList", TargetType = "VideoAsk", TargetGuid = this.Video.Guid }.ToHtml()%>
<%= new VideoPlaySWPatternInstance(this) { Width=550, Height=450 }.ToHtml()%>