MP3 in a loop

I have an audio book I converted for listening on my iPhone (lots of small MP3 files). The files "list" OK and are in the correct order - they play properly on my Mac. On the iPhone, any one of the MP3 files will repeat over and over and not move on to the next file in order... I need to play the next file manually!
I thought that I would use iTunes to convert the MP3's to AAC and it looks like iTunes is doing the conversion (I can watch the progress bar) - BUT - the new file does not appear in iTunes....
Anyone have ideas or insights on this?
Limey

other MP3's play fine... its just these 40 or so audio book MP3's - I thought that converting the files to AAC (using iTunes) might solve the problem... and it looks like iTunes is converting the file (progress bar/no errors) - but I am unable to find the converted files anywhere... so something strange is happening...
As I say, no repeating with other files.....

Similar Messages

  • Using an MP3 as a loop

    I am experimenting around with taking Mp3 songs and importing them into garageband. The import is no problem. I have cut out the part of the song I would like to use.
    Here is what I'm trying to accomplish:
    - Save this portion as a loop
    - Have it be possible to slow or increase the tempo of it once it is a loop and imported into a track.
    For example, I can import a drum loop into GB and slow it down with the tempo slider. If I add the loop created above it does not slow the tempo accordingly. It does compress it on the timescale, but I actually want it to just play slower.
    thoughts?

    http://www.bulletsandbones.com/GB/GBFAQ.html#looputility
    http://www.bulletsandbones.com/GB/GBFAQ.html#changeimportedtempo

  • Delay on loop playback - not in GB, but in all other applications

    I created a loop in GB using one of the Rhythm Section loops. The loops lasts around 10 seconds (replicated a few times in GB), and it loops perfectly in GB.
    However, when I try to loop the exported mp3 of the loop in Quicktime Player or any other application (the end use of this loop is playback on a Digitech JamMan looper), the second time the loop plays there is a considerable delay, when a "blank" sound can be heard for the duration of almost a beat (loop's beat is 100 bpm). And whenever it loops again, this delay occurs, so the loop useless.
    So what should I do within GB to create a loop that can be exported as mp3 and playback as a loop seamlessly?
    Thanks a lot for your tips!

    Sparon,
    it’s running Mavericks, and I didn’t do anything — it has acted that way since I’d installed 10.9.0 (on a fresh SSD), and I currently have 10.9.2 installed.
    Where is the red X which you’d used to close an image in Preview? All that I saw were the red-yellow-green “traffic lights” on the left-hand side of the Preview title bar when I’d opened an image in Preview. When I click on the red “traffic light”, or select File → Close Selected Image, the image disappears, and Preview is still running, as I would expect. However, in my experimentation, I found that if I switch to Terminal right after closing the image, Preview  disappears from the Dock, but the ps command (which stands for “process status”) under Terminal shows that Preview is still running — that disappearance from the Dock does seem like a bug, or at minimum unexpected behavior, to me. If I then go to the Applications folder in Finder and double-click on Preview, it becomes visible in the Dock again. Selecting Preview → Quit Preview from there still causes it to quit normally; the ps command shows that it is no longer running. (I tried this with images on both my internal disk and an external disk, and they behaved identically.) Despite the disappearance of Preview from my Dock, I didn’t need to force quit from Preview at any time.

  • Mystery loss of mp3 on web page

    This is wierd. I have a web page that included an Mp3 music
    file. When
    I checked it today the "Player" was gone. I checked my HTML
    codes and
    the code is still listed and where it was when all was
    working. I
    haven't changed anything The code I use is:
    <embed scr="filename.mp3" autostart="false" loop="false"
    height="40"
    width="140">
    Like I said, it's still listed but no "Player". Any ideas?
    Thanks, Joe

    >>I have a web page
    Got a URL?
    Regards
    John Waller

  • JMF and MP3 streaming

    Hi,
    I tried to write an JMF Plugin for an MP3 audio stream. The plugin should buffer the compressed MP3 data, but
    extending the AVReceive2.java with a plugin did not send any output to the player.
    Would someone please help me with a code snapshot?
    Any better ideas than using a plugin for MP3 stream buffering?
    Thanks in advance,
         Florian

    hope this help this is a code i found in a search on this forum hope it helps
    //: SimplePlayer.java
    // This is a simple JMF Program that will play any support audio
    import java.io.*;
    import java.net.*;
    import javax.media.*;
    public class SimplePlayer {
    private static Player player;
    private File file;
    private URL url;
    private String filename;
    public SimplePlayer(String filename) {
    this.filename = filename;
    initalizePlayer(filename);
    private void initalizePlayer(String filename) {
    try {
    file = new File(filename);
    this.filename = file.getName();
    url = file.toURL();
    System.out.println("Initalizing Player ...");
    player = Manager.createPlayer(url);
    System.out.println("Player Initalized ...");
    catch (Exception e) {
    e.printStackTrace();
    public static void main(String args[]) {
    if(args.length == 0) {
    System.out.println("Usage: java SimplePlayer [filename] \n\n" +
    "Example: \n" +
    "\tWindows - java SimplePlayer c:\\mp3\\GoodSong.mp3 \n" +
    "\tUnix - java SimplePlayer \\usr\\mp3\\GoodSong.mp3");
    else
    /* This for loop concatenates the input
    string received at the command line.
    If the command line input has spaces
    java will parse by the spaces.
    For example: java SimplePlayer c:\My
    Music Directory\Very Good Song.mp3
    Before for loop:
    args[0] = "c:\My"
    args[1] = "Music"
    args[2]
    = "Directory\Very"
    args[3] = "Good"
    args[4] = "Song.mp3"
    After for loop:
    args[0] = "c:\My Music
    Directory\Very Good Song.mp3"
    for(int i = 1; args.length > i; i++) {
    args[0] += " " + args[ i ];
    SimplePlayer sp = new SimplePlayer(args
    [0]);
    String input;
    try {
    BufferedReader in = new
    BufferedReader(new InputStreamReader(System.in));
    System.out.println("Enter Command: ");
    while(!(input = in.readLine
    ()).equals("quit")) {
    if(input.toLowerCase
    ().equals("play")) {
    System.out.println("Playing " + sp.filename + "...");
    player.start();
    else if(input.toLowerCase
    ().equals("stop")) {
    System.out.println("Stopping " + sp.filename + "...");
    player.stop();
    else {
    System.out.println("Invalid Command...");
    System.out.println("Enter Command: ");
    catch (Exception e) {
    e.printStackTrace();
    finally {
    System.out.println("Closing Player");
    player.stop();
    player.close();
    System.exit(0);

  • Playing background music across all pages in an application

    I want to have background music playing as people use my application but I want to give them the option to turn it off. My solution is to have a button on my homepage that the user clicks to start background music. The code that launchs the music and a small player is placed on page 29 in an HTML region: e.g.
    <embed src="#IMAGE_PREFIX#wakingdreams.mp3" autostart="true" loop="true"
    width=200 height=60 controls="smallconsole" > </embed>
    This allows the user to stop or pause the music using a little player. My solution is to have the control in a small window in the corner but... If I use this code on the button that launches the player
    javascript:popupURL('f?p=&APP_ID.:29:&SESSION.');
    I don't know how to resize the player window so that most of my home page is visible and easy to navigate to.
    If I use the following code on the launch button then my home page window is blank with the word "[OBJECT]" stuck in the left top corner but the player and it's window is the correct size.
    javascript:window.open('f?p=&APP_ID.:29:&SESSION.'
    ,'DFK','height=35,width=70,toolbar=no,menubar=no,scrollbar=no,resizable=no,location=no,directories=no,minimize=no,maximize=no');
    any suggestions one way or the other?...or is there a simpler solution?
    any help appreciated
    regards
    Paul P

    Paul,
    Using
    javascript:popUp2('f?p=&APP_ID.:29:&SESSION::NO:::', 200, 200);
    will size the pop-up window to whatever you want. Can you not use frames instead?
    Denes Kubicek

  • IE doesn't display part of spry data set!?!?

    Hi there,
    I hope somebody can help me out with a problem I got with the spry dataset I use on my website. -> http://media-powerplant.de/media-powerplant-referenzen.html
    The thing is that the IE doesn't display text in the "master" region. There are no problems with the Details region, and pictures are also diplayed in the master, but strangely enough no text! :-(
    When i visit the site with firefox or any other browser the text gets displayed. I have no idea what the problem is, but this is really bothering me.
    I hope that somebody is kind enough to help me out here. Big thanks in advance! :-)
    Here is the HTML-code of the site: (the red highlighted lines are those which doesn't get diplayed)
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd
    ">
    <html xmlns="http://www.w3.org/1999/xhtml" xmlns:spry="http://ns.adobe.com/spry
    ">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta name="description" content="Ihr Partner für Musik- und 
    Videoproduktionen, Webdesign, Internet, Flash, Podcasts und 
    Grafikdesign" />
    <meta name="keywords" content="gemafreie musik,lizenzfrei,lizenzfreie 
    musik, royalty free, filmmusik,hintergrundmusik, werbespot,trailer, 
    jingles, loops, Werbemusik, Mastering, Scoremusik, 
    Filmproduktion
    ,Videoproduktion,Computeranimation,Postproduktion,Filmagentur,3D 
    Visualisierung,3D Animation,Filme,Video,Film Produktion,Grafik 
    Design,Imagefilm,Werbefilm,Werbefilme,Werbefilmproduktion, Webdesign, 
    Webspace ,Webhosting, Web-Design , Web, Domainregistrierung, 
    Internetdesign, Internet, Provider, HTML, Web-Space, Design, Webdesign 
    München, Grafikdesign, kreative, innovative, Homepage, 
    Suchmaschinenoptimierung, Michael Peh, Michi Peh, Matthias Damoser, 
    media powerplant, media-powerplant, München"/>
    <title>media powerplant *** Musikproduktion / Videoproduktion / 
    Webdesign ***</title>
    <meta name="author" content="[email protected]">
    <meta name="copyright" content="Webdesign: Matthias Damoser / media 
    powerplant">
    <meta name="Content-Language" content="de">
    <meta name="robots" content="INDEX,FOLLOW">
    <meta name="revisit-after" content="7 days">
    <link rel="SHORTCUT ICON" href="http://www.media-powerplant.de/favicon.ico
    ">
    <link href="mppLayout.css" rel="stylesheet" type="text/css" />
    <!--[if IE]>
         <style type="text/css">@import url(ie.css);</style>
       <![endif]-->
    <script src="SpryAssets/xpath.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryData.js" type="text/javascript"></script>
    <script type="text/javascript">
    <!--
    var dsreferenzen = new Spry.Data.XMLDataSet("referenzen.xml", 
    "referenz/beispiel");
    dsreferenzen.setColumnType("name", "html");
    dsreferenzen.setColumnType("MP3", "html");
    dsreferenzen.setColumnType("theURL", "html");
    dsreferenzen.setColumnType("theURL2", "html");
    function MM_preloadImages() { //v3.0
       var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
         var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; 
    i<a.length; i++)
         if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j+
    +].src=a[i];}}
    function MM_goToURL() { //v3.0
       var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
       for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i
    +1]+"'");
    var dslinks = new Spry.Data.XMLDataSet("referenzenlinks.xml", 
    "referenz/link");
    dslinks.setColumnType("a", "html");
    //-->
    </script>
    <link href="SpryAssets/SpryMasterDetail.css" rel="stylesheet" 
    type="text/css">
    </head>
    <body>
    <div id="hauptfenster">
    <div id="content">
       <div id="mitte">
         <div id="header">
           <h1>media powerplant</h1>
         </div>
         <div id="mainnavi">
           <div class="menuHome" onclick=MM_goToURL('parent','media-
    powerplant-home.html');return document.MM_returnValue 
    document.MM_returnValue></div>
           <div class="menuMusik" onclick=MM_goToURL('parent','media-
    powerplant-musikproduktion.html');return document.MM_returnValue></div>
           <div class="menuVideo" onclick="MM_goToURL('parent','media-
    powerplant-videoproduktion.html');return document.MM_returnValue"></div>
           <div class="menuWeb" onclick=MM_goToURL('parent','media-
    powerplant-webdesign.html') document.MM_returnValue></div>
           <div class="menuReferenzen" onclick="MM_goToURL('parent','media-
    powerplant-referenzen.html');return document.MM_returnValue"></div>
           <div class="menuAbout" onclick=MM_goToURL('parent','media-
    powerplant-about.html') document.MM_returnValue></div>
           <div class="menuKontakt" onclick="MM_goToURL('parent','media-
    powerplant-kontakt.html');return document.MM_returnValue"></div>
           <div class="menuImpressum" onclick="MM_goToURL('parent','media-
    powerplant-impressum.html');return document.MM_returnValue"></div>
         </div>
         <div id="inhalt">
         <h2><span class="mpp">media powerplant</span> <span 
    class="bereich">Referenzen</span></h2>
           <h2 class="unterüberschrift">Hier finden Sie einen Überblick 
    und einige interessante Details über unsere letzten Projekte</h2>
           <p> </p>
           <div id="musikproduktion">
             <div id="musikprojekte">
               <div id="projektescroll">
                 <div spry:region="dsreferenzen">
                   <table id="referenzTable">
                     <tr spry:repeat="dsreferenzen" 
    spry:hover="rowHoverRef" spry:select="rowSelectRef" 
    spry:setrow="dsreferenzen">
                       <td><img src="{screenshot}" alt="{name}" 
    width="140" height="93" class="screenshot"></td>
                       <td><span class="kategorie">{kategorie}</span><br>
                         <span class="name">{name}</span></td>
                     </tr>
                   </table>
                 </div>
               </div>
             </div>
             <div spry:detailregion="dsreferenzen">
               <div id="musikmainRef">
                 <h2> </h2>
    <p> </p>
                 <div id="projektbeschreibung">
                   <p class="beschreibung">{beschreibung}</p>
                   <p class="aufgabenfeld">{dsreferenzen::aufgabenfeld}</p>
                   <p class="aufgabenbilder">
                   <img src="{bild1}" width="90" height="77" 
    class="bild"><img src="{bild2}" width="90" height="77" 
    class="bild"><img src="{bild3}" width="90" height="77" 
    class="bild"><img src="{bild4}" width="90" height="77" class="bild"> </
    p>
                    <p class="linkMP3">{MP3}</p>
                    <p class="reflink">{theURL}</p>
                    <p class="reflink">{theURL2}</p>
                  </div>
               </div>
            </div>
           </div>
             <div class="copyrightref">Copyright © 2009 media powerplant | 
    Alle Rechte vorbehalten | <a href="media-powerplant-
    impressum.html">Impressum</a> |  <a href="media-powerplant-
    kontakt.html">Kontakt</a> | </div>
         </div>
       </div>
       </div>
    </div>
    </body>
    </html>
    the XML looks like this: (again highlighting the problematic regions)
    <?xml version="1.0" encoding="UTF-8"?>
    <referenz>
         <beispiel>
         <screenshot>Bilder/Projektbilder/impulstv.jpg</screenshot>
         <name>Sounddesign ImpulsTV</name>
         <kategorie>Musikproduktion</kategorie>
         <beschreibung>Produktion des Musikstückes "Today" für Imagefilm 
    der Firma ImpulsTV</beschreibung>
         <aufgabenfeld>Aufgabenbereich: * Musikkomposition * 
    Musikproduktion</aufgabenfeld>
         <bild1>Bilder/Projektbilder/mics.jpg</bild1>
         <bild2>Bilder/Projektbilder/misch2.jpg</bild2>
         <bild3>Bilder/Projektbilder/keyboard.jpg</bild3>
         <bild4>Bilder/Projektbilder/headphones.jpg</bild4>
        <MP3>
            <![CDATA[
            <embed src="Songs/Referenzen/Today.mp3" autostart="false" 
    loop="false" width="300" height="18" controller="true" id="rock.mp3" 
    name="bg song" pluginspage=            "http://www.apple.com/quicktime/
    download/"> </embed>
          ]]>
        </MP3>
       </beispiel>
        <beispiel>
         <screenshot>Bilder/Projektbilder/gm.jpg</screenshot>
         <name>Webdesign gin-mum.com</name>
        <kategorie>Webdesign</kategorie>
         <beschreibung>Design, Programmierung und Webspace-Hosting der 
    Internetpräsenz für die Münchner Band gin mum.</beschreibung>
         <aufgabenfeld>Aufgabenbereich: * Webdesign * Hosting und Domain * 
    Programmierung</aufgabenfeld>
         <bild1>Bilder/Projektbilder/gm_1.jpg</bild1>
         <bild2>Bilder/Projektbilder/gm_2.jpg</bild2>
         <bild3>Bilder/Projektbilder/gm_3.jpg</bild3>
         <bild4>Bilder/Projektbilder/gm_4.jpg</bild4>
            <theURL>
    <![CDATA[
    <p>
    <a target="_blank" href="http://www.gin-mum.com">www.gin-mum.com</a>
    </p>
    ]]>
    </theURL>
       </beispiel>
       <beispiel>
         <screenshot>Bilder/Projektbilder/hz.jpg</screenshot>
         <name>Imagefilm für Johanna Schäfer</name>
         <kategorie>Videoprodution</kategorie>
         <beschreibung>Videoediting für Johanna Schäfer</beschreibung>
         <aufgabenfeld>Aufgabenbereich: * Videoediting</aufgabenfeld>
         <bild1>Bilder/Projektbilder/hz_1.jpg</bild1>
         <bild2>Bilder/Projektbilder/hz_2.jpg</bild2>
         <bild3>Bilder/Projektbilder/hz_3.jpg</bild3>
         <bild4>Bilder/Projektbilder/hz_4.jpg</bild4>
        </beispiel>
       <beispiel>
         <screenshot>Bilder/Projektbilder/SRB.jpg</screenshot>
         <name>Sounddesign Radio SRB</name>
         <kategorie>Musikproduktion</kategorie>
         <beschreibung>Media powerplant produzierte das gesamte 
    Sounddesign für den regionalen Radiosender SRB. Dabei wurden 
    hauptsächlich Musikbetten und Radiojingles produziert.</beschreibung>
         <aufgabenfeld>Aufgabenbereich: * Sounddesign * Musikkomposition * 
    Musikproduktion</aufgabenfeld>
         <bild1>Bilder/Projektbilder/waves.jpg</bild1>
         <bild2>Bilder/Projektbilder/peakmeter.jpg</bild2>
         <bild3>Bilder/Projektbilder/mixpult.jpg</bild3>
         <bild4>Bilder/Projektbilder/mics.jpg</bild4>
        <MP3>
            <![CDATA[
            <embed src="Songs/Electro/Hintergrund_3.mp3" autostart="false" 
    loop="false" width="300" height="18" controller="true" id="rock.mp3" 
    name="bg song" pluginspage=            "http://www.apple.com/quicktime/
    download/"> </embed>
          ]]>
        </MP3>
       </beispiel>
       <beispiel>
         <screenshot>Bilder/Projektbilder/Logo_earthTV.jpg</screenshot>
         <name>EarthTV Musik</name>
         <kategorie>Musikproduktion</kategorie>
         <beschreibung>Komposition und Produktion des Stückes "Steil" im 
    Auftrag von EarthTV für deren Sendeformat bei Sevenload.</beschreibung>
         <aufgabenfeld>Aufgabenbereich:* Musikkompostion * 
    Musikproduktion</aufgabenfeld>
         <bild1>Bilder/Projektbilder/peakmeter.jpg</bild1>
         <bild2>Bilder/Projektbilder/headphones.jpg</bild2>
         <bild3>Bilder/Projektbilder/keyboard.jpg</bild3>
         <bild4>Bilder/Projektbilder/mic.jpg</bild4>
         <theURL>
    <![CDATA[
    <p>
    <a target="_blank" href="http://de.sevenload.com/sendungen/
    earthTV">EarthTV bei www.Sevenload.de</a>
    </p>
    ]]>
    </theURL>
    <MP3>
            <![CDATA[
            <embed src="Songs/Electro/Steil.mp3" autostart="false" loop="false" 
    width="300" height="18" controller="true" id="rock.mp3" name="bg song" 
    pluginspage=            "http://www.apple.com/quicktime/download/"> </embed>
          ]]>
        </MP3>
       </beispiel>
    </referenz>
    Are you still with me? :-)
    Attached you'll find what it looks like with Firefox and with InternetExplorer.

    Hmm, stil not working. But thanks for your support!
    Here is the modified XML-code: (the not shown elements are highlighted)
    <?xml version="1.0" encoding="UTF-8"?>
    <referenz>
        <beispiel>
        <screenshot>Bilder/Projektbilder/impulstv.jpg</screenshot>
        <name><![CDATA[Sounddesign ImpulsTV]]></name>
        <kategorie><![CDATA[Musikproduktion]]></kategorie>
    <beschreibung><![CDATA[Produktion des Musikstückes "Today" für Imagefilm der Firma ImpulsTV]]></beschreibung>
        <aufgabenfeld>Aufgabenbereich: * Musikkomposition * Musikproduktion</aufgabenfeld>
        <bild1>Bilder/Projektbilder/mics.jpg</bild1>
        <bild2>Bilder/Projektbilder/misch2.jpg</bild2>
        <bild3>Bilder/Projektbilder/keyboard.jpg</bild3>
        <bild4>Bilder/Projektbilder/headphones.jpg</bild4>
    <MP3>
      <![CDATA[
    <embed src="Songs/Referenzen/Today.mp3" autostart="false" loop="false" width="300" height="18" controller="true" id="rock.mp3" name="bg song" pluginspage= "http://www.apple.com/quicktime/download/"> </embed>
      ]]>
    </MP3>
      </beispiel>
       <beispiel>
        <screenshot>Bilder/Projektbilder/gm.jpg</screenshot>
       <name><![CDATA[Webdesign gin-mum.com]]></name>
        <kategorie><![CDATA[Webdesign]]></kategorie>
        <beschreibung><![CDATA[Design, Programmierung und Webspace-Hosting der Internetpräsenz für die Münchner Band gin mum.]]></beschreibung>
        <aufgabenfeld>Aufgabenbereich: * Webdesign * Hosting und Domain * Programmierung</aufgabenfeld>
        <bild1>Bilder/Projektbilder/gm_1.jpg</bild1>
        <bild2>Bilder/Projektbilder/gm_2.jpg</bild2>
        <bild3>Bilder/Projektbilder/gm_3.jpg</bild3>
        <bild4>Bilder/Projektbilder/gm_4.jpg</bild4>
        <theURL>
    <![CDATA[
    <p>
    <a target="_blank" href="http://www.gin-mum.com">www.gin-mum.com</a>
    </p>
    ]]>
    </theURL>
      </beispiel>
      <beispiel>
        <screenshot>Bilder/Projektbilder/hz.jpg</screenshot>
       <name><![CDATA[Imagefilm für Johanna Schäfer]]></name>
        <kategorie><![CDATA[Videoprodution]]></kategorie>
        <beschreibung><![CDATA[Videoediting für Mediengestalterin und Fotografin Johanna Schäfer.]]></beschreibung>
        <aufgabenfeld>Aufgabenbereich: * Videoediting</aufgabenfeld>
        <bild1>Bilder/Projektbilder/hz_1.jpg</bild1>
        <bild2>Bilder/Projektbilder/hz_2.jpg</bild2>
        <bild3>Bilder/Projektbilder/hz_3.jpg</bild3>
        <bild4>Bilder/Projektbilder/hz_4.jpg</bild4>
    <theURL>
    <![CDATA[
    <p>
    <a target="_blank" href="http://hanna-schaefer.de/">Website von Johanna Schäfer</a>
    </p>
    ]]>
    </theURL>
    </beispiel>
      <beispiel>
        <screenshot>Bilder/Projektbilder/SRB.jpg</screenshot>
       <name><![CDATA[Sounddesign Radio SRB]]></name>
        <kategorie><![CDATA[Musikproduktion]]></kategorie>
        <beschreibung><![CDATA[Media powerplant produzierte das gesamte Sounddesign für den regionalen Radiosender SRB. Dabei wurden hauptsächlich Musikbetten und Radiojingles produziert.]]></beschreibung>
        <aufgabenfeld>Aufgabenbereich: * Sounddesign * Musikkomposition * Musikproduktion</aufgabenfeld>
        <bild1>Bilder/Projektbilder/waves.jpg</bild1>
        <bild2>Bilder/Projektbilder/peakmeter.jpg</bild2>
        <bild3>Bilder/Projektbilder/mixpult.jpg</bild3>
        <bild4>Bilder/Projektbilder/mics.jpg</bild4>
    <MP3>
      <![CDATA[
    <embed src="Songs/Electro/Hintergrund_3.mp3" autostart="false" loop="false" width="300" height="18" controller="true" id="rock.mp3" name="bg song" pluginspage= "http://www.apple.com/quicktime/download/"> </embed>
      ]]>
    </MP3>
      </beispiel>
      <beispiel>
        <screenshot>Bilder/Projektbilder/Logo_earthTV.jpg</screenshot>
       <name><![CDATA[EarthTV Musik]]></name>
        <kategorie><![CDATA[Musikproduktion]]></kategorie>
        <beschreibung><![CDATA[Komposition und Produktion des Stückes "Steil" im Auftrag von EarthTV für deren Sendeformat bei Sevenload.]]></beschreibung>
        <aufgabenfeld>Aufgabenbereich:* Musikkompostion * Musikproduktion</aufgabenfeld>
        <bild1>Bilder/Projektbilder/peakmeter.jpg</bild1>
        <bild2>Bilder/Projektbilder/headphones.jpg</bild2>
        <bild3>Bilder/Projektbilder/keyboard.jpg</bild3>
        <bild4>Bilder/Projektbilder/mic.jpg</bild4>
        <theURL>
    <![CDATA[
    <p>
    <a target="_blank" href="http://de.sevenload.com/sendungen/earthTV">EarthTV bei www.Sevenload.de</a>
    </p>
    ]]>
    </theURL>
    <MP3>
      <![CDATA[
    <embed src="Songs/Electro/Steil.mp3" autostart="false" loop="false" width="300" height="18" controller="true" id="rock.mp3" name="bg song" pluginspage= "http://www.apple.com/quicktime/download/"> </embed>
      ]]>
    </MP3>
      </beispiel>
      <beispiel>
        <screenshot>Bilder/Projektbilder/Ortner_video.jpg</screenshot>
       <name><![CDATA[Webdesign christian-ortner.de]]></name>
        <kategorie><![CDATA[Webdesign]]></kategorie>
        <beschreibung><![CDATA[Design, Programmierung und Webspace-Hosting der Internetpräsenz für den Berufsmusiker Christian Ortner.]]></beschreibung>
        <aufgabenfeld>Aufgabenbereich: * Webdesign * Hosting und Domain * Programmierung</aufgabenfeld>
        <bild1>Bilder/Projektbilder/Ortner_projekte.jpg</bild1>
        <bild2>Bilder/Projektbilder/Ortner_video.jpg</bild2>
        <bild3>Bilder/Projektbilder/Ortner_MP3.jpg</bild3>
        <bild4>Bilder/Projektbilder/Ortner_kontakt.jpg</bild4>
        <theURL>
    <![CDATA[
    <p>
    <a target="_blank" href="http://www.christian-ortner.de">www.christian-ornter.de</a>
    </p>
    ]]>
    </theURL>
      </beispiel>
      <beispiel>
        <screenshot>Bilder/Projektbilder/henriette_1.jpg</screenshot>
        <name><![CDATA[Sounddesign für Filmprojekt]]></name>
        <kategorie><![CDATA[Musikproduktion]]></kategorie>
        <beschreibung><![CDATA[Sounddesign und Titeltrack des Abschlussfilms der beiden  Filmhochschule Ilmenau - Absolventen Suzanna Gorolova und Laura Süßenguth.]]></beschreibung>
        <aufgabenfeld>Aufgabenbereich: * Sounddesign * Musikkomposition</aufgabenfeld>
        <bild1>Bilder/Projektbilder/henriette_1.jpg</bild1>
        <bild2>Bilder/Projektbilder/henriette_2.jpg</bild2>
        <bild3>Bilder/Projektbilder/henriette_3.jpg</bild3>
        <bild4>Bilder/Projektbilder/henriette_4.jpg</bild4>
    <MP3>
      <![CDATA[
    <embed src="Songs/Referenzen/Henriette.mp3" autostart="false" loop="false" width="300" height="18" controller="true" id="rock.mp3" name="bg song" pluginspage= "http://www.apple.com/quicktime/download/"> </embed>
      ]]>
    </MP3>
        <theURL>
    <![CDATA[
    <p>
    Hier kann man das Video sehen:
    <a target="_blank" href="http://www.youtube.com/watch?v=LdBnFKNVhTY">Henriette auf Youtube</a>
    </p>
    ]]>
    </theURL>
      </beispiel>
      <beispiel>
        <screenshot>Bilder/Projektbilder/she_1.jpg</screenshot>
       <name><![CDATA[Musikvideo "She said" für die Band gin mum]]></name>
        <kategorie><![CDATA[Videoprodution]]></kategorie>
        <beschreibung><![CDATA[Musikvideo für das Lied "She said" der lokalen Rock-Pop Band gin mum.]]></beschreibung>
        <aufgabenfeld>Aufgabenbereich: * Videoediting</aufgabenfeld>
        <bild1>Bilder/Projektbilder/she_1.jpg</bild1>
        <bild2>Bilder/Projektbilder/she_2.jpg</bild2>
        <bild3>Bilder/Projektbilder/she_3.jpg</bild3>
        <bild4>Bilder/Projektbilder/she_4.jpg</bild4>
    <theURL>
    <![CDATA[
    <p>
    <a target="_blank" href="http://www.gin-mum.com">www.gin-mum.com</a>
    </p>
    ]]>
    </theURL>
      </beispiel>
      <beispiel>
        <screenshot>Bilder/Projektbilder/Sim_thumb.jpg</screenshot>
        <name><![CDATA[Imagefilm für die Firma "Sim-Events"]]></name>
        <kategorie><![CDATA[Videoproduktion]]></kategorie>
        <beschreibung><![CDATA[Produkttrailer und Imagefilm für die Simbacher Eventmanagement Firma Sim-events.]]></beschreibung>
        <aufgabenfeld>Aufgabenbereich: * 3D Grafik-Animation * Musikkomposition * Musikproduktion</aufgabenfeld>
        <bild1>Bilder/Projektbilder/Sim_1.jpg</bild1>
        <bild2>Bilder/Projektbilder/Sim_2.jpg</bild2>
        <bild3>Bilder/Projektbilder/Sim_3.jpg</bild3>
        <bild4>Bilder/Projektbilder/Sim_4.jpg</bild4>
    <MP3>
      <![CDATA[
    <embed src="Songs/Referenzen/Sim.mp3" autostart="false" loop="false" width="300" height="18" controller="true" id="rock.mp3" name="bg song" pluginspage= "http://www.apple.com/quicktime/download/"> </embed>
      ]]>
    </MP3>
      </beispiel>
      <beispiel>
        <screenshot>Bilder/Projektbilder/Logo_earthTV.jpg</screenshot>
        <name><![CDATA[EarthTV Musik]]></name>
        <kategorie><![CDATA[Musikproduktion]]></kategorie>
        <beschreibung><![CDATA[Komposition und Produktion des Stückes "Horizon" im Auftrag von EarthTV für deren Webstreaming-Formate.]]></beschreibung>
        <aufgabenfeld>Aufgabenbereich: * Musikkompostion * Musikproduktion</aufgabenfeld>
        <bild1>Bilder/Projektbilder/mischklein.jpg</bild1>
        <bild2>Bilder/Projektbilder/headphones.jpg</bild2>
        <bild3>Bilder/Projektbilder/misch2.jpg</bild3>
        <bild4>Bilder/Projektbilder/mic.jpg</bild4>
    <theURL>
    <![CDATA[
    <p>
    <a target="_blank" href="http://www.wetter.com/webcams_galerien/earthtv/">EarthTV bei www.wetter.com</a>
    </p>
    ]]>
    </theURL>
    <theURL2>
    <![CDATA[
    <p>
    <a target="_blank" href="http://www.hamburg-tourism.de/sehenswertes/webcam-earthtv/">EarthTV auf www.Hamburg-tourism.de</a>
    </p>
    ]]>
    </theURL2>
    <MP3>
      <![CDATA[
    <embed src="Songs/Chill/Elf.mp3" autostart="false" loop="false" width="300" height="18" controller="true" id="rock.mp3" name="bg song" pluginspage= "http://www.apple.com/quicktime/download/"> </embed>
      ]]>
    </MP3>
      </beispiel>
      <beispiel>
        <screenshot>Bilder/Projektbilder/like_2.jpg</screenshot>
       <name><![CDATA[Musikvideo "like a fool" für die Band gin mum]]></name>
        <kategorie><![CDATA[Videoproduktio]]>n</kategorie>
        <beschreibung><![CDATA[Editing des Musikvideos "Like a Fool" für die Münchner Band "gin mum".]]></beschreibung>
        <aufgabenfeld>Aufgabenbereich: * Videoediting</aufgabenfeld>
        <bild1>Bilder/Projektbilder/like_1.jpg</bild1>
        <bild2>Bilder/Projektbilder/like_2.jpg</bild2>
        <bild3>Bilder/Projektbilder/like_3.jpg</bild3>
        <bild4>Bilder/Projektbilder/like_4.jpg</bild4>
    <theURL>
    <![CDATA[
    <p>
    <a target="_blank" href="http://www.gin-mum.com">www.gin-mum.com</a>
    </p>
    ]]>
    </theURL>
      </beispiel>
      <beispiel>
        <screenshot>Bilder/Projektbilder/eromat.jpg</screenshot>
        <name><![CDATA[Eromat Musikproduktion]]></name>
        <kategorie><![CDATA[Musikproduktion]]></kategorie>
        <beschreibung><![CDATA[Titeltrack für Hörbuch des Eromat Verlages und Corporate Sounddesign in Form eines Jingles für den Verlag]]></beschreibung>
        <aufgabenfeld>Aufgabenbereich: * Musikkompostion * Musikproduktion</aufgabenfeld>
        <bild1>Bilder/Projektbilder/mischklein.jpg</bild1>
        <bild2>Bilder/Projektbilder/headphones.jpg</bild2>
        <bild3>Bilder/Projektbilder/misch2.jpg</bild3>
        <bild4>Bilder/Projektbilder/mic.jpg</bild4>
    <MP3>
      <![CDATA[
    <embed src="Songs/Referenzen/Eromat.mp3" autostart="false" loop="false" width="300" height="18" controller="true" id="rock.mp3" name="bg song" pluginspage= "http://www.apple.com/quicktime/download/"> </embed>
      ]]>
    </MP3>
      </beispiel>
      <beispiel>
        <screenshot>Bilder/Projektbilder/Wildcats-Cover.jpg</screenshot>
        <name><![CDATA[Highlight Video Kirchdorf Wildcats]]></name>
        <kategorie><![CDATA[Videoproduktion]]></kategorie>
        <beschreibung><![CDATA[Jahresrückblicksvideo der Kirchdorf Wildcats, American Football Mannschaft der 2.Bundesliga.]]></beschreibung>
        <aufgabenfeld>Aufgabenbereich: * Videoediting * DVD-Authoring * Cover Design * Musikkompostion * Musikproduktion</aufgabenfeld>
        <bild1>Bilder/Projektbilder/Wildcats-Cover.jpg</bild1>
        <bild2>Bilder/Projektbilder/Wildcats_davor.jpg</bild2>
        <bild3>Bilder/Projektbilder/Wildcats_Spiel.jpg</bild3>
        <bild4>Bilder/Projektbilder/Wildcats_touchdown.jpg</bild4>
    <MP3>
      <![CDATA[
    <embed src="Songs/Referenzen/Wildcats.mp3" autostart="false" loop="false" width="300" height="18" controller="true" id="rock.mp3" name="bg song" pluginspage= "http://www.apple.com/quicktime/download/"> </embed>
      ]]>
    </MP3>
      </beispiel>
    </referenz>
    Anyhing wrong with that or is the syntax correct so far?
    Then you said that I have to change the columne type..... Right now I have those two columnes ("name" and "kategorie") set to "string" as you can see in the attached screenshot. Is that correct? If it is, the mistake must be something else I'm afraid.
    Again, thanks for your support! :-)
    And by the way, merry Christmas everybody! :-)

  • HD computer-based slide show with music

    I've been asked to do a 1024x768 slide looped slide show with background music. I know using Encore slide show to make a DVD will not supply the HD requirement. If I can play the show on a PC, I can output to a digital projector at that resolution and to an audio amplifier and speakers. Many programs will do PC slide shows for 1024x768 images, but I haven't found any that will sync to wav or MP3 audio and loop the package. Does anyone have a recommendation within or outside Adobe software?

    Premiere Pro might do what you need here.
    It will certainly handle the HD part, but you're gonna need a serious system to set this up.
    Premiere's HD editing will go to the following resolutions:
    1440x1080 @ 16:9
    960x720 @ 16:9
    After Effects will do 1280x1080 @ 16:9
    1024x768 is not an HD spec resolution.
    It might be supported under WMV though.

  • Would like to use song from Itunes as background music for blog, How do I?

    Would like to use a song I have in my Itunes library as background music in my blog. Does anyone know how? New to computing and not great on the lingo just yet. Thanks

    I'll give you my recipe to attain your goal. Then, please, tell me if it worked.
    First of all, you need some MB of disc space on the web, and almost all of the e-mail providers (such hotmail.com, msn.com aol.com andso.on) can give you this chance.
    Second step, you have to download, install on your computer and set with your web space information, an ftp browser such as SoftX FTP Client ( http://www.softx.org/ftp-download.html ) or Terrapin FTP Browser ( http://www.pcadvisor.co.uk/downloads/index.cfm?categoryID=1470&itemID=6574 ).
    Third step, you have to reduce the mp3 bitrate of your song whether it's more than 128 kbps, to make sure it won't be too heavy to load when someone visit your blog. To do this, you must open the Preference panel of iTunes (in Windows version of it usually in tools menu), click on advanced, click on import and then choose import using mp3 encoding and set the bitrate to 128 kbps (less is better) and confirm. Now select your song, right click on it and click on convert selection to mp3. When the operation will end, you'll have two files of the same song. Right click on the new one and click on "show file". An Explorer window will open with the right file already selected. Just drag and drop it on the FTP browser (is better if you correct the name of the song and put out spaces between the words before the uploading - i.e.: "Storm in a tea cup.mp3" will become storminateacup.mp3 or storm.mp3, far better) and it will be uploaded to your web space. Obviously, if your file is already at a low bitrate (lower than 128), you must jump the "Preference panel setting" step and the "convert to mp3" step.
    Final step: your blog
    this is the standard html syntax, accepted by almost all of the blog providers:
    '<embed src="http://YOURWEBADDRESS/NAMEOFTHESONG.mp3" autostart=false loop=false volume='85' width=425 height=40>'
    Be careful: you have to write correctly your web address and the name of the song, because the html language is case sensitive.
    put autostart=true if you'd like to hear the song as you open the blog and loop=true if you like to hear your song again and again. You can also set the volume as you like (0-100 is the range) and put to 0 both width and height if you like to make the song bar invisible.
    You can put the code either in a post or in the blog page, as it will be the soundtrack for the blog or just for a single post.
    Enjoy it
    slowly, slowly catch the monkey

  • Embedded QT loading behavior (brief question)

    I've got several embedded QT players loading mp3 files on one page of my blog. Does anyone know how to prevent the file from loading until the viewer has hit the play button? The accumulation of loading files not good for most bandwidths. I DO want multiple players embedded on the same page, just dont want the files called until requested. Here's the embed I'm using:
    <embed src= "http://www.myserver/myfile.mp3" autostart="false" loop="true" align="left" height="24" width="308" autohref="false"></embed>
    thanks- the help is appreciated.

    I think that if the controller is visible it is bound to download the audio. What you could do is present a single frame movie to invite the user to click to hear the audio. Here's an article on the general technique of having a poster, that when clicked on will load the real movie (or MP3 in your case):
    http://www.oreillynet.com/pub/a/oreilly/digitalmedia/2006/09/29/two-slick-quickt ime-tricks.html?page=2
    BTW, in doing this you are making the user use QuickTIme, and some who use other plugins to play MP3, and don't have QuickTime installed, may not like it! There's probably a way to detect QuickTime, and to let the MP3 load as normal if the user doesn't have QuickTime.

  • How does one remove inserted HTML?

    I inserted HTML on a page and it must now be removed. I know it is there in the HTML code, but it does not show when I "Insert HTML" from the Object dropdown.How can I remove the code?

    I finally noticed the embedded HTML object on the page and cntrl-clicked; voila, embedded code was there. I deleted/emptied the contects and exported HTML again. Sadly, more embedded HTML code persists and the HTML object panel is now empty. How do I clean the .muse file?  Here is the embedded code:
      <div class="grpelem" id="u953"><!-- custom html -->
        <embed src=“moosic.mp3" autostart="true" loop="false" hidden="true"></embed>
    </div>
       <div class="grpelem" id="u955"><!-- custom html -->
        <embed src=“moosic.mp3" autostart="true" loop="false" hidden="true"></embed>
    </div>
       <div class="grpelem" id="u957"><!-- custom html --></div>

  • Code source

    J'ai inséré sur mon site des musiques mp3 avec un widgetplayer (Musegrid), que souhaiterais vendre. Seulement, lorsque je clic à droite avec la souris pour afficher le code source de la page, un liens src"assets/test1.mp3" s'affiche et lorsque je clic dessus il me télécharge directement le titre sur l'ordinateur... Et bien sur gratuitement...
    Une solution?

    Bonjour,
    Voici ceux qui apparait sur ma page code source:
         </div>
         <div class="shadow gradient rounded-corners clearfix grpelem" id="u14048"><!-- group -->
          <div class="grpelem" id="u14033"><!-- custom html -->
           <audio src="assets/test2.mp3" preload="auto"   loop="loop"></audio>
    et si je clic sur "assets/test2.mp3", le titre mp3 se téléchargera automatiquement sur l'ordinateur, lorsque la page est affiché en "prévisualiser le site dans le navigateur".
    Je me demande si c'est pareil lorsque le site sera lancé.
    Cordialement,
    Julien

  • Embedded audio doesn't play on iPad or iPhone

    I have embedded HTML code in my homepage for audio to play:
    <embed src="playit.mp3" autostart="true" loop="false" hidden="true"></embed>
    which plays OK on desktops and laptops, but does not play on iPads or iPhones.
    Does anyone else experience this with their embedded audio code?
    Is this phenomenon a quirk of iPad/iPhone that requires some special coding?
    All feedback welcome.

    If you're hosting with Business Catalyst, please re-try publishing All Files through Upload options (and not just the modified files), clear mobile browser cache and check again. If that doesn't help, please share the site URL.
    A similar thread here for reference that may be helpful - http://forums.adobe.com/message/5265500.
    Thanks,
    Vinayak

  • Does Firefox 22 no longer permit autoplay of audio/video?

    I built some websites using
    <embed src="xyz.mp3" autostart="true" loop="false" hidden="true"></embed>
    to autoplay some audio, and it used to work in Firefox up until release 21 or 22 -- my audio no longer plays. Is my code now obsolete or does Firefox now disallow autoplay? Notes: (1) other browsers still autoplay; (2) not all sound is blocked in Firefox -- I can still play and hear Youtubes, for example.

    If the embed has a hidden attribute then Firefox will not play the file, so you need to use other ways if you really want to hide the player (CSS: style="height:0; width:0;")<br />
    You may also need to use autostart="1" instead of true.
    *Bug 890516 - Embedded audio stopped working after installing FF 22
    *Bug 614825 - <embed> should be display:none; when hidden attribute is set
    <i>Please DO NOT comment in bug reports: https://bugzilla.mozilla.org/page.cgi?id=etiquette.html</i>

  • How to use incidental sounds

    Hi everybody
    I need that when de user click a button, an incidental sound starts to play, i don't know how to use an audio player or sth like that
    Can you please help me??? Thaks =)

    Check the post about buss.js or edge common.
    For example, with buzz.js:
      yepnope(
        nope:[
            'js/buzz.js',
        complete: init
    function init() {
                        yourSound= new buzz.sound("media/yourSound", {formats: ["mp3", "ogg", "wav"],
                        loop: 'true'});
    // use this where you need.
    yourSound.play();

Maybe you are looking for

  • How to get rid of automatically created Mail and iCal accounts on client?

    I have recently setup an OS X 10.6 Server for our small office. I got the domain name wrong in the initial install and fixed this by doing a complete clean reinstall of OS X 10.6 server (now upgraded to 10.6.4). The problem is that one of the OS X 10

  • I don't know how to reinstall the Mac App Store after I deleted it on my Mac!

    HELP! I deleted the Mac App Store because it hasn't been working for a few days now, every time I tried to download an app it said "Connection Failed" my internet is working and connected properly, I type in all the correct info for my apple ID/Passw

  • OIM - Error updating the Teminal Services Attributes for a Users AD account

    Hi, I am trying to populate 'Terminal Profile Path', 'Terminal Home Directory' and 'Terminal Allow Login' attributes for a users Active DIrectory account from the OIM admin interface. and the request keeps getting rejected in OIM. *1) I get the below

  • Runtime acces to append structure

    Hi All! Do any of you gurus know if it is possible to add an append structure to a table allready imported into webdynpro, and then dynamically gain access to the field runtime? Our scenarios is that we have created an application that makes use of d

  • Weight unit on order confirmation

    Dear all, We created a sales order with materials for which the MM weight unit was in KG. We added them in the sales order with weight unit LB and also changed the weight. The gross weight for the sales order at header level is now displayed in LB bu