mediaplay.reset();
 mediaplay.setDataSource(filepath);
mediaplay.prepare();
mediaplay.setLooping(true);
mediaplay.start();
thread.sleep(mediaplay.getDruation);
大侠们,帮一下