Hi just followed that great tutorial on the mp3 player and encountered one problem.
I cannot get the scrolling text to work properly with flash player 8, the text comes on the screen and scrolls across once but then it is lost forever :wacko:
However it works fine when i set the publish settings to version 6. I presume version 8 does'nt like some of the coding but im fairly new to actionscript so i cant work it out myself yet.
any ideas?
Problem with scroling text on MP3 player
Started by kearzuk, Apr 18 2006 06:39 AM
4 replies to this topic
#1
Posted 18 April 2006 - 06:39 AM
#2
Posted 18 April 2006 - 08:51 AM
I've noticed the same last night.. I will try to fix it somewhen this week
#3
Posted 18 April 2006 - 10:27 AM
ok here's the solution 
doubleclick on the scroller movieclip, open the actions panel, and replace
yeh, just the underscore
doubleclick on the scroller movieclip, open the actions panel, and replace
if (_root.title_txt._x < (-100-_root.title_txt.width)) {
with this if (_root.title_txt._x < (-100-_root.title_txt._width)) {
yeh, just the underscore
Edited by funkysoul, 18 April 2006 - 10:28 AM.
#4
Posted 18 April 2006 - 05:42 PM
funkysoul, on Apr 18 2006, 04:27 PM, said:
ok here's the solution 
doubleclick on the scroller movieclip, open the actions panel, and replace
yeh, just the underscore
doubleclick on the scroller movieclip, open the actions panel, and replace
if (_root.title_txt._x < (-100-_root.title_txt.width)) {
with this if (_root.title_txt._x < (-100-_root.title_txt._width)) {
yeh, just the underscore
Hehe i just knew it was gonna be something that simple.
Just to note that the loader bar has the same prob in flash 8.... but i think i'll be able to work that one out myself now
Thanks dude
#5
Posted 19 April 2006 - 03:33 AM
the loadbar works fine for me...
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
