Linking MP3 player into

I have Got a Zen Micro and would really like to be able to hook it up to my car.
I have a CD already fitted in my car and I have seen on the accessories section that you can buy an adapter that plugs into a tape player.
I don't want to take my CD player out and replace it with a tape player.
Is there some accessorie that works with a CD player or is there something else what can be fitted instead to allow me to use my ZM in my car?

You can purchase an FM Transmitter, there are dozens available which will work for the Micro. Ones marked as Uni'versal are the ones you should consider, brands such as Sony, iRi'ver, Monster Cable, and more will work fine. Just make sure that they are marked Uni'versal. Also when purchasing one, its better to go for one that runs off the cars cig adapter. Battery ones such as Belkin's Tunecast series do not provide a strong signal and therefore can cause problems.

Similar Messages

  • Putting an HTML mp3 player into iWeb

    I am trying to put an mp3 player into iWeb 09 using the files on my computer. Unfortunately i don't know how to do this. Basically something similar to the audio players that are on myspace and sites like that. Im a tad new to this iWeb business and therefore still trying to find my way about it.
    I know there is a code to put in the HTML widget, just not sure where to get them from or which one is the most efficient.
    Thanks for having a look, I would really appreciate your feedback.
    Mark

    You need the software and code to embed a mp3 player in your website :
    Google will find it for you :
    [embed mp3 player website|http://www.google.nl/search?q=embedmp3+playerwebsite]
    Here's a link to one I use : http://flash-mp3-player.net/
    Once you have the files, make it work on the webserver.
    Then embed the webpage with the player with the HTML Snippet using the <iframe> HTML element :
    <iframe src="http://url.to.file.html" frameborder="0" width="500" height="500" scrolling="no" allowTransparency="true"></iframe>
    Or paste the <OBJECT> code directly in the HTML Snippet. Make sure the pathname to the MP3 files and playlists are correct.
    [Using the iWeb HTML Snippet|http://www.wyodor.net/blog/archives/2009/07/entry_213.html]
    Using a MP3 player in iWeb is often discussed in this forum : [MP3 player|http://discussions.apple.com/search.jspa?objID=c188&search=Go&q=mp3+play er]

  • How to transfer free music on mp3 player into my PC

    Hello: everybody
    I have a Creative zen touch mp3 player(20G), there 59 classical music in it. Those music are free to give consumer by Creative, but I am't satisfied with listening to them in mp3 player. I want to transfer them to my PC for appreciating them. yet I can't transfer them into my PC because I note that there are special label on these music. I guess that they may be encrypted or anything else. who can give me some help ? Thank you.
    Justin

    yes. too bad. wanted the same to happen but had no success in doing it as it is locked in the player.
    http://storeyourpicture.com/images/s...lectronics.jpg

  • MP3 Player does not show in finder.

    I used to have a 1st gen iPod Touch, but that went through the wash and no longer functions. I am now using my backup player which is the first MP3 player I ever owned. It's a Philips GoGear HDD6330 player. The issue I'm having is similar to another issue I had awhile back with my camera. Actually, it's the same problem. When I plug the MP3 player into the MacBook USB Port, it shows up in the System Profiler, but does not appear in the Finder window as an external HDD (which it can indeed be used for when the installed firmware is bypassed as it can be in Windows). In Windows XP, the properties window of the HDD inside the player is that it is a Generic Hierarchical file system. I don't know if that has anything to do with the issue, but I thought I'd mention it anyways.
    I did a search of the community posts, and found several posts stating that I would need to use Disk Utility in order to gain access to the HDD. The problem with this is that I didn't have Disk Utility on my machine for some reason. I say "Didn't" because I recently used Pacifist to recover the App from the Install Disks. However, the version that was on the install disks was not compatible with 10.5.7. In the same post that I found the information about Pacifist (which I will link you to shortly) the last few lines state that after the app is installed, that the Combo Updater should be run to bring the app up to date as well as stating that the permissions need to be repaired. I don't know what that means or how to do it.
    http://discussions.apple.com/thread.jspa?messageID=6950717&#6950717
    I found the download for the Combo Update for 10.5.7, downloaded it, and ran the install program that was in the package which the .dmg file contained. Everything went smoothly, and I rebooted my MacBook. The Disk Utility app was still not up to date with the OS version. So I ran Pacifist again, only this time I extracted the app from the update installer package, and installed it (after getting rid of the old file that was not compatible with 10.5.7). This version (11.1) is indeed compatible, but it will not launch and also has the default application Icon with the paper, pen, pencil, and ruler. Pictures will be included.
    At this point I don't know how to get Disk Utility to work, and I'm not even sure if using Disk Utility will give me access to my players HDD. Apple Tech won't talk to me because my MacBook is out of warranty, and there's no way in **** I'm paying for a service that should not have to pay for.
    System Information:
    http://i3.photobucket.com/albums/y57/HCOPE/Picture34.png
    Jukebox in System Profiler, but not in Finder:
    http://i3.photobucket.com/albums/y57/HCOPE/Picture26.png
    Disk Utility:
    http://i3.photobucket.com/albums/y57/HCOPE/Picture30.png
    Disk Utility Package Contents
    http://i3.photobucket.com/albums/y57/HCOPE/Picture32.png

    Alrighty, that's one question answered. But how do I get Disk Utility back and working?

  • Place an mp3 player on top of an image in image-based website??

    Hi everyone!
    I am trying to create a website for our company, and have made an image-based website in Photoshop. The whole background is composed of sliced images from a Photoshop file, and I want to add links, drop down menus, a photo slider, and an mp3 player with Dreamweaver. I am having a great deal of trouble as I don't know nearly as much about coding as I would like to!
    Right now I am trying to add an mp3 player to the bottom of our website, but I want it to be on top of the bar at the bottom of the page. Since the bar is technically an image, every time I paste the code for the mp3 player into the HTML, it goes above or below the bar rather than on top of it. Is there any way to remedy this?? Advice would be appreciated! Thanks

    Is there any way we can see your website? Fishing around in the dark is not a good way to give advice.
    I should also mention that the "slicing Photoshop files" method of website building is probably not the way we build websites anymore, if I understand where you are coming from.
    Generally speaking, if you have an image in the background set up in your style sheet, you should be able to put things on top of that image.
    So, let's say we have a div and I'm going to call it "player." We may want to have more than one player on a page, so we'll give it a class:
    CSS:
    .player {
         background-image: url("/path/myimage.jpg");
    HTML:
    <div class="player">
    <audio controls>
      <source src="/path/myaudio.ogg" type="audio/ogg">
      <source src="/path/myaudio.mp3" type="audio/mpeg">
    Your browser does not support the audio element.
    </audio>
    </div>
    Now, what I have done here is to create an HTML5 Audio player. The web page with the audio must be HTML5. And you will probably need to edit your .htaccess file to include the following:
    AddType audio/ogg .oga
    AddType video/ogg .ogv
    AddType application/ogg .ogg
    AddHandler application-ogg .ogg .ogv .oga
    If you don't know how to edit an .htaccsss file, you should be able to add those MIME types in your host's Control Panel.
    The way you declare an HTML5 document is to start the document with:
    <!DOCTYPE HTML>
    <html>
    This would be before you start your <head> region.
    But I must warn you, I'm offering all of this with a great deal of trepidation. I believe you're putting together a website using tables and inline code for things like backgrounds and such. Modern web design does not use tables to format web pages.
    Without looking at what you're doing, there is a very big limit as to how I can advise you.
    -Mark

  • My Sony mp3 player synced with my iphoto. How do I unsync it? It no longer shows up as a device in my Finder window.

    I plugged my Sony mp3 player into my mac mini, Snow Leopard, and it synced with my iphoto. Now it does not show up as a device anywhere, not even iphoto. When I plug in the mp3 via its usb, it opens iphoto. How do I stop this and get it back as a device in my Finder window so I can load songs on it again.

    Turns out my Mac put code on the mp3 player because after I reset the mp3 player to its 'factory settings', (erasing everything) it went back to normal and now shows up in the finder window.

  • How to transfer songs from old MP3 player to Ipod

    I have just upgraded to a 30gig Ipod Video. I had a Sony Walkman MP3 player before. I have got a couple of hundred songs on that MP3 player that I want to put on my Ipod. When I plug my old MP3 player into the computer and open Itunes, the songs come up in the Connect Player format (Connect Player is the Sony Walkman software). When I try to add them to Itunes it doesnt do anything or come up with any error message. I know they are the wrong format, how do I change them into a format that will go into Itunes.
    Big Ipod Fan, Birmingham, England.

    You need software that will convert the songs to iPod form. You can just google the phrase "iPod Music Converter". And if you cant find anything change the phrase around a little bit.

  • Anyone with an iRiver MP3 player with USB host por...

    Any iRiver MP3 player with USB 1.1 host port will interface with your n95. This will allow you to read and write to the mem card of your phone! So you can u/l sound tracks and d/l your images from and to your MP3 player.
    My H340 is a 40GB version so I have got mass storage attached to my phone.
    If only it was WiFi or Bluetooth as well!!
    www.blogn95.blogspot.com

    I just plug my MP3 player into the phone and browse from the player!
    No pain really!
    www.blogn95.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

  • Problems loading songs into flash mp3 player

    I am very new to actionscript, and I am still trying to learn some of the basics, but I'm getting there, understanding it better with help from great forums like this one.
    I have a music community website, visitors can sign up, upload mp3 files, their files get uploaded into their own folder named '$id' in the php code, (if they are the 10th member to sign up, their folder would be named 10, and so on)
    I have a prebuilt flash player that I want to playback the mp3 files just for that member when their profile is being viewed, I have some code in the mp3 upload script that automatically writes an xml file to their folder containing their song data, with Andrei1's help, I got that part working using flashvars, now the problem I am having is that I can't get the songs to play back, the data is there but no music.
    as I said I am using a prebuilt flash player that is using a static call to a directory, so should I use flashvars again to load the mp3 files into the player? and I also need help figuring out what to change in the actionscript.
    here is the object embed src for the html:
    <param name="movie" value="flplayer1a.swf">
                        <embed src="flplayer1a.swf" FlashVars="xml=<?php echo "members/$id/playlist.xml" ?>"></embed>
                        <param name="FlashVars" value="xml=<?php echo "members/$id/playlist.xml" ?>">
    and here is the actionscript code for the playback on frame 1
    stop();
    var myFormat:TextFormat = new TextFormat();
    myFormat.color = "0xFFFFFF";
    list.setRendererStyle("textFormat", myFormat);
    var trackToPlay:String;
    var pausePosition:int = 0;
    var songURL:URLRequest;
    var isPlaying:Boolean = false;
    var i:uint;
    var myXML:XML = new XML();
    var XML_URL:String = loaderInfo.parameters.xml;
    var myXMLURL:URLRequest = new URLRequest(XML_URL);
    var myLoader:URLLoader = new URLLoader(myXMLURL);
    myLoader.addEventListener("complete", xmlLoaded);
    function xmlLoaded(event:Event):void {
        myXML = XML(myLoader.data);
        var firstSong:String = myXML..Song.songTitle[0];
       var firstArtist:String = myXML..Song.songArtist[0];
      songURL = new URLRequest("????" + firstSong + ".mp3");
       status_txt.text = "1. "+firstSong +" - "+firstArtist;
         for each (var Song:XML in myXML..Song) {
    i++;
      var songTitle:String = Song.songTitle.toString();
    var songArtist:String = Song.songArtist.toString();
    list.addItem( { label: i+". "+songTitle+" - "+songArtist, songString: songTitle, Artist: songArtist, songNum: i } )
    var myArray = new Array (0,0);
             list.selectedIndices = myArray; // This highlights song 1 by default
    gotoAndStop(3);
    this is on frame 2 for the song switching
    songURL = new URLRequest("?????" + trackToPlay + ".mp3");
    and this on frame 3:
    stop();
    var snd:Sound = new Sound();
    var channel:SoundChannel;
    var context:SoundLoaderContext = new SoundLoaderContext(5000, true);
    snd.load(songURL, context);
    channel = snd.play(pausePosition);
    I'm starting to build my own flash player based on what I have learned here, I just have to figure this part out and I'm good to go.

    songURL = new URLRequest("?????" + trackToPlay + ".mp3"); and
    songURL = new URLRequest("????" + firstSong + ".mp3");
    this is where the movie looks for mp3 files, when I downloaded this prebuilt player, the line looked like this
    songURL = new URLRequest("http://www.mydomain.com/mp3_files" + firstSong + ".mp3");
    songURL = new URLRequest("http://www.mydomain.com/mp3_files" + trackToPlay + ".mp3");
    this is the part I am trying to figure out how to change, if I were to have all the members mp3 files go into the mp3_files folder, the player works fine, no problems at all, but I don't want all the members mp3s in one folder, they need to be in each members folder(which I have it set up to do) and I can't figure out how to change the "http://www.mydomain.com/mp3_files" to http://www.mydomain.com/members/$id, that's why I was asking if we add another value in the flash vars, again my inexperience with 2 way communication between as3 and php variables is what's choking me
    the list component is a movie clip
    "You did not answer the question about whether scripts are spread through several frames"
    the first frame has all the code for variables, xml loading, inserting data, the second frame has code for song switching, the third frams has the sound variables, button functions, scrubber and volume, animated meters, etc., I hope i answered it this time, being a newbie, I am trying to answer the best I can.

  • MP3 Player, XML, Cover and Link

    Hi,
    i wonder if i can easily creat an MP3 player for my website
    with flex. I need a simple player that shows the cover, band and
    title of the song that is played. the player should start by random
    if the user enters the site. the user is able to skip forward and
    backward and to stop playing. all data comes from an XML file.
    i want the view of the player to be changed if i want to.
    size, color.
    is this easy to do with flex?
    cheers
    denis

    Hi,
    Yes, it is. Please find a sample at the URL below. You will
    find a sample application called Podcast Player. You will find more
    samples.
    http://www.adobe.com/go/as3examples
    Hope this helps.

  • I understand that I can now download iTunes directly into an MP3 player. If that is correct (is it?) how do I do that?

    The subject tells all.

    if it's not an apple device you still need to convert the itunes music to an mp3 format so it can be sync'ed up with a non apple mp3 player.

  • Looking for an mp3 player for a webpage

    because of apple I'm staying away from flash players for now...
    I 'm lloking for a simple to use mp3 player that's customizable - for example :
    read & display xml playlists
    make the list of viewable songs what we choose - like 10 songs or 20 songs - without scroll bars...
    I'm lookimg at:
    http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5
    http://www.wimpyplayer.com/products/wimpy_mp3.html
    http://playlist.software.informer.com/download-playlist-embedded-website-media-player/
    Any opinions are welcome

    Here's what I'm doing:
    HTML5.
    Here is the code and it is really simple:
      <audio controls="controls">
      <source src="../path/filename.ogg" type="audio/ogg" />
      <source src="../path/filename.mp3" type="audio/mpeg" />
      Your browser does not support the audio element. <a href="../path/filename.mp3">Right-Click here</a> and choose Save file as&hellip; to download the .MP3 file</audio>
    Works in all browsers. Works in all media players that support mpeg audio. But here's a word of warning:
    Some browsers may not know that the ogg audio is there, so you may need to edit your .htacess file (on Apache) or your filetypes (on Microsoft IIS servers) to include it.
    Here's the change to put into .htaccess. I don't use IIS:
    AddType audio/ogg .oga
    AddType video/ogg .ogv
    AddType application/ogg .ogg
    AddHandler application-ogg .ogg .ogv .oga
    That will enable both ogg video and audio. Without these lines, Firefox may not play your file.
    To make your audio files, please see this link.

  • 4gb mp3 player help p

    I just got a 4gb mp3 player yesterday. It's the that plays music videos and stores photos. I installed everything on the computer and it charged from 7:47p.m. to around 5:0 5:5p.m. I try 2 turn it on but it's not working. i'm holding down the button for a while 2 like it said. I once held it down for like 5mins but it's just not turning on! did it charge 2 long r something because now it's not charging when i try anymore! did I overcharge it's PLZ HELP ME! i used all my b-day money on it and really wnat it 2 work.

    I take it you have either FireWire or USB to connect this with, no? If so, when you plug it in, and it's powered up, the player should mount with some sort of icon on the desktop.
    Does it do that, but then you can't do anything else? If you open the player desktop icon, what is inside?
    You may need to have a version of iTunes that has mp3 player support and I'm not sure if version 2 does. That's the last available for OS9. If not, try using Audion instead.
    Audion is at http://www.panic.com/audion/ - and don't forget to click the small 'free of charge' link to get the serial number to unlock the full functionality. Audion should 'see' your player then you can drag and drop your files from your music library into the playlist for it.
    There's really good instructions for it as well, as it's discontinued, but it's super powerful in that it can grab and record streams and do stuff that ANY version of iTunes still cannot.
    Good luck!
    Deb.

  • Embedding an mp3 player in flash site

    Hi
    i am trying to figure out how to embed an mp3 player in my flash site. do anyone know of any good tutorials. I have no really actionscript skills.
    thanks
    Will

    Thanks Ned!!!
    Ok, I'm going to look into the Actionscript 2 music player options out there.
    One question, incase I have a hard time finding what I need, would it be too difficult to have a text box open a new window, and in that window, have all the HTML music player?  I found this site and I'd be OK with something like this:
    http://digitalmedia.oreilly.com/2005/02/23/mp3_embed.html
    My only criteria would be to not have a download file link and that it would stream. Just curious if this would be an option since I've had such terrible luck trying to figure this whole music thing out.
    Thanks again, Ned!!!

Maybe you are looking for