<%= new NavInstance(this) { }.Add(this.Album.Name,WebUrl.AlbumView(this.Album.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 AlbumPlayInfoInstance(this) { }.ToHtml() %>