From: Betonklutz on
Hi everybody!
I am trying to make an application in director, taht would play audio cd. for
that purpose i inserted a wmp activex control into the director's projector.
Now i need to make the wmp open the playlist on a cd. Tried to peel out what i
need from the wmp object model reference.. the generic command for opening the
cd playlist is "player.cdromCollection.item(index).playlist" (as stated here:
<a target=_blank class=ftalternatingbarlinklarge
href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay10/
mmp_sdk/cdromplaylist.asp),">http://msdn.microsoft.com/library/default.asp?url=/
library/en-us/wmplay10/mmp_sdk/cdromplaylist.asp),</a> but i can't figure out
how to implement it in director. please, help me!