1234567891011121314151617181920212223242526272829303132333435 |
-
- svm_win = {
- onYouTubeIframeAPIReady:function (o) {
-
- },
- onPlayerStateChange:function (o) {
- // clog("xyz",o.args[0])
- // console.trace("OPSC")
- // if ()
- window.ytp_unstart ? ytp_started_check(o.args[0]) : 0
-
- },
- onVideoProgress:function (o) {
-
- },
- onVolumeChange:function (o) {
-
- },
- onPlayerReady:function (o) {
-
- },
- onPlayerError:function (o) {
-
- },
- svm:function (o) {
- try {
- // clog("svm xyz",this,o)
- this[o.fn_name](o)
-
- }catch (err) {
-
- // clog("svm xyz err",err)
- }
- },
- }
|