Access player from the script

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Access player from the script

Problem solved

by Maciek » Mon Sep 29, 2003 2:21 pm

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

Set plr=SDB.Player
plr.Stop()

Access player from the script

by Maciek » Mon Sep 29, 2003 2:12 pm

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...

Top