Jump to content


Problem with scroling text on MP3 player


  • You cannot reply to this topic
4 replies to this topic

#1 kearzuk

    Young Padawan

  • Members
  • Pip
  • 2 posts

Posted 18 April 2006 - 06:39 AM

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?

#2 funkysoul

    The Funky Stuff

  • Publishing Betazoids
  • PipPipPipPip
  • 2,307 posts
  • Gender:Male
  • Location:Zurich, Switzerland
  • Interests:Music: HIM, HIM, HIM, Cafe del Mar, Linkin Park, Fort Minor, Coldplay, Eric Jordan<br />Sports: Snowboarding, KiteSurfing, Extreme Sports<br />Computer: Flash, After Effects, Actionscript

Posted 18 April 2006 - 08:51 AM

I've noticed the same last night.. I will try to fix it somewhen this week

#3 funkysoul

    The Funky Stuff

  • Publishing Betazoids
  • PipPipPipPip
  • 2,307 posts
  • Gender:Male
  • Location:Zurich, Switzerland
  • Interests:Music: HIM, HIM, HIM, Cafe del Mar, Linkin Park, Fort Minor, Coldplay, Eric Jordan<br />Sports: Snowboarding, KiteSurfing, Extreme Sports<br />Computer: Flash, After Effects, Actionscript

Posted 18 April 2006 - 10:27 AM

ok here's the solution :blink:

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 :P

Edited by funkysoul, 18 April 2006 - 10:28 AM.


#4 kearzuk

    Young Padawan

  • Members
  • Pip
  • 2 posts

Posted 18 April 2006 - 05:42 PM

View Postfunkysoul, on Apr 18 2006, 04:27 PM, said:

ok here's the solution ;)

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 :P


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 :P

Thanks dude
:D

#5 funkysoul

    The Funky Stuff

  • Publishing Betazoids
  • PipPipPipPip
  • 2,307 posts
  • Gender:Male
  • Location:Zurich, Switzerland
  • Interests:Music: HIM, HIM, HIM, Cafe del Mar, Linkin Park, Fort Minor, Coldplay, Eric Jordan<br />Sports: Snowboarding, KiteSurfing, Extreme Sports<br />Computer: Flash, After Effects, Actionscript

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