Youtube Api As3 getCurrentTime



我使用的是AS3的YouTube API,我使用了函数player.getCurrentTime,以便我可以获取视频的当前时间。我一直在遇到此错误https://code.google.com/p/gdata-issues/issues/issues/detail?id=6215,我真的需要解决此问题是否有任何解决方案或解决此问题的方法。我只是试图将当前的视频进度保存到变量和访问,稍后访问该变量是我用于此功能的代码

mis_player = new my_players(vidSource, mis_players.my_play.getCurrentTime());

这是用于使用VAR的代码,首先两者都可以正常工作,然后显示第二个值作为视频的末尾

my_play.seekTo(currTime1)

我通过通过函数发送变量来将变量传递到函数,从而弄清楚了。

相关内容

  • 没有找到相关文章

最新更新