How to display the track number
Date: Jul 25, 2007
Views: 1906
Question:
I purchased your mp3 player specifically for the track number display but I can't get it to work. I can however get the title to display. Can you send a working example on the track number display usage?
Answer:
| wigz (Admin) |
When using the internal content object (not XML) you have to set the display for the track number as follows: myPlayer.addEventListener("complete", this); function complete(evnt:Object) { myPlayer.textDisplay = "track number"; } |