You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

svm.js 515B

1234567891011121314151617181920212223242526272829303132333435
  1. svm_win = {
  2. onYouTubeIframeAPIReady:function (o) {
  3. },
  4. onPlayerStateChange:function (o) {
  5. // clog("xyz",o.args[0])
  6. // console.trace("OPSC")
  7. // if ()
  8. window.ytp_unstart ? ytp_started_check(o.args[0]) : 0
  9. },
  10. onVideoProgress:function (o) {
  11. },
  12. onVolumeChange:function (o) {
  13. },
  14. onPlayerReady:function (o) {
  15. },
  16. onPlayerError:function (o) {
  17. },
  18. svm:function (o) {
  19. try {
  20. // clog("svm xyz",this,o)
  21. this[o.fn_name](o)
  22. }catch (err) {
  23. // clog("svm xyz err",err)
  24. }
  25. },
  26. }