ActiveDen

AS3 Mini Music Player - /w Real Spectrum Analyzer

Intro

AS3 Mini Music Player is a compact and sturdy sound controller. It is made to fit perfectly in your flash project (drag&drop) but can also be loaded in HTML or used stand alone. You set it up simply by using one line of code var mc:MusicController= new MusicController(“1.mp3”,”on”); where 1.mp3 is the song you want to play and on is the autoplay status.

Features

  • lightweight – only 14 kb
  • AS3 Full OOP programming
  • can be setup with flashvars
  • unlimited pictures

Updates

UPDATE 1 .1
Added the possibility to set up the player directly from HTML (no fla editing requierd) – with flashvars. Contact me if you want this version.

Simple setup from AS3

mc= new MusicController("1.mp3","on");// params : song, autoplay(on/off)
addChild(mc)

Simple setup from Flashvars

<script src="swfobject.js" type="text/javascript"></script>

        <div id="flashPlayer">
          This text will be replaced by the flash music player.
        </div>

        <script type="text/javascript">
           var so = new SWFObject("musiccontroller.swf", "mymovie", "26", "26", "7", "#f7f7f7");
           so.addVariable("autoPlay", "no");
           so.addVariable("soundPath", "1.mp3");
           so.write("flashPlayer");
        </script>
Warning : version which is setup by FlashVars is not included, contact me if you want it.

You must sign in or sign up to purchase this item.

$4Regular Licence

$4

Regular Licence a website (commercial, personal, client), free game, e-card, or presentation - Details

$20Extended Licence

$20

Extended Licence an app, paid game, or other software project, a website template for sale - Details

119 Purchases 28 Comments

Buyer Rating
12345 ( 15 ratings )
ZoomIt

ZoomIt

  • Has been a member for 2-3 years
  • Author had a File in an Envato Bundle
  • Exclusive Author
  • Sold between 50 000 and 100 000 dollars
  • Elite Author
  • Bought between 10 and 49 items
  • Referred between 10 and 49 users
View Portfolio
Created 18 December 09
ActionScript Version AS3
Documentation Well Documented
Flash Files Included ActionScript AS, Flash FLA, HTML Files, JS Files, Layered PSD
Opens With Flash CS3 (9+), Flash CS4 (10+)
Published Size 14kb
Resolution Resizable
by
by
by
by
by