 |
|
|
 |
|
 |
if i had made a website ,which provides a download option.than what will be the coding for that option. please can u tell me .
|
| Sign In·View Thread·PermaLink | 2.33/5 (3 votes) |
|
|
|
 |
|
 |
Hello I had downloaded your source code of MP3 Player it helps it but i have some problem actually i want to give the buffer as input instead of file. I want to pass the buffer of a playing file.
|
| Sign In·View Thread·PermaLink | 2.00/5 (3 votes) |
|
|
|
 |
|
 |
Hello I had downloaded your source code of MP3 Player it helps it but i have some problem actually i want to give the buffer as input instead of file. I want to pass the buffer of a playing file. kindly look into the matter
|
| Sign In·View Thread·PermaLink | 1.40/5 (5 votes) |
|
|
|
 |
|
|
 |
|
|
 |
|
 |
I am not able to play avi files with this player. I am getting an error saying:"There is no driver installed on your system". How to resolve this issue?
|
| Sign In·View Thread·PermaLink | 1.86/5 (7 votes) |
|
|
|
 |
|
 |
Hi, When i am using this application in windows 2000 i am getting small error message --MCI Error, and same application when i am using windowsXP i am not getting any error.
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
 |
Hi,
Can this program play WAV? If not, how can I modify it so that it can play both mp3 and wav? Thank you very much!
|
| Sign In·View Thread·PermaLink | 1.50/5 (2 votes) |
|
|
|
 |
|
 |
Aki Wang wrote: Hi,
Can this program play WAV? If not, how can I modify it so that it can play both mp3 and wav? Thank you very much!
I have tried it.It can play WAV! Thank you! 
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Dear Blaze I 've used your code. It 's simple but greate enough to run properly. But there 's still one problem I cannot overcome. I'm writting a "Multi AVI Player" Application using MultiThreading technique. When I tried to run many AVI files on many dialogs at the same time, the problem appears. ONLY THE PLAYER ON THE FIRST THREAD SOUNDS AND THE OTHER ARE SILENT. I did try to fix it, but nothing changed. Please give me some advices for this. Thank you very much (^__^) From HoChiMinh City, VietNam vnsr
datdo
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
 |
I have tried this program, and it seems simple enough. But there is one little problem, and I am not sure what the error could be. When I open the file, nothing appears to be happening. I have tried the program with other computers that don't have the codecs, and a white with red screen appears letting me know that I don't have the necessary codecs. So I'm not sure what the problem could be.
Thanks for your help
|
| Sign In·View Thread·PermaLink | 3.00/5 (1 vote) |
|
|
|
 |
|
 |
Plz can any one tell how to play the mp3 song in the required device when there are more than one sound card present in the system. For wav songs when we play the song we can specify the device id in to which the wave song must be played. Is there any such mechanism for playing the mciwnd songs....
Farooq Kotwal
|
| Sign In·View Thread·PermaLink | 1.50/5 (4 votes) |
|
|
|
 |
|
 |
Hi there,
thanks for the good article. I receive building errors though:
Elsa error LNK2019: unresolved external symbol _MCIWndCreateA referenced in function "public: bool __thiscall CElsaDlg::startBildspel(void)" (?startBildspel@CElsaDlg@@QAE_NXZ)
Elsa error LNK2019: unresolved external symbol _MCIWndRegisterClass referenced in function "public: bool __thiscall CElsaDlg::startBildspel(void)" (?startBildspel@CElsaDlg@@QAE_NXZ)
Elsa fatal error LNK1120: 2 unresolved externals
Does anyone have a clue what I am doing wrong here?
Thanks,
Robert
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
Hi, I want the code for implementing the progress bar in the GUI and that should be related to the song played.Means it is just similar to the GUI of Winamp,there in leftside we can see the plots plotted according to the frequency of the song.
Thanks. With Regards, Lavanya
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
 |
Hi! I downloaded the player and I am trying to add volume buttons in MFC. I added the buttons and functions with the class wizard in Visual C++, but my functions are not working. Here is my code: void CAVIPlayerDlg::OnVolumeDown() { long vol; vol = MCIWndGetVolume(m_Video);
vol-=250; MCIWndSetVolume(m_Video,vol);
}
void CAVIPlayerDlg::OnVolumeUp() { long vol; vol = MCIWndGetVolume(m_Video);
vol+=250; MCIWndSetVolume(m_Video,vol);
} It runs, but the call MCIWndGetVolume(m_Video) returns 0 each time, and the volume isn't affected. Any ideas?
|
| Sign In·View Thread·PermaLink | 1.33/5 (3 votes) |
|
|
|
 |
|
 |
Forget the GetVolume function, put a variable with the desired volume into your application and use that instead.
|
| Sign In·View Thread·PermaLink | 2.50/5 (2 votes) |
|
|
|
 |
|
|
 |
|
|
 |
|
 |
I'm having trouble with the m_Path, says it is an undeclared identifier. I can't find anywhere in your program where you identify m_Path. It also says something about binary '=' problem with the m_Path.
xero
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
 |
i checked ur article. its great. i tryed some other options and i got them all. but i went to run this article in linux(red hat 9) and i failed i modify some of the library but that does not work. please help me regerding this
|
| Sign In·View Thread·PermaLink | 1.33/5 (3 votes) |
|
|
|
 |
|
 |
Hi, First of all, I would like to say that this simple MP3 Player is good, but I have a problem to use it on some PC. I can compiled and play the mp3 file well in my original Windows OS - 98. However, when I try to move the exe file to another PC with Windows 98 as well, the application cannot play any mp3 file. It always pops up the MMSYSTEM error, as shown below: "MMSYSTEM296 The file cannot be played on the specified MCI device. The file may be corrupt, or not in the correct format."
I tried many ways, such as copy a good mp3 file to the PC, change the mp3 registter key, run the mmsys296.exe, etc,but none of them work. Any idea how to fix this problem?
chui
|
| Sign In·View Thread·PermaLink | 3.00/5 (2 votes) |
|
|
|
 |
|
|
 |
|
 |
Hi I'm making an Mp3 Player witch this code is also simple but it can a bit more you can download it at http://www.upgmp3player.de.vu (german website but you should find the download link ) but now i want to make it better and i look into the msdn so now i know that i can make it more better with this method of playing mp3 So if someone can give me some links for other methods ...
THX THX THX
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |