Access player from the script

Download and get help for different MediaMonkey for Windows 4 Addons.

Moderators: Peke, Gurus

Maciek
Posts: 8
Joined: Wed Aug 13, 2003 5:10 pm

Access player from the script

Post by Maciek »

How do I access the player from my script? I would like to to stop the player from playing the selected song before the rest of the script proceeds...
Maciek
Posts: 8
Joined: Wed Aug 13, 2003 5:10 pm

Problem solved

Post by Maciek »

Please ignore my post - it was easier than I thought:

Set plr=SDB.Player
plr.Stop()
Post Reply