There's a line:
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?


