<?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>ki GmbH :: tec blog &#187; flash</title>
	<atom:link href="http://www.kigmbh.com/wordpress/tag/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kigmbh.com/wordpress</link>
	<description>essenzen aus der tekki welt</description>
	<lastBuildDate>Mon, 26 Jul 2010 07:24:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Flash valide in XHTML einfügen</title>
		<link>http://www.kigmbh.com/wordpress/2009/03/flash-valide-in-xhtml-einfugen/</link>
		<comments>http://www.kigmbh.com/wordpress/2009/03/flash-valide-in-xhtml-einfugen/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 17:59:52 +0000</pubDate>
		<dc:creator>dirk</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[programmierung]]></category>

		<guid isPermaLink="false">http://www.kigmbh.com/wordpress/?p=219</guid>
		<description><![CDATA[Ein vollständiger Arktikel ist unter: http://alistapart.com/articles/flashsatay Hier nur die Kurzform dieses Artikels, der durchaus lesenswert ist. &#60;object width=&#34;400&#34; height=&#34;300&#34; data=&#34;c.swf&#34; type=&#34;application/x-shockwave-flash&#34;&#62;&#60;param name=&#34;src&#34; value=&#34;c.swf&#34; /&#62;&#60;/object&#62; oder mit alternativem Bild: &#60;object width=&#34;400&#34; height=&#34;300&#34; data=&#34;c.swf&#34; type=&#34;application/x-shockwave-flash&#34;&#62;&#60;param name=&#34;src&#34; value=&#34;c.swf&#34; /&#62;&#60;img src=&#34;noflash.gif&#34; width=&#34;200&#34; height=&#34;100&#34; alt=&#34;&#34; /&#62;&#60;/object&#62;]]></description>
			<content:encoded><![CDATA[<p>Ein vollständiger Arktikel ist unter:</p>
<p><a title="flashsatay" href="http://alistapart.com/articles/flashsatay" target="_blank">http://alistapart.com/articles/flashsatay</a></p>
<p>Hier nur die Kurzform dieses Artikels, der durchaus lesenswert ist.</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;object width=&quot;400&quot; height=&quot;300&quot; data=&quot;c.swf&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;param name=&quot;src&quot; value=&quot;c.swf&quot; /&gt;&lt;/object&gt;</pre></div></div>

<p>oder mit alternativem Bild:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;object width=&quot;400&quot; height=&quot;300&quot; data=&quot;c.swf&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;param name=&quot;src&quot; value=&quot;c.swf&quot; /&gt;&lt;img src=&quot;noflash.gif&quot; 
width=&quot;200&quot; height=&quot;100&quot; alt=&quot;&quot; /&gt;&lt;/object&gt;</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.kigmbh.com/wordpress/2009/03/flash-valide-in-xhtml-einfugen/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SWF in HTML einbinden</title>
		<link>http://www.kigmbh.com/wordpress/2009/02/swf-in-html-einbinden/</link>
		<comments>http://www.kigmbh.com/wordpress/2009/02/swf-in-html-einbinden/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 15:42:28 +0000</pubDate>
		<dc:creator>dirk</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.kigmbh.com/wordpress/?p=144</guid>
		<description><![CDATA[&#60;object type=&#34;application/x-shockwave-flash&#34; data=&#34;fileadmin/templates/dummy_fullsize.swf&#34; width=&#34;640&#34; height=&#34;480&#34;&#62; &#60;param name=&#34;movie&#34; value=&#34;fileadmin/templates/dummy_fullsize.swf&#34; /&#62; &#60;param name=&#34;wmode&#34; value=&#34;transparent&#34; /&#62; &#60;param name=&#34;FlashVars&#34; value=&#34;id=1&#38;L=0&#34; /&#62; &#60;/object&#62; Mit &#8216;wmode&#8217; können viele Probleme mit über dem Flashfilm liegenden Elementen vermieden werden. Mit &#8216;FlashVars&#8217; können Werte an den Flashfilm übergeben werden.]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">data</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;fileadmin/templates/dummy_fullsize.swf&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;640&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;480&quot;</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;movie&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;fileadmin/templates/dummy_fullsize.swf&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;wmode&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;transparent&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;FlashVars&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;id=1&amp;L=0&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span></pre></div></div>

<p>Mit &#8216;wmode&#8217; können viele Probleme mit über dem Flashfilm liegenden Elementen vermieden werden.<br />
Mit &#8216;FlashVars&#8217; können Werte an den Flashfilm übergeben werden.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kigmbh.com/wordpress/2009/02/swf-in-html-einbinden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
