<?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>Shawson&#039;s Code Blog &#187; Flash</title>
	<atom:link href="http://codeblog.shawson.co.uk/category/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://codeblog.shawson.co.uk</link>
	<description>development notes for my failing memory</description>
	<lastBuildDate>Wed, 01 Feb 2012 11:00:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Flash floating over the top of my div!</title>
		<link>http://codeblog.shawson.co.uk/flash-floating-over-the-top-of-my-div/</link>
		<comments>http://codeblog.shawson.co.uk/flash-floating-over-the-top-of-my-div/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 13:04:04 +0000</pubDate>
		<dc:creator>shawson</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.shawson.co.uk/codeblog/?p=806</guid>
		<description><![CDATA[We had this problem recently using thickbox- the screen would go dark and the popup div would appear, however in the background an embedded youtube video floating above the darkened background. This is easy to fix- just add an extra parameter to your object embed- eg; &#60;object width=&#34;330&#34; height=&#34;203&#34; style=&#34;width: 330px; height: 203px;&#34; data=&#34;http://www.youtube.com/v/PF9Q3LcOAQ8?fs=1&#38;amp;amp;hl=en_GB&#38;amp;amp;rel=0&#38;amp;amp;border=1&#34; type=&#34;application/x-shockwave-flash&#34;&#62; [...]


Related posts:<ul><li><a href='http://codeblog.shawson.co.uk/transparent-css-sprites-smashing-magazine/' rel='bookmark' title='Transparent CSS Sprites &#8211; Smashing Magazine'>Transparent CSS Sprites &#8211; Smashing Magazine</a></li>
<li><a href='http://codeblog.shawson.co.uk/flash-backgrounds-not-showing-in-ie/' rel='bookmark' title='Flash backgrounds not showing in IE'>Flash backgrounds not showing in IE</a></li>
<li><a href='http://codeblog.shawson.co.uk/jquery-accordion-control-links-not-working/' rel='bookmark' title='JQuery Accordion Control links not working'>JQuery Accordion Control links not working</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>We had this problem recently using thickbox- the screen would go dark and the popup div would appear, however in the background an embedded youtube video floating above the darkened background.</p>
<p>This is easy to fix- just add an extra parameter to your object embed- eg;</p>
<pre class="brush: html">

&lt;object width=&quot;330&quot; height=&quot;203&quot; style=&quot;width: 330px; height: 203px;&quot; data=&quot;http://www.youtube.com/v/PF9Q3LcOAQ8?fs=1&amp;amp;amp;hl=en_GB&amp;amp;amp;rel=0&amp;amp;amp;border=1&quot; type=&quot;application/x-shockwave-flash&quot;&gt;
&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;
...
</pre>


<p>Related posts:<ul><li><a href='http://codeblog.shawson.co.uk/transparent-css-sprites-smashing-magazine/' rel='bookmark' title='Transparent CSS Sprites &#8211; Smashing Magazine'>Transparent CSS Sprites &#8211; Smashing Magazine</a></li>
<li><a href='http://codeblog.shawson.co.uk/flash-backgrounds-not-showing-in-ie/' rel='bookmark' title='Flash backgrounds not showing in IE'>Flash backgrounds not showing in IE</a></li>
<li><a href='http://codeblog.shawson.co.uk/jquery-accordion-control-links-not-working/' rel='bookmark' title='JQuery Accordion Control links not working'>JQuery Accordion Control links not working</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://codeblog.shawson.co.uk/flash-floating-over-the-top-of-my-div/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash backgrounds not showing in IE</title>
		<link>http://codeblog.shawson.co.uk/flash-backgrounds-not-showing-in-ie/</link>
		<comments>http://codeblog.shawson.co.uk/flash-backgrounds-not-showing-in-ie/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 12:10:00 +0000</pubDate>
		<dc:creator>shawson</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.shawson.co.uk/codeblog/post.aspx?id=605715a1-f387-40d7-a5dd-228e04cbd61e</guid>
		<description><![CDATA[I just solved the last problem I faced on my home page at shawson.co.uk which employs an animated flash background.  I first saw this used on the PlayStation 3 web site where they had some swanky looking wavy lines moving about in the background (see screen shot on the right), and the whole site changed [...]


Related posts:<ul><li><a href='http://codeblog.shawson.co.uk/flash-floating-over-the-top-of-my-div/' rel='bookmark' title='Flash floating over the top of my div!'>Flash floating over the top of my div!</a></li>
<li><a href='http://codeblog.shawson.co.uk/css-sprites-and-a-flickering-problem-in-ie6/' rel='bookmark' title='CSS Sprites and a flickering problem in IE6'>CSS Sprites and a flickering problem in IE6</a></li>
<li><a href='http://codeblog.shawson.co.uk/asp-net-aspx-pages-posting-back-to-the-wrong-url-when-using-server-rewrite/' rel='bookmark' title='ASP.net aspx pages posting back to the wrong URL when using Server Rewrite'>ASP.net aspx pages posting back to the wrong URL when using Server Rewrite</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-51 alignright" title="A screen shot of the moving flash background on the Sony Playstation3 website" src="http://www.shawson.co.uk/codeblog/wp-content/uploads/2008/10/imageaxd.jpg" alt="A screen shot of the moving flash background on the Sony Playstation3 website" /></p>
<p>I just solved the last problem I faced on my home page at <a title="Shaw's Home Page" href="http://www.shawson.co.uk/" target="_blank">shawson.co.uk</a> which employs an animated flash background.  I first saw this used on the <a title="PlayStation 3 UK Website" href="http://uk.playstation.com/ps3/" target="_blank">PlayStation 3 web site</a> where they had some swanky looking wavy lines moving about in the background (see screen shot on the right), and the whole site changed to a different colour every minute or so.  I thought this was a really cool effect but I wanted to make it more of a feature, so created a simple flash animation which showed the sky going through an accelerated day night cycle inspired by the fact that most of my good ideas happen while laying on the trampoline in the garden looking at the sky!</p>
<p>I created two div layers- the first is absolutely positioned and contains the actual content for the site (keeping content first for the sake of accessibility and SEO), which is situated in a small blue box which sits in the bottom right of the site and contains links to this site and a couple of others.  The second div contains the actual flash file and is set to 100% width and height to cover the whole area.  This all looked fine in Firefox, but didn&#8217;t seem to render the flash in ie6 or 7.</p>
<p>After a bit of experimentation, I found this to be due to the form tag which at the time engulfed the entire page (as the page is dot net and I used the Accordion control from the Ajax Control Library) &#8211; if I removed the form tag the flash would render.  I tried experimenting with CSS, ensuring no background colour was being applied to the form element, but nothing seemed to effect it.  I eventually fixed this by moving the form tag so it only encompassed content in my container div which holds my content, so the background flash layer sits outside of the form.</p>
<p>Despite fixing this issue, I&#8217;ve no idea why the form element would have hidden the flash in the first place, so if anyone can shed any light on this one, please leave a comment!</p>


<p>Related posts:<ul><li><a href='http://codeblog.shawson.co.uk/flash-floating-over-the-top-of-my-div/' rel='bookmark' title='Flash floating over the top of my div!'>Flash floating over the top of my div!</a></li>
<li><a href='http://codeblog.shawson.co.uk/css-sprites-and-a-flickering-problem-in-ie6/' rel='bookmark' title='CSS Sprites and a flickering problem in IE6'>CSS Sprites and a flickering problem in IE6</a></li>
<li><a href='http://codeblog.shawson.co.uk/asp-net-aspx-pages-posting-back-to-the-wrong-url-when-using-server-rewrite/' rel='bookmark' title='ASP.net aspx pages posting back to the wrong URL when using Server Rewrite'>ASP.net aspx pages posting back to the wrong URL when using Server Rewrite</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://codeblog.shawson.co.uk/flash-backgrounds-not-showing-in-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

