<?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>Alex Brooke &#187; web design</title>
	<atom:link href="http://alexbrooke.com/alex%20brooke/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexbrooke.com</link>
	<description>Music and tech in Tokyo</description>
	<lastBuildDate>Tue, 31 Jan 2012 15:38:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to embed a flash file in HTML</title>
		<link>http://alexbrooke.com/how-to-embed-a-flash-file-in-html/</link>
		<comments>http://alexbrooke.com/how-to-embed-a-flash-file-in-html/#comments</comments>
		<pubDate>Sun, 22 May 2011 14:59:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Learn Flash]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash tutorial]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://alexbrooke.com/?p=586</guid>
		<description><![CDATA[This is the first of some very elementary Flash tutorials I will be posting here. This is an exercise in keeping all the cool flash code I have learned in one easy place for me and hopefully to help others. So here is some code I use to embed flash files in HTML pages: &#60;object [...]]]></description>
			<content:encoded><![CDATA[<p>This is the first of some very elementary Flash tutorials I will be posting here. This is an exercise in keeping all the cool flash code I have learned in one easy place for me and hopefully to help others. So here is some code I use to embed flash files in HTML pages:</p>
<p>&lt;object width=&#8221;275&#8243; height=&#8221;200&#8243;&gt;<br />
&lt;param name=&#8221;movie&#8221; value=&#8221;yourfile.swf&#8221;&gt;<br />
&lt;embed src=&#8221;yourfile.swf&#8221; width=&#8221;275&#8243; height=&#8221;200&#8243;&gt;<br />
&lt;/embed&gt;<br />
&lt;/object&gt;</p>
<div style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="275" height="200" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://media.libsyn.com/media/japanese/flashfile.swf" /><embed type="application/x-shockwave-flash" width="275" height="200" src="http://media.libsyn.com/media/japanese/flashfile.swf"></embed></object></div>
<p>And that&#8217;s pretty much it.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/share?url=http://alexbrooke.com/how-to-embed-a-flash-file-in-html/&text=How+to+embed+a+flash+file+in+HTML&via=tweetthisplugin&related=richardxthripp%2Ctweetthisplugin" title="Post to Twitter"><img class="nothumb" src="http://alexbrooke.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://alexbrooke.com/how-to-embed-a-flash-file-in-html/&amp;t=How+to+embed+a+flash+file+in+HTML" title="Post to Facebook"><img class="nothumb" src="http://alexbrooke.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://stumbleupon.com/submit?url=http://alexbrooke.com/how-to-embed-a-flash-file-in-html/&amp;title=How+to+embed+a+flash+file+in+HTML" title="Post to StumbleUpon"><img class="nothumb" src="http://alexbrooke.com/wp-content/plugins/tweet-this/icons/en/su/tt-su.png" alt="Post to StumbleUpon" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://alexbrooke.com/how-to-embed-a-flash-file-in-html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

