I built an mp3 player using the tutorial I got off of flashkit and it dynamically loads mp3s and displays a preloader for each file. However, I wanted to put my mp3 load buttons into a scroll pane and for some reason my player won’t work when it’s in the scroll pane. When I drag my buttons onto the stage, it works fine. Why is that?
sounds like a path issue, the scollpane being a separate clip…hard to tell without the sources…
thanks dude. What I did was just take out my graphic containing the buttons and put it on top of scrollpane so it’s not actually in the pane but it looks like it is. Then it worked for me fine.
well your path to the mp3 was wrong, use _root alwasy works for me