There is a problem in my application,I want to use the seekTo()
function with VideoView
like this:
videoView.seekTo(time);
videoView.start();
It works well in android 2.2
,but doesn't work in android 2.3
or higher version...
Some body will tell me why? It troubles me for serval days.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…