very useful….. if the text is not larger than the screen will it scroll anyway?
Posted 4 months ago
very useful….. if the text is not larger than the screen will it scroll anyway?
Posted 4 months ago
actually this is an excellent design, the common visitor of any site won’t have to lose their mind figuring out what’s what. not to mention the music player is never the focal point of anyone’s overall site. Antone who would need to use this files should be able to make visual changes as they see fit, as long as this file functions properly consider this a success dude. 
Not in this version, it is posible but you need a little actionscript knowledge…
Posted 2 months ago
I purchased this player and it doesn’t seem to be working on a Mac in Safari. All i get is the ”...|...” as if it is having issues loading the XML file. Have you heard of this problem before with your player? And if so, is there a way to fix this??? Please help…
P.S. it seems to be fine on a PC in all other browsers…
Thx for your help!
Posted 2 months ago
Hi,
No i never heard it before, do you only have this in safari?
The weird thing is, flash normaly doesn’t have issues with browsers
Posted 2 months ago
How do I keep it from auto starting? thank you! great file by the way
Posted 26 days ago
Hi, what you need to do is:
Open the file and look at the code in the second frame. on line 64 you see this: playMp3();
Change it to this: //playMp3();
Or just remove it 
Great job on this file! I have a question? Is there a way to show the title & time without having to wait for the file to completely load?
Here is the website I am using it on… http://thewell.me/podcast.html
Thanks!
Posted 3 days ago
The title is posible the time isn’t because it need to load a file before it can look how long the file is.
for the time:
Go to the actions panel on line 43 you see this there:
songTitle.text = ”...”;
make it like this:
songTitle.text = songArray[songId].name;
Posted 1 day ago