如何维护iframe视频计数器?

时间:2019-04-08 07:15:57

标签: javascript html iframe

我想维护一个计数器来管理观看视频的次数。视频内容的来源是我的服务器,我通过iFrame显示视频。如何为这些视频维护计数器?

我的iframe代码如下所示。

<iframe width="655" id="video-test" height="500" src="@Url.Content(" ~/Resources/Documents/" + @Model.FilePath)"
    frameborder="0" allowfullscreen>
</iframe>

0 个答案:

没有答案