Looking for a non-Flash mp3 player

Can anyone recommend a non-flash mp3 player?  I've looked around on the web quite a bit but it seems the ones I'm finding all use flash.  I need one that will work on the iPad and iPhone for my websites.
Thanks!

Hi
I wonder why not show you how to use Quicktime.
Because I would use the html5 audio, that way the browser chooses the 'player' to use, and I wanted to give the OP the choice -
<audio controls preload="auto" autobuffer>
  <source src="elvis.mp3" />
  <source src="elvis.ogg" />
  <!-- now include flash fall back -->
</audio>
PZ

Similar Messages

  • Looking for stand-alone Flash 9 player

    Can anyone tell me where I can download the stand-alone Flash
    9 player for Windows?
    The only version I can find in the downloads area is the
    browser plugin.
    I want the standalone player so that I can see the console
    output. I'm just starting in AS3 programming so I need to see the
    error messages.

    Sherkaner wrote:
    > Can anyone tell me where I can download the stand-alone
    Flash 9 player for
    > Windows?
    >
    > The only version I can find in the downloads area is the
    browser plugin.
    >
    > I want the standalone player so that I can see the
    console output. I'm just
    > starting in AS3 programming so I need to see the error
    messages.
    >
    There is no download of the standalone. The only publicly
    distributed version
    is the browser plugin/player.
    Download the authoring tool, Flash CS3 and you will get the
    standalone with it.
    Best Regards
    Urami
    "Never play Leap-Frog with a Unicorn."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Looking for a non XML driven Flash banner rotator

    I am looking for a non XML driven Flash banner rotator, something where I can load my images into the FLA and publish. The only rotators I can seem to find have external XML/image files, etc.
    All I want to do is create simple SWF's that I can use to display rotating images preferably is a smooth and stylish manner. Does anyone know of any, or could point me in the right direction?
    Many thanks for any help you may be able to offer and I am willing to follow any tutorials.

    Hi
    I wonder why not show you how to use Quicktime.
    Because I would use the html5 audio, that way the browser chooses the 'player' to use, and I wanted to give the OP the choice -
    <audio controls preload="auto" autobuffer>
      <source src="elvis.mp3" />
      <source src="elvis.ogg" />
      <!-- now include flash fall back -->
    </audio>
    PZ

  • Setting up Simple Flash mp3 Player

    I have a page with some links to mp3 songs.
    I would like to set things up so that when user clicks a mp3 link, a small flash mp3 player (embedded in the page) starts playing with that songs. The user could click on another song that would replace the last one at any time and have basic controls.
    - flash mp3 player - need 1 that has start / stop and volume buttons (simple)
    BTW: I set this type of thing up in the past with a frameset - top had quicktime player embedded - and bottom song links went to top frame - all was fine but kind of bulky.... looking for something a bit slicker...
    Also would like to do the same for flash / quicktime videos
    Also if there's something free or close to free that is a jukebox type where the song list is part of flash - that might be fun too....
    Thanks in advance - dave

    Wimpy MP3 Player will do everything you want (not free).
    http://www.wimpyplayer.com/products/wimpy_mp3.html
    Free Flash MP3 Player
    http://www.flashmp3player.org/
    Premium Beat Free Flash MP3 Player
    http://www.premiumbeat.com/flash_resources/free_flash_music_player/#mp3Players
    A Google search will reveal many others.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • I have copied my CDs into iTunes  (currently running v11) to play on my iPod.  I have now bought a non Apple mp3 player to use when I am out running.  How can I copy the many tracks I want from iTunes onto the new player?

    I have copied my CDs into iTunes  (currently running v11) to play on my iPod.  I have now bought a non Apple mp3 player to use when I am out running.  How can I copy the many tracks I want from iTunes onto the new player?
    Thanks

    I tried Notpod but can't get it to work.  Part of the problem, I suspect, is that I can't create a folder on my player (a SanDisk Clip+).  I also can't do this in Windows Explorer.  Whilst I can see the Clip+ in Explorer, the option to create a new folder isn't there.
    The error mesag I get in Notpod is:
    "Unhandled exception has occurred in your application.  If you click Continue, the application will ignore this error and attempt to continue.  If you click Quit the application will close immediately.
    InvalidArgument=Value of '0' is not valid for 'SelctedIndex'. Parameter name: SelectedIndex"
    Then, when I plug the Clip+ into a USB port, iTunes thinks it is my iPad - which is because, I guess, Notpod hasn't worked.
    I can drag and drop files from the Music folder where my iTunes tracks are stored onto the Clip+ and they get converted but I'd rather synchronise a Playlist from iTunes if I can.
    Thanks anyone who can help

  • Embedding a flash mp3 player?

    Hi,
    I'm trying to embed a flash mp3 player in my iweb site. I don't want people to be able to download the files, just listen to them, so Flash seems to be the way to go.
    Can anyone recommend a resource for learning how to do this? I've found the Flash player that I want to use, I know how to insert the HTML snippet in iweb and have the code. But all the instructions I read reference SWF files, XML files, etc and I don't know what any of that is. I just want a juke box style flash player on a couple of my pages.
    Any help would be greatly appreciated. Thanks a lot!
    G4 laptop, Leopard
    Message was edited by: more-gtr
    Message was edited by: more-gtr

    If you want to play the songs and sell them you can use Snocap - otherwise you can use Esnips...
    http://roddymckay.com/Satellite/JukeBox.html
    You upload your song files to their site and all you do is copy and paste the HTML in to a snippet box.

  • I'm trying to download an audiobook to a non Apple MP3 player and itunes keeps popping up as the default. How do I turn this off?

    I'm trying to download an audiobook to a non Apple MP3 player from a library sharing site, but itunes keeps popping up and preventing me from doind so. How do I set my itunes to NOT be the default for downloading media.

    http://windows.microsoft.com/en-US/windows-vista/Change-the-default-music-or-vid eo-player

  • Flash Mp3 Player with 15 sec preview

    Hello,
    I in desperate need of some guidance. I am trying to make
    flash mp3 player that radomly plays mp3's from a specific folder
    for only 30 secs.
    Any idea's ??
    thanks
    DK

    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;

  • Flash MP3 player with AM and FM rad

    Why is it that the only MP3 players I see with AM and FM are CD based? Some people have a great desire to listen to AM radio for sporting events, news, or talk radio. It is so annoying for me to have to carry a separate radio with my n200 so that I can have my music as well as AM radio. The funny thing is that I listen to AM radio much more than FM. I usually like to either listen to my music or to AM radio. I also have an MP3 cd player with AM and FM, however that is even larger than both the n200 plus a small separate radio. Since I don't want to constantly swap the earphones from the n200 to the radio and back, I am also carrying two sets of earphones.
    My ideal flash mp3 player would be
    ) At least 4 gigs
    2) have both AM and FM radio
    3) Run on a AA battery.
    AA batteries hold 2.5 times the power of a AAA yet are often lower in price.
    4) have a decent sized display.
    5) Have a separate button that with one press switches from mp3 music to the radio or back.
    6) Supports subscription music
    7) has a built in clock with the time constantly displayed, even when the player is off.
    While such a player would be slightly larger than the Nano Plus, it would be so much more functional.. There are still some who want the smallest possible player so I wouldn't want to see such a player replace the Nano Plus, however it would be nice if such a player would replace the TX FM which is too similar to the Nano Plus(who really cares whether the USB plug is on the player itself?).

    I think the reason you don't see AM radios in 00% digital products (such as MP3 players) is not enough demand to tackle two significant technical issues:
    The ferrite-coil antennas used by most portable AM radios take up a lot of room on circuit boards; some MP3 players are too small for them, while others simply can't give up valuable circuit-board real estate for a feature used by so few people. OTOH, most portable FM radios use the headphone cord as an antenna, so they can be smaller.</LI>
    AM frequencies and channel spacing vary around the world in ways that make a "one size fits all" digital solution very hard to implement. The US AM band runs from 535-705 kHz with 0-kHz spacing (540, 550, ... , 700); in other parts of the world it still runs from 535-605 kHz, and/or uses 9-kHz spacing which is incompatible. OTOH, nearly all major countries, except Japan, have adopted FM bands in the 87.5 (88 in the US) to 08 MHz range, and all spacing schemes are multiples of the narrowest one, 50 kHz (it's 00 kHz in most countries, 200 kHz in the US), so a digital FM tuner covering 87.5-08 MHz with 50-kHz spacing will work everywhere but Japan.</LI>
    Also, digital-radio considerations in the US may inhibit the sale of new AM radios here. The US digital-radio standard is an IBOC (in-band, on-channel) system, where the analog and digital broadcasts share the same frequency and signal. Though this is supposed to allow simultaneous analog and digital broadcasts as long as broadcasters want them (unlike DAB systems in other countries and digital TV even in the US, where the digital signal is separate and broadcasters must eventually give up their analog spectrum), even IBOC broadcasters will eventually go all-digital. Since the bandwidth of digital AM is so limited (at present it only promises "FM quality" while digital FM promises "CD quality") and digital limits analog sound quality (especially on AM where it's poor to begin with), it's likely AM will want to go 00% digital long before FM does. Limiting analog AM radios now makes it easier for AM to make that painful transition.
    Message Edited by RBBrittain on 2-2-2005 09:49 AM

  • Flash mp3 player HELP!!!

    i am tying to add a flash mp3 player to my blog posts to have samples of the scores on each page using this:
    http://creativetechs.com/tipsblog/embed-a-free-flash-mp3-player-on-your-blog/
    the code i have is this:
    <object type="application/x-shockwave-flash" width="400" height="170"
    data="http://web.me.com/cbarrywdw03/KlausBadelt/MusicPlayerExample/xspfplayer.swf?playlisturl=http://web.me.com/cbarrywdw03/KlausBadelt/MusicPlayerExample/playlist.xspf">
    <param name="movie"
    value="http://web.me.com/cbarrywdw03/KlausBadelt/MusicPlayerExample/xspfplayer.swf?playlisturl=http://web.me.com/cbarrywdw03/KlausBadelt/MusicPlayerExample/playlist.xspf" />
    </object>
    i am tying to get it in the blank empty space on the right above the track listing and to the right of the cover as seen here:
    http://web.me.com/cbarrywdw03/KlausBadelt/CreditsBlog/Entries/2010/4/1_Die_Jagd_nach_der_heiligen_Lanze_-_OriginalScore.html
    as you can see i can only get the player to show up on the left anywhere form the top to the bottom.
    please help me in getting it in that empty space mentioned above, thank you and take care!
    chris
    Message was edited by: MacAVUser08

    You should paste the object code in a HTML Snippet.
    All your songs and playlist should be in the MusicPlayerExample folder.
    And then test that all performs as it should.
    If you do that you have no problems.
    But you pasted the code in the HTML page itself after publishing. If you do you have to check the path to all the files.
    You would have found that there is no file here :
    http://web.me.com/cbarrywdw03/KlausBadelt/Credits_Blog/Entries/2010/4/swfobject. js
    Rule of thumb : Keep custom stuff out of the Site folder iWeb creates.
    I pasted your code in a HTML Snippet and 3 demo MP3s played in the flashplayer. So no problem there.

  • Flash mp3 player volume click

    Hello,
    I have a flash mp3 player i created with actionscript with a volume slider,
    but I want to change the volume from a slider to a click
    how to I do that?
    thanks

    if the volume is currently .5, how do you determine if the volume should go up or down when the button is clicked?

  • ITunes + Non-Apple MP3 player?

    Is there any way to sync a non-apple MP3 player with iTunes?

    I use a freeware app called SyncTunes with my Walkman mobile phone. The app works with any MP3 player that mounts as a USB drive - and works extremely well at that, IMO.
    Which makes me believe that Apple should work on opening up iTunes to non-iPod USB-based MP3 players. More and more devices - from SanDisk, from mobile phone manufacturers, and now in portable GPS units like the Garmin Nuvi 360 - incorporate this capability. (Personally, this means the iPod's days are numbered...)

  • NOn ipod MP3 player with windows

    How do I get my iTunes downloads to my non-ipod MP3 player. I tried setting the download to the player drive but that doesn't work. Since files are downloaded with an .m4p extension I can't use that file. I'm sure the files are set up so they can't be copied but I should be able to download directly to the mp3 player.

    The purchased downloads are in protected AAC format, that is ALL the store sells. The downloads can't be directly changed to mp3. In order to change to mp3, you will have to burn your purchase to an audio CD, use the audio CD to re-import into iTunes as mp3. Welcome to discussions!

  • Creative's flash MP3 player strat

    I don't understand Creative's strategy in the flash MP3 player market. The n200, v200, Muvo Mix and Muvo tx fm seem too similar. I like the idea of leaving out the radio, line in and mic on some models to lower the cost, however leaving off the display is imo a great mistake(I could do without the backlight though). How about more di'versity in the flash player offerings? How about a slightly larger player that takes a AA battery and has both an AM and FM tuner? How about a flash memory based player with 2 gigs of storage(Have the 28 meg players all been phased out? Perhaps soon the 256 meg players should be phased out?)

    From a business perspecti've Creative have to tally all of these bugs against resource and impact. If the bug is small, unlikely to be found and/or doesn't affect many users, chances are they won't fix it. It may irritate the hell out of a small group of users, but that's business unfortunately, particularly in large companies.

  • Non-ipod mp3 player for Mac?

    Hey everyone,
    I was just seeing if any of you guys had suggestions about getting a mp3 player for my Mac. I'm looking to get one about 4GB or so, and was wondering what ones are compliant for Mac?
    Thanks in advance!

    The iPod nano comes to mind. I doubt many if any others will mount unless they just mount as a USB 2.0 drive and you can drag files to them independent of a program to do that. Read the O/S required specs before you buy, but I bet they are all around the same price point, the nano works with mac/iTunes, why bother?

Maybe you are looking for