<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Using the html5 audio element from javascript	</title>
	<atom:link href="https://www.binarytides.com/using-html5-audio-element-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.binarytides.com/using-html5-audio-element-javascript/</link>
	<description>News, Technology, Entertainment and more</description>
	<lastBuildDate>Thu, 28 Jul 2016 23:10:33 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: Keith		</title>
		<link>https://www.binarytides.com/using-html5-audio-element-javascript/comment-page-1/#comment-90060</link>

		<dc:creator><![CDATA[Keith]]></dc:creator>
		<pubDate>Thu, 28 Jul 2016 23:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=4047#comment-90060</guid>

					<description><![CDATA[Thank you for the note about run-time muting. I could not find that anywhere else!]]></description>
			<content:encoded><![CDATA[<p>Thank you for the note about run-time muting. I could not find that anywhere else!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: shirish		</title>
		<link>https://www.binarytides.com/using-html5-audio-element-javascript/comment-page-1/#comment-68797</link>

		<dc:creator><![CDATA[shirish]]></dc:creator>
		<pubDate>Thu, 25 Feb 2016 11:50:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=4047#comment-68797</guid>

					<description><![CDATA[Very good tutorial but i think to play sound javascript is the best option i found a good tutorial with demo to play sound using javascript http://talkerscode.com/webtricks/play-sound-on-notification-using-javascript-and-php.php]]></description>
			<content:encoded><![CDATA[<p>Very good tutorial but i think to play sound javascript is the best option i found a good tutorial with demo to play sound using javascript <a href="http://talkerscode.com/webtricks/play-sound-on-notification-using-javascript-and-php.php" rel="nofollow ugc">http://talkerscode.com/webtricks/play-sound-on-notification-using-javascript-and-php.php</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Silver Moon		</title>
		<link>https://www.binarytides.com/using-html5-audio-element-javascript/comment-page-1/#comment-65458</link>

		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Thu, 23 May 2013 11:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=4047#comment-65458</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.binarytides.com/using-html5-audio-element-javascript/comment-page-1/#comment-65457&quot;&gt;Richard Dickinson&lt;/a&gt;.

thanks for pointing it out. made the correction.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.binarytides.com/using-html5-audio-element-javascript/comment-page-1/#comment-65457">Richard Dickinson</a>.</p>
<p>thanks for pointing it out. made the correction.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Richard Dickinson		</title>
		<link>https://www.binarytides.com/using-html5-audio-element-javascript/comment-page-1/#comment-65457</link>

		<dc:creator><![CDATA[Richard Dickinson]]></dc:creator>
		<pubDate>Thu, 23 May 2013 10:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=4047#comment-65457</guid>

					<description><![CDATA[Hi nice article....thanks

I have to say the first point is wrong though afaik... HTML5 audio controls only display if the &#039;controls&#039; attribute is present in the audio tag. In your example you have left this out! Your example needs javascript / html/css controls added (unless you want autoplay where you simply add attribute &#039;autoplay&#039; to the audio tag). Best wishes :-)]]></description>
			<content:encoded><![CDATA[<p>Hi nice article&#8230;.thanks</p>
<p>I have to say the first point is wrong though afaik&#8230; HTML5 audio controls only display if the &#8216;controls&#8217; attribute is present in the audio tag. In your example you have left this out! Your example needs javascript / html/css controls added (unless you want autoplay where you simply add attribute &#8216;autoplay&#8217; to the audio tag). Best wishes :-)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Silver Moon		</title>
		<link>https://www.binarytides.com/using-html5-audio-element-javascript/comment-page-1/#comment-65398</link>

		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Sun, 12 May 2013 14:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=4047#comment-65398</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.binarytides.com/using-html5-audio-element-javascript/comment-page-1/#comment-65397&quot;&gt;Richard Dickinson&lt;/a&gt;.

The canPlayType() method can return one of the following values :

&quot;probably&quot; - the browser most likely supports this audio/video type and will be able to play it.
&quot;maybe&quot; - the browser might support this audio/video type.
&quot;&quot; - (empty string) the browser does not support this audio/video type

empty string clearly indicates that the media type cannot be played. so it can be used to detect support for a given format or type.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.binarytides.com/using-html5-audio-element-javascript/comment-page-1/#comment-65397">Richard Dickinson</a>.</p>
<p>The canPlayType() method can return one of the following values :</p>
<p>&#8220;probably&#8221; &#8211; the browser most likely supports this audio/video type and will be able to play it.<br />
&#8220;maybe&#8221; &#8211; the browser might support this audio/video type.<br />
&#8220;&#8221; &#8211; (empty string) the browser does not support this audio/video type</p>
<p>empty string clearly indicates that the media type cannot be played. so it can be used to detect support for a given format or type.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Richard Dickinson		</title>
		<link>https://www.binarytides.com/using-html5-audio-element-javascript/comment-page-1/#comment-65397</link>

		<dc:creator><![CDATA[Richard Dickinson]]></dc:creator>
		<pubDate>Sun, 12 May 2013 11:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=4047#comment-65397</guid>

					<description><![CDATA[Hi thanks for this post- I especially wanted a js file format check but the result makes me want to laugh or cry! 

Eg:
ogg support status probably
mp3 support status maybe
wav support status probably
m4a support status maybe


What&#039;s with probably/maybe? Yes or no would be good!  :-)  :-(]]></description>
			<content:encoded><![CDATA[<p>Hi thanks for this post- I especially wanted a js file format check but the result makes me want to laugh or cry! </p>
<p>Eg:<br />
ogg support status probably<br />
mp3 support status maybe<br />
wav support status probably<br />
m4a support status maybe</p>
<p>What&#8217;s with probably/maybe? Yes or no would be good!  :-)  :-(</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
