Home / Components / Audio & Video / d-Audio Slim XML MP3 Player [AS2 & AS3] [XML] /

d-Audio Slim XML MP3 Player [AS2 & ...

96 purchases

seifip Audio & Video d-Audio Slim XML MP3 Player [AS2 & AS3] [XML] The ultimate Flash MP3 player to play your Fatboy Slim collection... $6 http://www.flashcomponents.net/component/flash_audio_slim_xml_mp3_player_as2_and_as3.html http://www.flashcomponents.nethttp://u1.flashcomponents.net/components/small/150_1.png

License:

By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other ... [+]

> View graphic table with full license features

$6.00

buy now

Package includes: FLA

Flash Version: Flash 8, Flash CS3, Flash CS4

Action Script: ActionScript 2.0, ActionScript 3.0

Product ID:F0700150

Author:

seifip

seifip avatar

New Media Developer & Designer. seifip[at]gmail.com

 

Please install flash first.

Main features:
Easy to edit
leaveYourFlash(tm) - customize every detail through XML
Drag&Drop
Both AS2 & AS3 versions included
Only 3kb!

Fade in/Fade out effects
Scrolling text field
Automatic playback
Playlist shuffle
Unlimited tracks

leaveYourFlash(tm) - ultimate XML customization!
Change colors of nearly every element of the player:
-Upper and lower half of the background
-Button backgrounds
-Button icons
-Info text
-Background transparency
Enable/Disable the Autoplay/Shuffle
Edit the playlist

More d-Audio players coming soon!

Enjoy,
Philip Seyfi

$6.00

buy now

License:

Personal License By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other multimedia project not generating income ), your personal work or work for a client. You may not redistribute / resell the functionality provided with the purchased product without the author's and / or FlashComponents.net written permission, but you may modify its content. In case you want to use the product for a commercial project then you will have to buy the 'Commercial License'.

Usage Terms: Personal Commercial Multiple
Use in ONE SINGLE NON-COMMERCIAL project
Unlimited use in the same project
Use in ONE SINGLE COMMERCIAL project
For your client's ONE SINGLE COMMERCIAL project
MULTIPLE COMMERCIAL projects
For your client's MULTIPLE COMMERCIAL projects

Other by seifip:

Spinning Arrows Preloader

AS3, lightweight and easy to use!

More >>

d-Audio Lite XML MP3 Player [AS2 & AS3] [XML]

The ultimate Flash MP3 player - Lite fully cust...[+]

More >>

Image Marquee

Scroll your images! Image Marquee for Flash ...[+]

More >>

Related components:

Easy MP3 Player with Slider and Volume

A great mp3 player with Slider and volume contr...[+]

More >>

Little Mp3 Player AS3/ XML

A little mp3 player to use for your background ...[+]

More >>

Smart MP3 Player Widget

If you have a professional website you'll ...[+]

More >>

1 / 17

Featured components:

FT ALL FILES PACKAGE

Get Unlimited Download - all past and future Ht...[+]

More >>

HTML / XML Video List White AS3 - v2 ( & FLV Player )

HTML / XML Video List - white theme - with mult...[+]

More >>

XML FLV Player H-List White - AS2

XML driven FLV / H.264 video player with multip...[+]

More >>

14 comments

Add comment

  • Hi, I just bought this player and I really need help. I'm a beginner at flash, so please bear with me: in CS3, I've opened two fla's, my full flash site as one and this music player as the other. What exactly do I do next to get the player onto my site? I tried copy/pasting the player into my site fla, but that didn't work. Thanks, I'd really appreciate the help.

    #  /  PM  /  posted on Apr 25, 2008
  • put my comment in for the wrong one, sorry, but it still applies. Seifip was very patient in helping me, and his players are really the best. Great buy!

    #  /  PM  /  posted on Apr 26, 2008
  • Hi there, Everything is working great, except the previous track button advances rather than playing previous track. I checked the code, but am afraid to change anything without your help. Thanks

    #  /  PM  /  posted on Jul 09, 2008
  • Hi there,
    Everything is working great, except the previous track button advances rather than playing previous track. I checked the code, but am afraid to change anything without your help.

    Thanks

    #  /  PM  /  posted on Jul 10, 2008
  • Please see comment below from a month ago.



    #  /  PM  /  posted on Aug 10, 2008
  • I%u2019m developing a website for my agency MTM Propaganda %u2013 www.mtmpropaganda.com.br In the part f portf?lio .. we show many arts.. banners.. web and …etc


    All the art are in other separate files .. and that arts are imported to website for a "container" until there..everthing ok.. happens that file radio.. that has the components that i bought … doesn%u2019t start were jingles… doesn%u2019t start only when this file are opens in website… when this files opens out the website.. its play! All the files for this components work are in one folder… so i dont no why this failure happens..



    Can you help me?




    #  /  PM  /  posted on Feb 02, 2009
  • help me please!


    I have an xml file which I am loading and the player reads the file properly and displays the song title and artist correctly, but it seems to load the mp3 forever and never gives me the ability to press play.


    The file is 5mb in size, and in firebug I can see that it finishes being loaded in the net tab.


    Address is:


    http://dirtdiamonds.com/newsite/artists.php?bandID=1&ID=1


    files
    http://dirtdiamonds.com/playlist.xml?bandID=1&ID=1
    http://dirtdiamonds.com/config.xml



    #  /  PM  /  posted on Feb 07, 2009
  • I had a similar problem as sessna8. I found that my problem is that I was pulling the audio track in through a relative url, but the config file wasn’t. So my advice is to ensure you are using the same settings for your config file path as you have for your playlist track.



    #  /  PM  /  posted on Feb 11, 2009
  • distored play back
    http://ultimatepartycentral.com/index2.html



    #  /  PM  /  posted on Jan 20, 2010
  • Having a problem with the player not working in Mozilla. Works in IE and Safari, any ideas on why?



    #  /  PM  /  posted on Mar 12, 2010
  • Having a problem with the player not working in Mozilla. Works in IE and Safari, any ideas on why?



    #  /  PM  /  posted on Mar 12, 2010
  • I have bought this player

    I ve seen the help file it says to change the action script file as below :

    Loading the XML file

     

       By default, the menu loads data.xml you can change this inside 1 – Source/com/oxylusflash/ MinixPlayer.as at line 67:

     

    loader.load(new URLRequest("data.xml"));                                                                                             

    change to:

    laoder.load(new URLRequest("someotherfile.xml"));         

    --------------------------------------------------------------------------------

    What I need
    I have created the play list for individual members.

    I need that  i'll pass the play list to the player
    and the player will be able to play the list.

    So I need athat the play list will be taken as variable
    while declaring the player object
    can you tell me how i can do it in this player


    #  /  PM  /  posted on Jul 22, 2010
  • @lalit_mrt That functionality is not present in the player. If you want me to add it as a freelance job feel free to contact me at [email protected]



    #  /  PM  /  posted on Oct 11, 2010
  • hi, Is there a easy way to crossfade this audio so it sounds seemless?

    thanks n advance



    #  /  PM  /  posted on Jul 04, 2011
Please login to post comments.