<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hatchomatic &#187; Multimedia</title>
	<atom:link href="http://www.hatchomatic.com/tag/multimedia/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hatchomatic.com</link>
	<description>Page 73 - Johnson, Navin R.! I&#039;m somebody now!</description>
	<lastBuildDate>Thu, 22 Apr 2010 17:49:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Using Blogger</title>
		<link>http://www.hatchomatic.com/2010/01/10/using-blogger/</link>
		<comments>http://www.hatchomatic.com/2010/01/10/using-blogger/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 18:53:50 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[Misc.]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[Hosts]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[SWF]]></category>
		<category><![CDATA[Uniform Resource Locator]]></category>
		<category><![CDATA[User interface]]></category>
		<category><![CDATA[Web Design and Development]]></category>

		<guid isPermaLink="false">http://www.hatchomatic.com/?p=781</guid>
		<description><![CDATA[This post is intended for a small audience: a class I&#8217;m teaching at AU. However, it might be useful to other people, too. Essentially, it describes one way to embed multimedia into Blogger posts, with some help from Dropbox, my favorite Web tool EVER. Here goes: Sign up for a Blogger blog and a Dropbox [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">This post is intended for a small audience: a class I&#8217;m teaching at AU. However, it might be useful to other people, too. Essentially, it describes <em>one</em> way to embed multimedia into Blogger posts, with some help from Dropbox, my favorite Web tool EVER.</p>
<p style="text-align: left;">Here goes:</p>
<ol style="text-align: left;">
<li>Sign up for a Blogger blog and a Dropbox account. (<a href="https://www.dropbox.com/referrals/NTEyMzk3MTg5"><span style="color: #000000;"><span style="text-decoration: none;">Here&#8217;s a link for the latter.</span></span></a>)</li>
<li>Copy your multimedia files (.mp3, .swf, etc.) to the Dropbox public folder.</li>
<li>Go to the Dropbox Web interface and click into your Public folder.</li>
<li>Use the arrow to get the public URL for the file in question.</li>
<li>If you&#8217;re trying to embed audio, copy this text into your Blogger entry:<br />
<em>&lt;embed src= &#8220;http://www.odeo.com/flash/audio_player_standard_gray.swf&#8221; quality=&#8221;high&#8221; width=&#8221;300&#8243; height=&#8221;52&#8243; allowScriptAccess=&#8221;always&#8221; wmode=&#8221;transparent&#8221;  type=&#8221;application/x-shockwave-flash&#8221; flashvars= &#8220;valid_sample_rate=true&amp;external_url=</em><strong><em>[MP3 URL HERE]</em></strong><em>&#8221; pluginspage=&#8221;http://www.macromedia.com/go/getflashplayer&#8221;&gt; &lt;/embed&gt;</em></li>
<li>Replace <strong>[MP3 URL HERE]</strong> <span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-weight: normal; line-height: 19px; white-space: normal; font-size: 13px;">with the URL  you copied from Dropbox.</span></li>
<li>Publish.</li>
<li>For SWFs, do the same as above, but use this embed code:<br />
<em>&lt;embed src=&#8221;</em><strong><em>[SWF URL HERE]</em></strong><em>&#8221; quality=&#8221;high&#8221; allowscriptaccess=&#8221;always&#8221; type=&#8221;application/x-shockwave-flash&#8221; pluginspage=&#8221;http://www.macromedia.com/go/getflashplayer&#8221; align=&#8221;middle&#8221; height=&#8221;</em><strong><em>[###]</em></strong><em>&#8221; width=&#8221;</em><strong><em>[###]</em></strong><em>&#8220;&gt;&lt;/embed&gt;</em></li>
<li><strong><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-weight: normal; line-height: 19px; white-space: normal; font-size: 13px;">In this instance, replace </span><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; line-height: 19px; white-space: normal; font-size: 13px;">[SWF URL HERE] <span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-weight: normal; line-height: 19px; white-space: normal; font-size: 13px;">with the Dropbox public URL and </span><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-weight: normal; line-height: 19px; white-space: normal; font-size: 13px;">[###]</span><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-weight: normal; line-height: 19px; white-space: normal; font-size: 13px;"> <span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-weight: normal; line-height: 19px; white-space: normal; font-size: 13px;">with the appropriate SWF sizes.</span></span></span></strong></li>
<li>Publish.</li>
</ol>
<p style="text-align: left;"><strong> </strong></p>
<p style="text-align: left;">That&#8217;s it.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px; text-align: left;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/a4330793-d1e3-4af6-98b6-15828d593b35/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=a4330793-d1e3-4af6-98b6-15828d593b35" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.hatchomatic.com%2F2010%2F01%2F10%2Fusing-blogger%2F&amp;linkname=Using%20Blogger">Share/Save</a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.hatchomatic.com/2010/01/10/using-blogger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
