标签: javascript html iframe
我想维护一个计数器来管理观看视频的次数。视频内容的来源是我的服务器,我通过iFrame显示视频。如何为这些视频维护计数器?
我的iframe代码如下所示。
<iframe width="655" id="video-test" height="500" src="@Url.Content(" ~/Resources/Documents/" + @Model.FilePath)" frameborder="0" allowfullscreen> </iframe>