Hello,
I’m using an XML audioplayer that was built from a simple tutorial on pixel 2 life.
http://www.pixel2life.com/twodded/t_create_a_full_streaming_flash_mp3_player_using_xml_/page4/
the problem is, I am trying to animate (horizontal scroll) the dynamic text field that displays XML loaded text because often times the song titles are longer than the horizontal space allowed. The scroll works just fine until the end of the scroller clip timeline, when it seems that the variable resets and the text is no longer visible until the next song loads. I have a gotoAndPlay to loop the clip at the end of the timeline so this is not the issue.
Any way to keep this variable from getting reset? Or should I be moving the text scroller movieclip with Math (which I’m NOT good at).