Not sure what would cause that, but I can simplify your code down to 2 lines(Not including the comments). Also an example on how to get info from RR as well. It's is cleaner and faster to use RR's COM interface:
PHP Code:; Open COM with RR
$rr = ObjCreate("RoadRunner.sdk")
; Send a command to RR
$rr.Execute("PAUSE")
; Get Info from RR
$MyTrackName = $rr.getinfo("TAGTITLE")
;Show the info received:
MsgBox(0, '', $MyTrackName)



LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks