0

this is probably pretty simple, but I've noticed that when trying to start the Windows Media Player (AxWMPLib), it takes the "player.url = path", and only then does the player's Play-button get activated. Thing is, I want to play sound files taken from the URL of a column in a database. And when clicking on that row, the mediaplayer should update, making it's play-button clickable.

Any ideas?

Kenny Bones
  • 5,017
  • 36
  • 111
  • 174
  • "the URL of a column in a database" : what does that mean ?? – Thomas Levesque Oct 25 '09 at 21:04
  • Oh, just badly expressed from my part sorry. What I meant was that the URL lies in a column in the database, as just plain text. But I managed to solve it by setting the autoplay property to false :) – Kenny Bones Oct 26 '09 at 18:16

1 Answers1

0

Just fixed the problem by setting the WMP's "autoplay"-property to false.

Kenny Bones
  • 5,017
  • 36
  • 111
  • 174