<?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>Michael Doyle &#124; Blog &#187; Flash</title>
	<atom:link href="http://michaeldoyle.eu/blog/category/web/flash/feed" rel="self" type="application/rss+xml" />
	<link>http://michaeldoyle.eu/blog</link>
	<description>Well, I&#039;m not sure whether to call this a blog or a sideblog. Either way, it&#039;s my personal, never-ending, post-it note, so that when I learn something interesting, it&#039;ll find its way here.</description>
	<lastBuildDate>Mon, 30 Nov 2009 01:44:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flash &#8211; Cheat Sheet</title>
		<link>http://michaeldoyle.eu/blog/web/flash/flash-cheat-sheet</link>
		<comments>http://michaeldoyle.eu/blog/web/flash/flash-cheat-sheet#comments</comments>
		<pubDate>Fri, 23 Oct 2009 21:06:23 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[cs3]]></category>
		<category><![CDATA[flash cheat sheet]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[shortcuts]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=389</guid>
		<description><![CDATA[Flash can be a little slow to navigate around, luckily alot of common functions have keyboard shortcuts. I made this Flash Cheat Sheet for all common shortcuts to shorten development time.
I didn't write the cheat sheet. I formatted this page, so you can print it out in a nice readable pdf version (there's also a [...]


Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/flash/transparent-flash-backgrounds' rel='bookmark' title='Permanent Link: Flash &#8211; Transparent Backgrounds'>Flash &#8211; Transparent Backgrounds</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Flash can be a little slow to navigate around, luckily alot of common functions have keyboard shortcuts. I made this Flash Cheat Sheet for all common shortcuts to shorten development time.</p>
<p>I didn't write the cheat sheet. I formatted <a href="http://edutechwiki.unige.ch/en/Flash_CS3_keyboard_shortcuts" target="_blank">this page</a>, so you can print it out in a nice readable pdf version (there's also a .png version).</p>
<p><a href="http://michaeldoyle.eu/blog/wp-content/uploads/2009/10/flash-cheat-sheet.pdf" target="_blank">Flash Cheat Sheet - PDF</a> (1.6MB)</p>
<p><a href="http://michaeldoyle.eu/blog/wp-content/uploads/2009/10/flash-cheat-sheet.png" target="_blank">Flash Cheat Sheet - PNG</a> (320Kb)</p>
<p>If there's any mistakes, or anything that I've left out, let me know and I'll fix it.</p>


<p>Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/flash/transparent-flash-backgrounds' rel='bookmark' title='Permanent Link: Flash &#8211; Transparent Backgrounds'>Flash &#8211; Transparent Backgrounds</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://michaeldoyle.eu/blog/web/flash/flash-cheat-sheet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash &#8211; Transparent Backgrounds</title>
		<link>http://michaeldoyle.eu/blog/web/flash/transparent-flash-backgrounds</link>
		<comments>http://michaeldoyle.eu/blog/web/flash/transparent-flash-backgrounds#comments</comments>
		<pubDate>Tue, 28 Apr 2009 05:45:08 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[swf]]></category>
		<category><![CDATA[transparency]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=35</guid>
		<description><![CDATA[Trying to finish my Graphic design project tonight and discovered how to make a swf with a transparent background. HTML code is:
Add these parameters to the "param" tag:
param name=&#34;wmode&#34; value=&#34;transparent&#34;
Add this parameter to the embed tag:
wmode=&#34;transparent&#34;
So the full code I used to embed a swf file called "brain.swf" is:
&#60;object width=&#34;216&#34; height=&#34;144&#34; data=&#34;brain.swf&#34; type=&#34;application/x-shockwave-flash&#34;&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34; [...]


Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/flash/flash-cheat-sheet' rel='bookmark' title='Permanent Link: Flash &#8211; Cheat Sheet'>Flash &#8211; Cheat Sheet</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Trying to finish my Graphic design project tonight and discovered how to make a swf with a transparent background. HTML code is:</p>
<p>Add these parameters to the "param" tag:</p>
<pre>param name=&quot;wmode&quot; value=&quot;transparent&quot;</pre>
<p>Add this parameter to the embed tag:</p>
<pre>wmode=&quot;transparent&quot;</pre>
<p>So the full code I used to embed a swf file called "brain.swf" is:</p>
<pre>&lt;object width=&quot;216&quot; height=&quot;144&quot; data=&quot;brain.swf&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;&lt;param name=&quot;src&quot; value=&quot;brain.swf&quot; /&gt;&lt;/object&gt;</pre>
<p>This works in Firefox 3 and IE 7, haven't tested it out on any other browsers yet. Flash 6 or higher is needed.</p>


<p>Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/flash/flash-cheat-sheet' rel='bookmark' title='Permanent Link: Flash &#8211; Cheat Sheet'>Flash &#8211; Cheat Sheet</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://michaeldoyle.eu/blog/web/flash/transparent-flash-backgrounds/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

