Can you have more than one audio stream playing? Like can I have background music on one track, and a voice over on another track?
Printable View
Can you have more than one audio stream playing? Like can I have background music on one track, and a voice over on another track?
The music and audio are mp3's.
Im using the mciSendString method.
VB Code:
Private Sub cmdTestMp3_Click() ErrorR = mciSendString("open " & Filename & " type mpegvideo alias oursong", 0, 0, 0) ErrorR = mciSendString("play oursong from 0", 0, 0, 0) End Sub
Hi:
I think you should visit http://www.izzyonline.com/DMC2/.
If you need an example on using the ActiveX, just tell me (but I think you're not gonna need one cuz it's a really great control and very easy to use).
Andy