<?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: Audio In Web Pages</title>
	<atom:link href="http://www.codedread.com/blog/archives/2006/04/20/audio-in-web-pages/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codedread.com/blog/archives/2006/04/20/audio-in-web-pages/</link>
	<description></description>
	<lastBuildDate>Tue, 17 Jan 2012 21:56:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jonny</title>
		<link>http://www.codedread.com/blog/archives/2006/04/20/audio-in-web-pages/comment-page-1/#comment-413</link>
		<dc:creator>Jonny</dc:creator>
		<pubDate>Sat, 22 Apr 2006 11:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/?p=250#comment-413</guid>
		<description>Not that it really is that relevant, but &lt;a href=&quot;http://www.voicexml.org/specs/multimodal/x+v/12/index.html#Audio&quot; rel=&quot;nofollow&quot;&gt;Opera does actually support an &#039;audio&#039; element&lt;/a&gt; (in the VoiceXML namespace) by virtue of supporting XHTML+Voice. It is nothing to get highly excited about, in practice it is the VoiceXML equivalent of &#039;object&#039; limited to (you guessed it) audio.</description>
		<content:encoded><![CDATA[<p>Not that it really is that relevant, but <a href="http://www.voicexml.org/specs/multimodal/x+v/12/index.html#Audio" rel="nofollow">Opera does actually support an &#8216;audio&#8217; element</a> (in the VoiceXML namespace) by virtue of supporting XHTML+Voice. It is nothing to get highly excited about, in practice it is the VoiceXML equivalent of &#8216;object&#8217; limited to (you guessed it) audio.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Schiller</title>
		<link>http://www.codedread.com/blog/archives/2006/04/20/audio-in-web-pages/comment-page-1/#comment-412</link>
		<dc:creator>Jeff Schiller</dc:creator>
		<pubDate>Fri, 21 Apr 2006 12:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/?p=250#comment-412</guid>
		<description>Anne,

I agree.  When I first read the HTML5 spec, my thought was:  what if I want to use it declaratively and don&#039;t want to script its invocation (like the media01.svg example at http://www.w3.org/TR/SVGMobile12/multimedia.html#AudioElement).  There is power in declarative programming (especially with auto-generation of code), but with power comes great complexity ;)

In the short term, I think the HTML5 provides a very quick and simple solution.</description>
		<content:encoded><![CDATA[<p>Anne,</p>
<p>I agree.  When I first read the HTML5 spec, my thought was:  what if I want to use it declaratively and don&#8217;t want to script its invocation (like the media01.svg example at <a href="http://www.w3.org/TR/SVGMobile12/multimedia.html#AudioElement" rel="nofollow">http://www.w3.org/TR/SVGMobile12/multimedia.html#AudioElement</a>).  There is power in declarative programming (especially with auto-generation of code), but with power comes great complexity <img src='http://www.codedread.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>In the short term, I think the HTML5 provides a very quick and simple solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anne van Kesteren</title>
		<link>http://www.codedread.com/blog/archives/2006/04/20/audio-in-web-pages/comment-page-1/#comment-411</link>
		<dc:creator>Anne van Kesteren</dc:creator>
		<pubDate>Fri, 21 Apr 2006 07:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/?p=250#comment-411</guid>
		<description>Why would you need an element anyway? Games are mostly scripted so...</description>
		<content:encoded><![CDATA[<p>Why would you need an element anyway? Games are mostly scripted so&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Schiller</title>
		<link>http://www.codedread.com/blog/archives/2006/04/20/audio-in-web-pages/comment-page-1/#comment-410</link>
		<dc:creator>Jeff Schiller</dc:creator>
		<pubDate>Thu, 20 Apr 2006 19:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/?p=250#comment-410</guid>
		<description>FYI:  audio is not a tag.  It&#039;s only accessible via script...</description>
		<content:encoded><![CDATA[<p>FYI:  audio is not a tag.  It&#8217;s only accessible via script&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.codedread.com/blog/archives/2006/04/20/audio-in-web-pages/comment-page-1/#comment-409</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 20 Apr 2006 17:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/?p=250#comment-409</guid>
		<description>I do wish that SVG would stick to graphics and put stuff that&#039;s not about vector graphics (even tangentially) like audio and networking in another document, but at this point it&#039;s beyond stupid that there&#039;s no standard way to deliver sound across browsers.

If other browsers will support it, then I&#039;ll definitely use the audio tag. And for platforms that don&#039;t I&#039;ll try Scott&#039;s JavaScript/Flash thing. I just don&#039;t like the idea of doing a Flash-only solution.</description>
		<content:encoded><![CDATA[<p>I do wish that SVG would stick to graphics and put stuff that&#8217;s not about vector graphics (even tangentially) like audio and networking in another document, but at this point it&#8217;s beyond stupid that there&#8217;s no standard way to deliver sound across browsers.</p>
<p>If other browsers will support it, then I&#8217;ll definitely use the audio tag. And for platforms that don&#8217;t I&#8217;ll try Scott&#8217;s JavaScript/Flash thing. I just don&#8217;t like the idea of doing a Flash-only solution.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

