Jump to content

Why player.settings.autostart doesn't work ?


Guest sebapi

Recommended Posts

Guest sebapi

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.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.