Create a very simple mp3 player with flash

newbie with flash...
with the FLVPlayback component i can get a nice looking basic player for .flv files easily...
Q: is there some way to set up the same functions to create a very simple mp3 player with flash?

Search Google for "Flash MP3 tutorial"  and if you know which version of actionscript you plan to use, try substituting that for "Flash"

Similar Messages

  • Very simple mp3 player

    What is an easy way to create a very simple flash mp3 player
    in DW CS3? I
    tried the DW mp3 plugin, but that caused confusion for
    visitors who did not
    know how or want to install a plugin. I googled "flash mp3
    player" and
    there are many available, but they support play lists and
    many other
    features. I just want to play one static mp3 url and have
    Quicktime-like
    controls of play, pause, rewind, etc. Any suggestions or
    tutorials on how
    to do this? If there is a simple tutorial on how to roll your
    own in Flash,
    I have Master Collection which includes Flash.
    Best,
    Christopher

    I spent a couple of days reviewing various flash mp3 players
    on the net and
    decided to use SoundPlayer from FlashLoaded.com. For $35 it
    works OK. But
    here's my question. Why doesn't DW CS3 include a flash mp3
    player component
    similar to the flv player? Or did I miss it? Yes, I know the
    generic
    plugin can be used, but that requires visitors to install an
    additional
    plugin. Adding mp3 players to web pages would seem like a
    common problem in
    search of a simple solution in DW; why isn't a flash solution
    included with
    DW CS3 and/or Flash CS3? Am I missing something? This was my
    first Flash
    project, so perhaps I overlooked the obvious.
    Best,
    Christopher

  • How do I build a simple MP3 player in Flash?

    I have recently redesigned my website and need to make
    several mp3 files available for playback. I'm a voiceover talent,
    and I need to have my demos readily available to those who visit my
    website to hear my work.
    I built the site using Dreamweaver (there's a little bit of
    Flash content there, but the site itself is not a Flash site). I
    know just anough about using Flash to be dangerous. :-) At the
    present time, I just embedded my 11 demos on a page, with each demo
    appearing TWICE -- once with the Windows Media Player embedded and
    once with the Quick Time player embedded -- to allow for maximum
    compatibility. But with 22 media players embedded in the page,
    well, you can pretty much guess what happens -- the page takes a
    freakin' eternity to load. No one's going to wait that long.
    In a previous version of my website, I had deployed a
    third-party app called Wimpy Button to achieve this functionality
    (www.wimpyplayer.com). Wimpy button is a very simple little Flash
    app that is designed to achieve precisely the functionality I need.
    But now when I launch the Wimpy Button Maker (the first step to
    creating the player), I get an error message that I think is
    telling me that either a .dll file required by the program is not
    there on my computer OR that a program I have since installed on my
    computer is either using or has overwritten that .dll file. Either
    way, the Wimpy solution is not working for me. So naturally, since
    Wimpy was doing all this in Flash, I figured the most logical place
    to turn was to Flash itself. I'm hoping to create my own little
    playback interface that I can place in multiple instances on the
    webpage, with each one set to trigger playback of a different .mp3
    file.
    Here's an example of something similar to what I'd like to
    end up with. Visit
    http://randybrown.voice123.com.
    There, you'll see a series of players down the right-hand side of
    the page, and each one triggers playback of a different .mp3 file.
    A closer look at the .swf file can be seen at
    http://voice123.com/swf/small_player.swf
    , so, as you can see, the graphic itself ain't that complicated. I
    know I can build the graphics file (or something similar) without
    too much difficulty.
    But getting it to have the functionality I need to deploy for
    this purpose is where I'm lost. I just don't have enough experience
    with Flash to have much of a clue.
    Can anyone walk me through the steps involved?
    Your thoughtful answer would be MUCH appreciated.
    Randy

    The best MP3 player I ever found for flash uses xspf
    playlists and xml - really cool and easy to use/implement. Check it
    at
    http://musicplayer.sourceforge.net/
    This player will go through a playlist you determine, or can jump
    from track to track. It takes a little bit of testing to set up,
    but is much simpler than writing your own player - and it's free.

  • How to create  a very simple dyamic tree with rich faces

    hi i have spent more than 5 days trying to make a very simple rich faces tree but with no result
    i want to make a very simple dyamic tree
    for example i have a button when i click it.i want to add two nodes in my tree("node 1" and "node 2")
    i have also failed in making even a static tree with richfaces i think that some thing is wrong with them i checked the live demo website
    http://livedemo.exadel.com/richfaces-demo/richfaces/tree.jsf?c=tree
    i have tried the source code but with no result :(
    thank you

    You can try something like this
    <rich:tree switchType="server" >
    <rich:treeNodesAdaptor nodes="#{CB.calendarioHandler.organizacion.departamentos}"
    var="departamento">
    <rich:treeNode>
    <h:outputText value="#{departamento.nombre}"/>
    </rich:treeNode>
    <rich:treeNodesAdaptor nodes="#{departamento.empleados}"
    var="empleado">
    <rich:treeNode>
    <h:outputText value="#{empleado.nombre}"/>
    </rich:treeNode>
    <rich:treeNodesAdaptor nodes="#{empleado.calendarios}"
    var="calendario">
    <rich:treeNode>
    <h:outputText value="#{calendario.nombre}"/>
    </rich:treeNode>
    </rich:treeNodesAdaptor>
    </rich:treeNodesAdaptor>
    </rich:treeNodesAdaptor>
    </rich:tree>
    where departamentos, empleados and calendarios are just simple pojos lists.
    I hope to help.
    Edited by: sfdgd on Apr 1, 2009 6:40 PM

  • Simple mp3 player not working :( action script error

    Hi Everyone!
    I'm wondering if anyone can help with this problem:
    I am currently designing a website and creating a simple mp3 player with an on / off function but doesn't appear to be working. I am getting this error:
    1095: Syntax error: A string literal must be terminated before the line break.
    1083: Syntax error: end of program is unexpected.
    1084: Syntax error: expecting rightparen before end of program.
    1084: Syntax error: expecting rightparen before end of program.
    1084: Syntax error: expecting rightparen before end of program.
    1084: Syntax error: expecting rightparen before end of program.
    I have uploaded a zip file containing the images and FLA file. I'm wondering if someone wouldn't mind taking a look for me and telling me how to fix this problem:
    http://www.c-recordz.co.uk/download/mp3_player.zip
    Thanks
    Davies

    Hi Davies,
    On line 19 don't break the line, Flash will do it for you... other aspect that I would recomend is to not put the '$' on the variables. In AS2 variables don't need to be declared as such (although it's a good policy), instead of the '$' put the 'var' word, as you already have in those variables.
    Greetings
    Leo

  • Flash mp3 player with transparent background

    hi guys
    i've been mucking about with flash for a couple of years but only doing some animations and stuff
    however now i am trying to build my 1st website and i need a mp3 player with playlist and with a transparent background
    i've been search the net for a freebie (although i would be willing to buy if i found the right one)
    or i am happy to try and build my own in flash but could use a good tutorial
    can anyone point me in the right direction please
    many thanks
    Harv

    http://www.clickpopmedia.com/2008/04/15/making-an-mp3-player-in-as3/

  • Flash MP3 Player with Timer

    Heres the thing:
    I have developped  a mp3 player with a tutorial, and now I need it to  mute when it comes a certain time like 23pm and then unmute at 10am for  example.
    I am a really noob at this and need real help to get this done, its for a christmas family project
    The real idea is to set an hour to mute the sound and another to unmute it.
    The player I have done its the one in the following  tutorial http://www.republicofcode.com/tutorials/flash/as3musicplayer/6.php
    I really hope you guys can help me ! :S
    thanks in advance

    if you just want to check the time when your app starts, use:
    function playSong(mySong:Number):void{
    var myTitle = my_songs[mySong].@TITLE;
    var myArtist = my_songs[mySong].@ARTIST;
    var myURL = my_songs[mySong].@URL;
    title_txt.text = myTitle;
    artist_txt.text = myArtist;
    if (my_channel){
    my_channel.stop();
    my_sound = new Sound();
    my_sound.load(new URLRequest(myURL));
    my_channel = my_sound.play();
    my_channel.addEventListener(Event.SOUND_COMPLETE, onNext);
        var myTime = new Date();
        var myHour:Number = myTime.getHours();
      var st:SoundTransform=my_channel.soundTransform;
       if ((myhour>=10)&&(myhour<=(22)){
    st.volume=1;
    } else {
    st.volume=0;
    my_channel.soundTransform=st;

  • HT1460 Where can I find a dockable MP3 player with no games on it?

    I understand factory pre-loaded games can't be removed from an iPod. Apparently they serve some vital purpose. Who sells a dockable MP3 player with no games on it? I would gladly trade in one or more of my iPods for something like that.

    fabulous, thankyou. The flashplayer is great. P7 thing looks
    brilliant
    too - good to know it's there if I ever need it. Thanks
    again.
    djinn Wrote:
    > webber wrote:
    > > Hi, does anyone know of a good flash image player
    to insert into my
    > > webpage?
    > >
    > > I want one which is very simple and plain so that
    it doesn't clash
    > with
    > > my page design.
    > >
    > > The user needs to be able to click on 'next' when
    they want the next
    > > image to come up, rather than the images just
    fading in and out
    > > automatically.
    > >
    > > I have Macromedia Flash, but not a smidgen of
    experience in using
    > it,
    > > so it needs to be very simple to operate.
    >
    > I like this one.........
    >
    >
    http://www.monoslideshow.com/
    >
    > If you go to the demo page - you can customise the
    various albums that
    > are part of the demo and download the resulting xml file
    to use with
    > your purchased version.
    >
    > PVII have a very nice javascript offering, although not
    flash it is
    > well
    > worth a look.......
    >
    >
    http://www.projectseven.com/products/galleries/ssm/index.htm
    >
    > HTH
    >
    > --
    > chin chin
    > Sinclair

  • Mp3 player  with  built in speaker

    HI,
    I am looking for a basic mp3 player with a built in speaker under $100.
    I just want to listen to podcasts that I download on my macbook and then
    transfer to an mp3 player. I don't need video or lot of bells and whistles - but a built-in-speaker is crucial as well as being able to marry with a mac.
    Simple drag and drop would be ideal.
    Thanks a lot for any suggestions.

    MP3 players come in a range of options and prices. iPods are probably the best, but are also among the pricier. You can see a bunch of options here: http://www.bestbuy.com/site/Audio/iPod-MP3-Players/abcat0201000.c?id=abcat020100 0&searchterm=mp3%20player&searchresults=1
    Since this is an iTunes Forum, please be aware that the automatic sync option for iTunes only applies to iPods, and does not work with other players. You can however use your MP3 tracks both in iTunes and in your portable player.

  • Need simple mp3 player

    I need either a flex or flash mp3 player that uses an xml
    playlist and runs on FMS3. Our new FMS server is working great and
    we've been successful at installing samples that came with the
    server as well as the tutorials in the Adobe developer's site. The
    thing is... I'm a CF developer and while I can navigate flex and
    flash (have downloaded trials for both now) I am unable at this
    point to write an application.
    Can anyone direct me to a product (free or for sale) that
    gives me a nice small skinable mp3 player with just
    play/stop/pause/volume controls and allows the user to select a
    file from an xml playlist. I'd like source files so I can modify
    but that's not necessary as long as the product is configurable. I
    can find no such creature via google search. TIA!

    How are you trying to transfer the files? Are these definitely MP3 files and what are the specifications of the files?

  • Is Creative going to make a mp3 player with the 24-bit Crystaliz

    I have dropped my Zen Touch 20 GB a few times (I know, I'm clumsy), and the most recent drop really damaged it. It still plays, but I can only scroll down with the touch pad (scrolling up goes down as well), and rarely the song skips forward randomly (progress bar does not skip forward though, this has happened ever since I got much Touch, but it happens slightly more frequently now).
    I've tried pushing in on the touch pad as some have suggested, and resetting the Zen Touch did not help.
    I was considering investing in a Zen Sleek Photo, but I think I will stick my Touch since I mostly use Shuffle play anyways.
    However, has Creative announced any plans to create a mp3 that uses the 24-bit Crystalizer from the X-Fi soundcard series? I have a X-Fi Fatlty edition, and the sound is absolutely amazing, it blows standard CD and mp3 players away. If Creative made a mp3 player with the Crystalizer, I would buy it no questions asked, death to the iPod!
    ... That's IF Creative makes one, so does anyone happen to know? It may not even be technically possible, but heck if I know

    Yes, it is technically possible and Creative will incorporate the X-Fi technology in its future MP3 players.
    This was confirmed by Creative CEO, Mr Sim Wong Hoo when Creative announced its quarterly earnings about a month ago.
    At that time, Mr Sim also said that the earliest we can see the X-Fi technology on Creative's MP3 players might be early next year.
    But as Creative will be releasing a yet-to-be-announced product in Paris tommorrow (8 dec), i'm not sure if we will get to see it earlier than expected!
    Just keeping my fingers crossed, but what ever new product Creative release tmr, it will definately make my xmas more merry!

  • Using the mp3 player with various comput

    Hello,
    I was wondering if I can use the mp3 player with more than one computer, that's to say, not only with the first one. I'm in the USA now but I li've in Italy, so if I buy it here and use it here to download songs, then will I be able to use it in Italy too? Meaning, will I be able to use it with another computer and download others song on it's
    And another question, concerning the battery, what happens when it dies? Because on the mp3 player homepage I read something about replacing it but I would like to know more about it. The battery is a big concern because I'm choosing between Ipod and this one, and on the discussion forums of Ipod, it wasn't very reassuring. While I had heard that Creative's battery is good.
    Thank you very much. Please answer soon.

    Lithium Ion batteries last on average 3 years at peak performance from date of manufacture. More here in the Zen FAQ at Nomadness.net.

  • Looking for a MP3 Player with good Bass.

    Hi,
    I have a Nokia N73 Music edition phone. The built in MP3 player gives a decent output, but deep bass sounds are not reproduced properly and the overall sound is not very impressive (not crisp). I tested with two pairs of good Philips and Sony head phones, using a 2.5 mm audio converter (problem is not with the headphones).
    Is there a good Symbian MP3 player with a good equalizer or special signal processing features to produce deeper bass sounds? (Like Sony Ericsson MegaBase)

    Whatever you do to the sound with the processor (or a DSP) will be a compromise if the output stages aren't up to scratch.
    The only things you can do are
    increase the bass level (causes clipping in loud passages - I'm guessing this is what you tried and didn't like)
    compress the bass (bass will be loud enough in quiet passages, but won't be louder in the loud passages - I think this is a bit more processor intensive and complex and doubt there's any software that does it)
    or
    reduce the treble and midrange (you will have to turn the volume up, but if you can that's the best option as it should be lower in distortion). I would try this last idea and see how that does.

  • How to make an Mp3 player, with some neat looks?

    Hey guys,
    I need to make an mp3 player, with some nice looks.
    Please help!

    maybe try this
    http://jplayer.org/

  • Hello, i'm creating a very simple animation in ps cs5, but when I try to transform a smart object in a frame, all the frames are affected by it. What can I do ? Thanks, Ep

    Hello, i'm creating a very simple animation in ps cs5, but when I try to transform a smart object in a frame, all the frames are affected by it. What can I do ? Thanks, Ep

    Ok, you are in frame animation mode. I thought cs5 had a timeline mode, but now I think I was wrong.
    In frame animation mode what you do is in one frame you have the object rotated in one position, then select an other frame and rotate it. If it rotates the first frame, which I think it will. Create duplicate of the object in a new layer. Then rotate the second layer.
    At this point in my example you would have two layers, one of which has a rotated object.
    Clear the frames
    Convert the two layers to frames.
    You now have two frames, one for each layer.
    Select both frames then click the tween button.
    This will create the in between frames.
    In the tween dialog box the higher the number of frames set here, will create a smoother animation but will result in a longer time frame for the animation to play.
    Because Photoshop has no way of knowing which way the object should rotate, it is feasible for it to rotate the opposite direction or could look wonky. Just undo and add an in between layer showing how it should look in the middle, then continue on.
    So your layers should be the following, a frame that shows all objects in their rest state.
    All objects that remain in a rest state must be copied to the next layer (ctrl-j on Windows or cmd-j on Mac)
    All subsequent layers are then used for rotating a duplicate of the object. (Ctrl j or cmd j)
    You will find the commands to clear the frames, convert layers to frames and tweeting in the hidden menu found when you click the small icon in the upper right hand corner of the animation panel.

Maybe you are looking for

  • Importing from imovie 6.0

    In file menu, there is a command import imovie hd project. The clip appears, but it is empty or unreadable. I thought I read that 8.0 would import the clip minus the transitions, etc in 6.0. I don't mind reediting, but I do mind not being able to imp

  • Crystal Report Layout asking for Login Info

    I have modified the Delivery Note Crystal Report Layout for Business One by clicking the Edit button on the Report and Layout Manager for Delivery Note (Items).  I then saved my modifications to a file.  Finally, I go into Business One and import the

  • Refcursor returning image (BLOB type) from database

    Hi, Process : Invoke activity takes ID as input parameter and passes it to partner link (db adapter) which executes stored proc returning a ref cursor. SQL statement in stored proc - ref cursor has a column with BLOB type. Problem : Unable to return

  • How do I rid my Iphone of duplicate contacts

    I synced my Iphone with Outlook. Previously I was syncing with my Yahoo.com account. Now I have many duplicates and there is no way I can find to delete them from the Iphone. Is there any way to manage the Iphone contacts from ITunes? How do I fix al

  • Problem in struts validator

    hai I have a problem while using the struts validator in my program. It gives the error as: HTTP Status 404 - Servlet action is not available type Status report message Servlet action is not available description The requested resource (Servlet actio