Android Forums

Go Back   These FORUMS ARE DISABLED!! OUR NEW FORUMS ARE AT http://androidforum.com/ > Android Coders > Android Development, Answers, Tutorials, and Code Snippets
Connect with Facebook

Click Here To Register!
 
 
LinkBack Thread Tools Display Modes
Old 10-16-2009, 03:13 AM   #1
Junior Member
 
Join Date: Oct 2009
Posts: 1
Friends: 0
View John_Yard's Profile   View John_Yard's Photo Album   View John_Yard's Blog   View Social Groups
Hi All,

I am just trying to play a video from a raw folder available in my project resource by using the following simple code snippet provided by Android developers website.

public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);

MediaPlayer mp = MediaPlayer.create(getBaseContext(), R.raw.sample); // sample: it is a .m4v file.
mp.start();

}

But when i run my code, it plays only the sound, i didn't see video player or video. Only sound is coming. May i know what should be the problem and how to resolve this issue?

Note: I'm trying on Android OS 1.5 HTC T-mobile handset.

Can someone came across this please provide me your suggestions?

John..
John_Yard is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
 

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with reading from a local file Liron Android Development, Answers, Tutorials, and Code Snippets 0 09-10-2009 06:21 AM
Loading .jar file at Runtime progger Android Development, Answers, Tutorials, and Code Snippets 0 07-28-2009 04:54 AM
Exe file easyson Android Development, Answers, Tutorials, and Code Snippets 1 05-09-2009 08:16 PM
Youtube videos not playing jrosas Android Development, Answers, Tutorials, and Code Snippets 2 04-25-2009 07:33 AM
Not able to play Audio/Video file in Emulator? Austin Android Development, Answers, Tutorials, and Code Snippets 0 04-17-2009 11:59 PM


Unlocked G1 Phones | Buy T-Mobile G1 | Google Phone

All times are GMT -6. The time now is 04:38 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.
Copyright (c) 2012 TalkAndroid.com. All rights reserved.