正如您可能知道YouTube默认使用HTML5视频播放器,但我有一些要求,默认情况下应该使用Flash播放器来播放视频是否有任何解决方案?
答案 0 :(得分:1)
尝试将dbPage: any = {};
ngOnInit(){
let pageId: string = "57a0811276e75ba815d248b0";
this._pagesService.getPageById(pageId).subscribe((rapidPage) => {
this.dbPage = rapidPage;
console.log(this.dbPage); //this prints the object as shown above
this.dbPage.blocks = [];
this.dbPage.blocks.push(block1);
});
}
添加到视频网址