
December 9th, 2004, 04:32 PM
|
|
Registered User
|
|
Join Date: Dec 2004
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Receiving variables from a .RAM file for media streaming page
I'm attempting to create a web page capable of receiving and playing music being streamed to it by my company's media server. Part of the page includes taking the title of the song, its artist, and two other variables that are being passed to the page through the .ram file which references our database dynamically. Right now I'm using the
objMediaPlayer.GetTitle();
objMediaPlayer.GetAuthor();
commands and they don't appear to be working. Are these for an older version of real, and if so, what are the new ones? Also, how would I go about passing my own variables from the .RAM file to the page? Any help you can offer will be greatly appreciated!
|