<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Look at the sample Audio in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/HTML-audio-player-unable-to-play-MP3-files/m-p/1031931#M42363</link>
    <description>&lt;P&gt;Look at the sample Audio player. You can get an overview.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/gomobile/sample-audio-player" target="_blank"&gt;https://github.com/gomobile/sample-audio-player&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Oct 2015 18:21:37 GMT</pubDate>
    <dc:creator>Amrita_C_Intel</dc:creator>
    <dc:date>2015-10-12T18:21:37Z</dc:date>
    <item>
      <title>HTML audio player unable to play MP3 files.</title>
      <link>https://community.intel.com/t5/Software-Archive/HTML-audio-player-unable-to-play-MP3-files/m-p/1031928#M42360</link>
      <description>&lt;P&gt;Sorry in advance for this stupid question as im a new user of Intel XDK and have only had it for 4 days or so.&lt;/P&gt;

&lt;P&gt;So I have for a day or two now tried to get the standard HTML audio player to play MP3 files in Intel XDK.&lt;BR /&gt;
	&lt;BR /&gt;
	My folders are structured like this:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="repository.PNG"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/7488iE10493A18F91EF16/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="repository.PNG" alt="repository.PNG" /&gt;&lt;/span&gt;&lt;BR /&gt;
	Inside the music folder I have placed a Mp3 file called "song.mp3". But after I have added the audio player it wont play the Mp3 file. I have tried it both with the emulator and actually made a android build and tried it on my Sony Xperia Z3 compact but it wont work on neither of them.&lt;BR /&gt;
	All the buttons on the audio player just becomes grey like there isnt anything to play and no matter what I do it wont work. I have tried using a .wav files instead (of the same song, just converted) and then it works.&lt;/P&gt;

&lt;P&gt;The code for the audio player looks like this. And it's written inside the "index.html" file so the source file path should be "music/song.mp3" if im not misstaken right?&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;&amp;lt;audio class="widget uib_w_1 d-margins" data-uib="media/audio" data-ver="0" controls="controls"&amp;gt;
                &amp;lt;source src="music/song.mp3" type="audio/mpeg"&amp;gt;
&amp;lt;/audio&amp;gt;&lt;/PRE&gt;

&lt;P&gt;I have tried writing the code in myself and using the designer but neither seems to work. I dont want to use .wav files because (correct me if im wrong) but not all phones support .wav format files.&lt;BR /&gt;
	&lt;BR /&gt;
	What am I doing wrong?&amp;nbsp;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Is this a bug or common problem?&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;BR /&gt;
	Sorry in advance if this thread got placed in the wrong section.&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2015 08:59:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/HTML-audio-player-unable-to-play-MP3-files/m-p/1031928#M42360</guid>
      <dc:creator>Mikael_L_</dc:creator>
      <dc:date>2015-04-19T08:59:46Z</dc:date>
    </item>
    <item>
      <title>Have you enabled to correct</title>
      <link>https://community.intel.com/t5/Software-Archive/HTML-audio-player-unable-to-play-MP3-files/m-p/1031929#M42361</link>
      <description>&lt;P&gt;Have you enabled to correct plugins for the app? You can do this under Projects tab, Cordova plugins.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2015 13:11:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/HTML-audio-player-unable-to-play-MP3-files/m-p/1031929#M42361</guid>
      <dc:creator>John_H_Intel2</dc:creator>
      <dc:date>2015-04-20T13:11:02Z</dc:date>
    </item>
    <item>
      <title>Exactly which plugin do you</title>
      <link>https://community.intel.com/t5/Software-Archive/HTML-audio-player-unable-to-play-MP3-files/m-p/1031930#M42362</link>
      <description>&lt;P&gt;Exactly which plugin do you have in mind? I have enabled the "Player" plugin in the Cordova plugin menu&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2015 13:58:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/HTML-audio-player-unable-to-play-MP3-files/m-p/1031930#M42362</guid>
      <dc:creator>Mikael_L_</dc:creator>
      <dc:date>2015-04-20T13:58:02Z</dc:date>
    </item>
    <item>
      <title>Look at the sample Audio</title>
      <link>https://community.intel.com/t5/Software-Archive/HTML-audio-player-unable-to-play-MP3-files/m-p/1031931#M42363</link>
      <description>&lt;P&gt;Look at the sample Audio player. You can get an overview.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/gomobile/sample-audio-player" target="_blank"&gt;https://github.com/gomobile/sample-audio-player&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2015 18:21:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/HTML-audio-player-unable-to-play-MP3-files/m-p/1031931#M42363</guid>
      <dc:creator>Amrita_C_Intel</dc:creator>
      <dc:date>2015-10-12T18:21:37Z</dc:date>
    </item>
  </channel>
</rss>

