Adwonder API

 1 一 Video
 2 EW.Video.stopAll();
 3 EWVideo.stopAll(); // Modular Code Version
 4 <yourVideoInstanceNameHere>.seek(num)
 5 <yourVideoInstanceNameHere>.playVideo(num)
 6 <yourVideoInstanceNameHere>.pauseVideo();
 7 <yourVideoInstanceNameHere>.stopVideo(doClear);//// clears the last frame viewed on the VideoScreen when stopped
 8 <yourVideoInstanceNameHere>.clear();
 9 <yourVideoInstanceNameHere>.audioOn();
10 <yourVideoInstanceNameHere>.audioOff();
11 <yourVideoInstanceNameHere>.audioToggle();
12 <yourVideoInstanceNameHere>.videoLength;
13 <yourVideoInstanceNameHere>.time//position
原文地址:https://www.cnblogs.com/1000pen/p/2742282.html