Radio player help

Well hello everybody it has been a long time that I have been here.

I am learning how to do a raiod player for my MP3s. I am learing it from some other person’s file that he posted it a while back. The problem is that I can’t seem to get the name of the song title and track time to display when i test the movie (everything else works fine). It works fine on his but not on mine. I looked over his code to see where I could change it but I cannot find it . Can somebody please give me a helping hand.

thanks alot
I attached the file to see if you guys can see what the problem is.

for the songtitle:
give your radio mc the instancename radio and give textfield you want it in the var name current.
then change
[AS]trace(_global.songs[_global.currentSong]);[/AS]

in
[AS]_root.radio.current = _global.songs[_global.currentSong];[/AS]

for the duration time, be sure that you give the textbox a var name and take a look at this thread

scotty(-:

AHHHHHHHHH finally !!! thanks a million :thumb:

LOL, you’re welcome:thumb: