Classy MoviesTV App

jkeatinco

New Member
Joined
Jan 18, 2011
Messages
1
Reaction score
0
I'm a first time developer and made the Classy MoviesTV App. Droid/DroidX users seem to be having a problem. Im basically just calling this code with a button click
Intent myIntent = new Intent(Intent.VIEW_ACTION, Uri.parse("http://www.archive.org/download/Santa_Fe_Trail_movie/Santa_Fe_Trail_512kb.mp4"));
but it doesnt seem to be working for droid phones. Does anyone know if droids have a problem with mp4s? or that code. Any help will be greatly appreciated
 
Top