androidmain Posted July 8, 2011 Share Posted July 8, 2011 Bonjour à tous, Je suis nouveau sur ce forum et je souhaitais savoir si quelqu'un avait la réponse à ma question : je souhaite lire des vidéos youtube via l'application que je suis en train de développer, mais je n'y arrive et j'ai beau cherché, je ne trouve pas de solution qui fonctionne. Pour le moment, j'en suis à ça : mVideoView = (VideoView) findViewById(R.id.screen_video_surface); mVideoView.setVideoURI(Uri.parse(path)); mVideoView.setMediaController(new MediaController(this)); mVideoView.requestFocus(); qui me permet de visionner des vidéo mais pas de vidéos venant de youtube... Quelqu'un pourrait-il m'éclairer s'il vous plait... Link to comment Share on other sites More sharing options...
androidmain Posted July 8, 2011 Author Share Posted July 8, 2011 C'est bon, j'ai trouvé solo finalement ;) Link to comment Share on other sites More sharing options...
oocieni Posted August 26, 2011 Share Posted August 26, 2011 Quelle genre de video as-tu réussi a inclure ? (format fichier, emplacement) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.