本帖最后由 minbeimingong 于 2010-08-02 11:13:56 编辑

解决方案 »

  1.   

    Resets the MediaPlayer to its uninitialized state. After calling this method, you will have to initialize it again by setting the data source and calling prepare().
    也就是说当你调用reset以后你的mediaplayer这个类就得重新实例化一次。
      

  2.   

    you will have to initialize it again by setting the data source and calling prepare()
    ------------------
    这句话意思是要set data source和prepare一次,我都做了的阿
    你看我代码