FLEX 视频播放器 - 播放次数
我有一个 Flex 视频播放器,可以不断播放电影。有没有办法查看播放了多少次?
因此,每次播放电影时,填充的文本都会填充 +1。
谢谢,严
I have a video player in flex which constantly plays a movie. Is there a way to see how many times it has played?
So each time the movie is played, text filled populates with +1.
Thanks, Yan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以为 VideoPlayer 的完整事件设置一个变量和一个事件处理程序,并在每次完整事件触发时让变量递增。
...
You can set up a variable and an event handler for the complete event of the VideoPlayer and have the variable increment each time the complete event fires.
...