How to communicate with RR via COM/ActiveX?
Hi all,
I've read Guino's 'How to integrate your app with RR' FAQ:
http://www.mp3car.com/vbulletin/rr-faq/86680-how-do-i-integrate-my-application-with-rr.html
But as I'm only new to programming, I'm having a little trouble figuring out how to actually use my app to talk to RR using Method 3 - COM/ActiveX SDK.(The reason I chose this method is that it seems to be the preferred method for communicating with RR, according to Guino.)
I'm using VB6 to create the app, but I dont know where to put the
Set SDK = CreateObject("RoadRunner.SDK")
in order that I can then use commands like
SDK.Execute "PLAY"
SDK.Execute "LOAD;AUDIO_PLAYER.SKIN"
SDK.Execute "LOAD;AUDIO_PLAYER.SKIN", True
MYVAR = SDK.GetInfo("TRACKNAME")
within my code, to trigger certain events in RR.
If anyone could give me an example, or a link to somewhere where I could learn how, I would really appreciate it.
Cheers
Ice