<%= new NavInstance(this) { }.Add(this.Meeting.Name,WebUrl.MeetingView(this.Meeting.Guid)).Add(this.Video.Name,null).ToHtml()%>
<%= new VideoPlayPlayerInstance(this) { }.ToHtml() %>
<%= new CommentAddInstance(this) { TargetType = "Video", TargetGuid = this.Video.Guid }.ToHtml()%> <%= new CommentListInstance(this) { TargetType = "Video", TargetGuid = this.Video.Guid }.ToHtml()%>
<%= new MeetingPlayInfoInstance(this) { }.ToHtml() %>