Category description
This week's featured product
Audio Recorder for Adobe Flash
This is a fully customizable Audio Recorder for Adobe Flash, built with support for exporting MP3 files. Your user will be able to record with ease, because everything you need is in the component (no need for a streaming server).
Become a premium member
Flabell and Themesbell membership provides users with the ability to download any of our components for Adobe Flash and website themes for free, during an entire year.
read more


Subcribe to topic RSS

Products RSS Feed
Follow us on twitter
support@flabell.com
bobocel
on 26/12/09
In this category we'll open a topic for every Flash Component released on Flabell.
This way you will be able to have conversations related to that particular Flash Component with members of our Flabell community!
Note: if you need support from our Development Team, you must have a http://www.flabell.com/buySupportTicke...">Support Ticket to ask directly in the product's comments page.
Commercial products come with a free Support Ticket, which can be used for an entire year, with any of our Flash Components (free or commercial).
DjIncognito
on 20/1/11
Thanks in advance.
on 27/1/11
This is because on your browsers' settings some applications (like QuickTime or Windows Media Player) are assigned to open some file types in the browser (in this case the ".mp3").
You'll have to create a PHP file to force the browser to download the mp3 file. So create a new file with .php extension and put this code in it:
<?php $filename = $_GET['f']; header('Content-disposition: attachment; filename='.basename($filename)); readfile($filename); ?>After you created it, you'll have to change the download url, in the mp3gallery.xml file, using this PHP file. I'll give a model for this:
<buy url="pathToThePHPFile/yourphpfile.php?f=pathToYourMp3File.mp3" target="_blank" > Download </buy>Of course, you'll have to use this on a PHP enabled server.
This should do it.
Last edit: on 27/1/11
ionelb
on 24/9/11
on 28/9/11
If you used our code from the index.html file, you must put this line:
params.wmode = "transparent";
after this line:
var params = {};
Your element should appear in front of the component afterwards.
ionelb
on 29/9/11
on 30/9/11
DjIncognito
on 9/12/11
Here's the page.
ithlv.com
on 13/12/11
I looked on your webpage and the player there is not the player we have on our website:
http://www.flabell.com/flash/Flash-Mp3...
It's either an older version of the player or you got it from somewhere else. It seems like it's modified. Can you please let us know where did you get it from? We gave permission to some companies to extend/change our player to distribute to their users. Maybe their support service could help you, if this is the case.
We actually tested two of our players (from the URL above) in a single webpage and they work fine. Also, please try not to embed them using iFrames. Try following this tutorial:
http://www.flabell.com/blog/1669/how-t...
Thanks.