| | | Strat94 |  |
| Posted: Sat Aug 02, 2008 12:00 pm Post subject: Scrolling text / Dynamic text Box |  |
Hi guys,
Hopefully someone can help me. I am creating a media player (CS3), and have almost finished it except on small thing that is driving me round the twist.
I have a few dynamic text boxes that take info from id3 tag of the mp3 file and I want to make the info inside the boxes scroll as ideally some of the information will be longer that the text box.
The code to populate the boxes is:
function id3Handler(evt:Event):void { songInfo.text = song.id3.artist; songName.text = song.id3.songName; album.text = song.id3.album; }
I have set the boxes to be scrollable but nothing happens, hopefully this will be simple for someone to me.
Thanks in advance. |
|