LOGIN Don't have an account yet?   Register

Forgot password?
 

Category description

  • avatar
    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).


  • avatar
    DjIncognito
    on 20/1/11
    I'm having an issue with the flash mp3 player where the download button makes another page open and plays the file in quick time. I noticed in a post that your answer was to use the AC3 version, But I think I am. How do I check to make sure that I am?

    Thanks in advance.
  • avatar corneliu.chitanu
    on 27/1/11
    Hi,

    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
  • avatar
    ionelb
    on 24/9/11
    How can set the flash mp3 player is not always in front ?This beacause when i open a pop-up for example he fall bellow of the player.
  • avatar corneliu.chitanu
    on 28/9/11
    You need to set a param called wmode for the flash component. The value it has to take is "transparent".

    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.
  • avatar
    ionelb
    on 29/9/11
    Its work. Tank you very much ! You are the best.
  • avatar corneliu.chitanu
    on 30/9/11
    You're welcome. Enjoy!
  • avatar
    DjIncognito
    on 9/12/11
    How can I get the players to function properly when I have more than one on the same page? I've change the names of the .swf files and div id's. What else am I missing?

    Here's the page.
    ithlv.com
  • avatar corneliu.chitanu
    on 13/12/11
    Hello,

    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.

rss Subcribe to topic RSS

Post a comment

Please login to join the discussions. Don't have an account? Register (it takes 30 seconds)

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

premium membership 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