无法播放角度为2的本地项目中可用的视频

时间:2018-12-24 06:21:45

标签: angular

我的html页面:

<div class="center" >  
        <video width="400" controls (click)="toggleVideo()" #videoPlayer>
            <source src="{{"movie.mp4"}}" type="video/mp4" />
            Browser not supported
        </video>        
</div>

组件

<div class="center" >  
    <video width="400" controls (click)="toggleVideo()" #videoPlayer>
        <source src="{{"movie.mp4"}}" type="video/mp4" />
        Browser not supported
    </video>        

无法播放myproject中可用的视频。

预先感谢

0 个答案:

没有答案