XML Mp3 Player
Price: $19.00
Flash Player Version: 8
Swishmax Version: Swishmax2, 2008.08.12
Comments: 7 comments
This is a complete XML based mp3 player, ready to copy paste into any sprite.
Here’s some features:
- Playlist with scrolling bar, that only scrolls if mouse is over it (usefull if you have another scroller in your movie)
- Progressive preloader
- Clickable progress bar
- Define start volume
- Choose if you want to show playlist at start or not
- Horizontal song name scrolling (only scrolls if the text exceeds the area)
- Shuffle option (can be set to true or false in your movie options)
- *.psd (Photoshop) file included if you want to change its skin
WARNING: The MP3 files are not included in package.


Is there a way to make this where the .swf file can be embedded on another site (i.e. myspace, facebook, or another site) but where it could load the xml file and load the mp3’s on another server?
I haven’t read much about that, but try to google “System.security.allowDomain(”*”)” and see where it takes you.
Try this…
Make an XML file with this:
— Save it as crossdomain.xml and upload it to your server.
Then, place this in the SWI (onLoad)
System.security.allowDomain(”http://www.yoursite.com”);
System.security.allowInsecureDomain(”*”);
System.security.loadPolicyFile(”http://www.yoursite.com/crossdomain.xml”);
—
I haven’t tested it… so make your tests and see if it works.
What do I make the xml file with? All I see is what to put in the .swi….
Obrigado!
Do you mind explaining yourself clearly? Not sure of what you mean!
Ohhh… I see now!
It seems it does not support code in the comment form…
I’ll send to your email!
Hey
How do i get this player from not playin but instead of having the user press play and it playing, what would i need to change?