I have an mp3 player script, its not mine, because I am only beginner. I am learning by modificating scripts, unfortuneatly it is very difficult to start...
There's a line:
Quote:
albumTXT.text = songlist[currentIndex].album;
This makes one text area to show the name of album. And there I have two problems:
1) How to fit all text in ~100px width area? (Make something like marquee in html) (it will be good if someone could give me script)
2) How to make it show image, not text?