<?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>Kommentarer til: Finding the best way to insert Flash</title>
	<atom:link href="http://fuzzy76.net/106/finding-the-best-way-to-insert-flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://fuzzy76.net/106/finding-the-best-way-to-insert-flash/</link>
	<description>En blogg om vår digitale hverdag og andre pretensiøse temaer :)</description>
	<lastBuildDate>Mon, 23 Jan 2012 22:16:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Av: Håvard Pedersen</title>
		<link>http://fuzzy76.net/106/finding-the-best-way-to-insert-flash/comment-page-1/#comment-106</link>
		<dc:creator>Håvard Pedersen</dc:creator>
		<pubDate>Mon, 04 Jun 2007 08:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://fuzzy76.net/?p=106#comment-106</guid>
		<description>It&#039;s difficult to tell, but I&#039;m quite sure the problem isn&#039;t in my code. It&#039;s impossible that tags parsed by the browser when displaying the page affects how your serverside include scripts behave.

I&#039;m guessing you did some typos when pasting my code. Looking at the generated sourcecode from the browser might help you.</description>
		<content:encoded><![CDATA[<p>It&#8217;s difficult to tell, but I&#8217;m quite sure the problem isn&#8217;t in my code. It&#8217;s impossible that tags parsed by the browser when displaying the page affects how your serverside include scripts behave.</p>
<p>I&#8217;m guessing you did some typos when pasting my code. Looking at the generated sourcecode from the browser might help you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Michael Richards</title>
		<link>http://fuzzy76.net/106/finding-the-best-way-to-insert-flash/comment-page-1/#comment-100</link>
		<dc:creator>Michael Richards</dc:creator>
		<pubDate>Mon, 04 Jun 2007 03:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://fuzzy76.net/?p=106#comment-100</guid>
		<description>I&#039;m having some problems with it.

to build up a page i9 have 2 files they are Header.php and Footer.php i include them at the top and bottom of a new page and put the content in between...

i have put &lt;script type=&#039;text/javascript&#039; src=&#039;Theme/swfobject.js&#039;&gt; in the Header.php.

when i load the page all it shows is the flash file or content and then the Footer.php...

header.php dusnt load properly and it only started as soon as i put the code in the header...</description>
		<content:encoded><![CDATA[<p>I&#8217;m having some problems with it.</p>
<p>to build up a page i9 have 2 files they are Header.php and Footer.php i include them at the top and bottom of a new page and put the content in between&#8230;</p>
<p>i have put <script type='text/javascript' src='Theme/swfobject.js'> in the Header.php.</p>
<p>when i load the page all it shows is the flash file or content and then the Footer.php...</p>
<p>header.php dusnt load properly and it only started as soon as i put the code in the header...</script></p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Ruben Garcia</title>
		<link>http://fuzzy76.net/106/finding-the-best-way-to-insert-flash/comment-page-1/#comment-82</link>
		<dc:creator>Ruben Garcia</dc:creator>
		<pubDate>Mon, 23 Oct 2006 01:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://fuzzy76.net/?p=106#comment-82</guid>
		<description>I use this code in my websites, it validates all the time. the url for this site is www.telmendez.com

&lt;object type=&quot;application/x-shockwave-flash&quot;data=&quot;files/telmendez.swf&quot; width=&quot;450&quot; height=&quot;75&quot;&gt;
&lt;param name=&quot;movie&quot; value=&quot;files/telmendez.swf&quot; /&gt;
&lt;/object&gt;</description>
		<content:encoded><![CDATA[<p>I use this code in my websites, it validates all the time. the url for this site is <a href="http://www.telmendez.com" rel="nofollow">http://www.telmendez.com</a></p>
<p><object type="application/x-shockwave-flash"data="files/telmendez.swf" width="450" height="75"><param name="movie" value="files/telmendez.swf" /></object></p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Håvard Pedersen</title>
		<link>http://fuzzy76.net/106/finding-the-best-way-to-insert-flash/comment-page-1/#comment-89</link>
		<dc:creator>Håvard Pedersen</dc:creator>
		<pubDate>Mon, 24 Jul 2006 07:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://fuzzy76.net/?p=106#comment-89</guid>
		<description>Thanks for letting me now! Boasting a new standard-conforming way to insert Flash isn&#039;t much if it doesn&#039;t validate, is it? :P

I fixed both script-tags now as well as the issue with the first script tag. The reason is that XML (which is what XHTML essentially is) allows any tags within others, so the validator (and in theory, any browser) tried to parse the HTML code within the script tag. The CDATA construct I inserted prevents this from happening. _Now_ it finally validates! ;)</description>
		<content:encoded><![CDATA[<p>Thanks for letting me now! Boasting a new standard-conforming way to insert Flash isn&#8217;t much if it doesn&#8217;t validate, is it? :P</p>
<p>I fixed both script-tags now as well as the issue with the first script tag. The reason is that XML (which is what XHTML essentially is) allows any tags within others, so the validator (and in theory, any browser) tried to parse the HTML code within the script tag. The CDATA construct I inserted prevents this from happening. _Now_ it finally validates! ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: kel</title>
		<link>http://fuzzy76.net/106/finding-the-best-way-to-insert-flash/comment-page-1/#comment-88</link>
		<dc:creator>kel</dc:creator>
		<pubDate>Mon, 24 Jul 2006 01:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://fuzzy76.net/?p=106#comment-88</guid>
		<description>Interesting approach and does seem to handle JS being off while Flash plug is on, but the document.write code does not seem to validate for me using xHTML 1.0 Transitional. (plus, I&#039;d already added the script &quot;type&quot; attibute as required) Thoughts?</description>
		<content:encoded><![CDATA[<p>Interesting approach and does seem to handle JS being off while Flash plug is on, but the document.write code does not seem to validate for me using xHTML 1.0 Transitional. (plus, I&#8217;d already added the script &laquo;type&raquo; attibute as required) Thoughts?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

