Good morning,
This is my first time posting in the flash forum - hello all! It's also my first attempt at anything flash so excuse my ignorance. First things first - I'm aware that music can be considered annoying, so the user will have complete control and it will be implemented in a tasteful manner. OK... so below I'm going to give anyone reading this all the information and code that I currently have in hopes that it makes it easier for someone to help me. So I guess my question is: What ingredient am I missing? How do I get this to play and work? As you can see in the test page, the equalizer shows - only it doesn't work and play the song. Thanks in advance!
So here is the equalizer that I am trying to install
http://www.flashden.net/item/simple-...equalizer/6598
Here is my test page - the red flash equalizer is in the bottom right corner.
http://www.ericwwatson.com/flashtest.php
Here is the Valid code that I'm trying to include it in the page with
And there are 3 files (and the song itself) all sitting in the same "audio" folder that I need to somehow incorporate together. This is the part that has got me confused. Within the object tag am I just supposed to be linking to the .swf? And then that calls the music file? The files are...Code:<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" height="30" width="100" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,68,0"> <param name="movie" value="audio/tinymusicplayer.swf"> <param name=wmode value=transparent> <!--[if !IE]> <--> <object type="application/x-shockwave-flash" data="audio/tinymusicplayer.swf" height="30" width="100"> <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer"> <param name=wmode value=transparent> Alternate content </object> <!--> <![endif]--> </object>
1) tinymusicplayer.swf
2) tinymusicplayer.fla
3) tiny_songs.xml
4) madonna.mp3
Here are the contents of the .xml file. The directions (below) say that all you need to do is edit the .xml file to make any changes to the songs and appearance of the equalizer. However, editing this has no effect for me?
Here are the only directions that come with itCode:<player> <songs> <!-- Repeat this for every song you want to add, you can add unlimited number of songs --> <song> <filename>madonna.mp3</filename> </song> <song> <filename>StompBox.mp3</filename> </song> </songs> <!-- Color of the letters --> <color1>0x222222</color1> <!-- Color of the bars --> <color2>0x0000ff</color2> <!-- 1 set of equalizer bars or 2 --> <channels>1</channels> </player>
Thank you for downloading: <Simple Music Button with Real Equalizer >
Included are:
* Flash CS3 Flash File, XML configuration file
How to modify the file:
Load the "fla" file in your Flash CS3, this file only runs in this version of Flash.
You can make it run even without compile the "fla", because all the config is done in the XML file.
So drop the "swf" on your page, config the XML and ready to run.
Click on the letters to start/stop the music.
This streaming music player has the following features:
* Resizable, fully color configurable via XML.
* The songs are loaded in streaming mode via XML file. Unlimited number of songs, loop mode; when the last song ends, the first starts again.
* Real equalizer bars that interacts with the music.
* You can choose if you want 1 equalizer bars set or 2, via XML. When you choose 1 equalizer bars set, this set represents both channels added.
Enjoy!
So hopefully all this info helps and it's not just "to much to look at". Thanks a lot for any advice! Have a good one!








Bookmarks