我的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中可用的视频。
预先感谢