Hi All, Could you please tell me how to initialize the VideoView with the video contents without it actually starting playing? I want to download the video from URL, but I do not want it to start until user clicks on the Play button.
I have written the following code. mVideoView = (VideoView)findViewById(R.id.myvideoview); mVideoView.setVideoPath(strVideoURL); mVideoView.setMediaController(new MediaController(this)); Eventhough, I have not called the start() method, the video starts playing automatically. Could you please help? Thanks, Nilangini --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

