public class ElebusDemActivity extends Activity implements
OnCompletionListener, Callback, OnBufferingUpdateListener,
OnPreparedListener {
/** Called when the activity is first created. */
private WebView webview;
private SurfaceView sView;
private String playPath;// 播放文件的路径
private SurfaceHolder hodler;
private String path = null; // 播放路径
private MediaPlayer mediaPlayer;
private int videoWhith;
private int videoHeight;
public int hour; // 小时
public int minute; // 分钟
public int second; // 秒m