Posted on: Thu, Oct 21st 2010, 07:47
Try before you buy
Not sure if you need this component?
Download the free preview and customize it for your project before you purchase it.
Note: You can test the preview only on your computer.
Similar components for adobe flash
Mp3 Player for Adobe...
This is a fully customizable MP3 Player, built with support for... read more
Simple Mp3 Player
Minimalistic flash mp3 player with a twist, perfect for your website.... read more
Basic Mp3 Player for...
Sometimes you don't need a big, fancy mp3 player. This basic mp3 player... read more
list more items
General Videos
- How to buy?
watch movie - Embed a Flash Component in your Flash Project
watch movie - How to embed a Flash Component in the same HTML page twice?
watch movie - How to embed two different Flash Components in the same HTML page?
watch movie
Save money now!
Showcase
Send us a link to the page you used this product on, and we'll post the link to your site on our blog if you customized it nicely.
Need support?
Get a support ticket
read more
Share this
If you enjoyed this product, please consider sharing it via a social network, or leaving a comment. Thanks!






Products RSS Feed
Follow us on twitter
support@flabell.com
clem_41
on 16/10/11
I've just downloaded the demo of this player, and I'm trying to reduce the height of the playlist, but that's not working. I'd like the player to show only two songs from the playlist, and then people would have to scroll down to see the rest of the songs. Is that possible, or can we just increase the height, and not reduce it?
I tried by typing a size in settings.xml on that line :
<mp3player width = "" height = "">Then I also tried on that line :<list width = "100" height = "" marginAround = "10">But nothing changed. What am I doing wrong?
on 17/10/11
Thanks for downloading our flash player.
Decreasing the size of the component will decrease the size of the playlist too. If you used our code from index.html file, like this tutorial explains:
http://www.flabell.com/blog/1829/how-t...
you should find a variable called stageH:
var stageH = 332;
Just decrease its value and the playlist should get smaller. If it gives you any more trouble, please share a link to your player. We'll find a solution for you. Thanks for your patience.
clem_41
on 17/10/11
I'll probably buy the full version next month.
on 18/10/11
ezstreet
on 19/10/11
on 19/10/11
on 19/10/11
on 20/10/11
Thanks for downloading our player. Please make sure that you're doing everything right by following this tutorial:
www.flabell.com/blog/1829/how-to-embed-a-flabell-component-in-your-html-webpage
If you can't find the solution, please share a link to the webpage that you tried to embed the player in. We'll find it for you.
To disable the embed button, please find this property in the settings.xml file:
<shareButton color = "0x434342">true</shareButton>You'll need to set it's value to "false" instead of "true". This will disable it.
on 20/10/11
the player is located on this page: http://nylbc.org/sermons.html
on 24/10/11
For that particular webpage these would be the lines to correct:
<script type="text/javascript" src="audio/js/swfobject.js"></script> <script type="text/javascript" src="audio/js/swfwheel.js"></script> ... flashvars.pathToFiles = "audio/mp3playerwithplaylist/"; flashvars.xmlPath = "xml/settings.xml"; flashvars.contentPath = "xml/mp3playerwithplaylist.xml"; ... swfobject.embedSWF("audio/preview.swf"+cacheBuster, attributes.id, stageW, stageH, "9.0.124", "audio/js/expressInstall.swf", flashvars, params);This should do it. We hope you'll enjoy the player!
thegrindlab
on 20/10/11
on 22/10/11
on 23/10/11
If you didn't modify the project ActionScript code the component should function correctly. As you can notice in your index.html we have some values that specify the component width and height. That's the values you should change (mainly the componentWidth and componentHeight flashvars), to make it work.
Hope this helps.
Corneliu Chitanu
on 29/11/11
We completed another update for this player. It had some issues in Safari on the Mac. We fixed this and some other design issues. Please download the component package one more time and use the new SWF file.
expertmac
on 1/12/11
I hosted my mp3 files on another server so is it possible to play songs using hotlink? i try with demo & i edit playlist.xml with http://mydomain.com/album/myfile.mp3 & it's not working on my computer.
so i want this information before i take buy.
thanks
on 2/12/11
Thank you for your interest. Flash, by default, does not have access to external resources. You will need to get access to those mp3 files. You would need to set up a crossdomain.xml file on the root of the hosting domain. With that file it will give your website access to the files from your hosting server. It should be at this address:
http://www.yourhostingserver.com/cross...
and it should have this kind of code:
<cross-domain-policy> <allow-access-from domain="*.yourwebsitethatcontainstheplayer.com"/> </cross-domain-policy>Just replace yourwebsite.com with your website's name and domain.
On your local machine, Flash player might not be allowed to access external resources. On the server it works, but not on the local machine. This is a security measure Adobe takes, by default. It doesn't permit the flash player to access external resources, when you run the component on your computer. If you want this to change, please go to this link:
http://www.macromedia.com/support/docu...
and add a new location, which would become trusted. That would be the folder which contains the SWF files you're working with.
If the links don't open with your component available online, please share a link to it. We'll inspect it and find a solution for you.
jpdupuis69
on 17/12/11
We bought and installed the "mp3 player with playlist" component on our website but we are unable to resize component height
http://www.pjlsd.net/music.html
When we are using a test page, it works very well
http://www.pjlsd.net/index-test.html
We are unable to find the mistake, any idea ?
on 17/12/11
<link href="css/default.css" rel="stylesheet" type="text/css" />but unfortunately ...we need css !
on 17/12/11
and the question / answer is
the following CSS statement
object {width:400px; height:200px}
overrided all other spefifications !
so sorry ...
on 19/12/11
No problem. Glad you found the problem and the solution. We hope you'll enjoy the player! Let us know, if it gives you any other trouble. We'll help you out.
clem_41
on 25/12/11
Is it possible to insert the player twice in the same page (with two different playlists, in order to let the user choose between them)?
I put the same code twice (just changed the playlist path), but only one player appears...
on 25/12/11
on 3/1/12
We're glad to hear that you found the solution. This tutorial on our blog explains how to solve this issue:
http://www.flabell.com/blog/1669/how-t...
Maybe it will still help you. Enjoy the player!
amcgren
on 16/1/12
I bought the player on got it working, but I can't seem to get the "buy" button link to work. Do I need to change something in the html or xml?
Thanks
on 17/1/12
This might happen when you try to open the buy button links, on a local machine. On the server it works, but not on the local machine. This is a security measure Adobe takes, by default. It doesn't permit the flash player to access external resources, when you run the component on your computer. If you want this to change, please go to this link:
http://www.macromedia.com/support/docu...
and add a new location, which would become trusted. That would be the folder which contains the SWF files you're working with.
If the links don't open with your component available online, please share a link to it. We'll inspect it and find a solution for you.
on 17/1/12
my site is not on a server yet, so that's got to be why it's not working.
on 18/1/12
sirroyalbrown
on 19/1/12
on 20/1/12
It's not something that the player must do. You'll need to handle your content flow appropriately.
Another way would be to make some changes to the player's Flash Project. It'll need to use some scripts that saves the current state (played time, what song) and continues when the page is reloaded. If you need our help we could do some custom work for you. Just send an email at info@vuzum.com.
I hope this helps.