Programming Tutorials

Comment on Tutorial - Play a multimedia file in J2ME Program (Audio/Video) using MMAPI By Vikram Goyal



Comment Added by : BAE

Comment Added at : 2012-09-18 12:26:55

Comment on Tutorial : Play a multimedia file in J2ME Program (Audio/Video) using MMAPI By Vikram Goyal
Put *.wav at where store java file and nnsert these code before player.start():
player.realize();
player.prefetch();


View Tutorial