-
MP3 inVB6
I tried to make a simple MP3 player, and I used "Dialog-Medien MP3play ActiveX
control module". the problem is that it plays until the 35 second and stops.
Then I tried to use ActiveX movie control and it doésn't help.
Please help me in making a simple MP3 player !!!
-
Re: MP3 inVB6
On 13 Jun 2000 04:46:51 -0700, "DJ Igor" <brain_xucker@hotmail.com> wrote:
¤
¤ I tried to make a simple MP3 player, and I used "Dialog-Medien MP3play ActiveX
¤ control module". the problem is that it plays until the 35 second and stops.
¤ Then I tried to use ActiveX movie control and it doésn't help.
Give the following example a try:
http://home12.inet.tele.dk/mkaratha/
Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)
-
Re: MP3 inVB6
Paul Clement <UseAdddressAtEndofMessage@swspectrum.com> wrote:
>On 13 Jun 2000 04:46:51 -0700, "DJ Igor" <brain_xucker@hotmail.com> wrote:
>
>¤
>¤ I tried to make a simple MP3 player, and I used "Dialog-Medien MP3play
ActiveX
>¤ control module". the problem is that it plays until the 35 second and
stops.
>¤ Then I tried to use ActiveX movie control and it doésn't help.
>
>Give the following example a try:
>
>http://home12.inet.tele.dk/mkaratha/
>
>
>Paul ~~~ pclement@ameritech.net
>Microsoft MVP (Visual Basic)
The best way to make a simple mp3 player is to use
the WindowsMedia player ocx. It's on the bottom of the
list.
MediaPlayer.Open "file.mp3"
MediaPlayer.Play
.pause
.stop
.CurrentPos Set the second to be played next.
This works well, and uses less processing power compared with
a other MP3 ocx files.
You can also open a text file with files names in them but
there's no way to randomize them, so you'll probably have to do
that yourself.
Hope that will do it
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|