how to use "wmp.dll" windows media player 10 control

sarmad

Active member
Joined
Jan 22, 2006
Messages
37
Programming Experience
1-3
hi all

i want to use this control to play internal mp3 file

i have to use this code

mediaplayercontrol.url="path as string"

now i cant to set the path of this control to the internal resource file

(music.mp3)



and if i use this control and move my project to another pc that the mediaplayer 10 is not installed

is that work fine?

thanks
what i have to do?
 
NO it will not work on another computer w/o that dll. If you are desperate to use Windows Media 10 then ok but I suggest using Microsofts DirectX 9.0. It's made specifically for developers of all types and will do anything you want it to. I have built an entire media player around it and it's really nice. If you like I can teach you and help you use it. It's all free to dl and use from microsoft.com and it's even free to redistribute to people who don't have it installed.
 
Back
Top