Guest sebapi Posted April 1, 2006 Report Posted April 1, 2006 I want to create mp3 player in c# with using wm player 10 on Smartphone. I'm using IWMPPlayer interface. I'm having problem with autostart functions. For example: IWMPPlayer player = new WindowsMediaPlayerClass(); player.settings.autoStart = false; player.URL = @"\Storage Card\2.mp3"; When I set autostart = false, it is still sound. Even player.controls.stop() under player.URL doesn't work. Why ? Thanks.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now