<?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"
	>
<channel>
	<title>Comments on: 100% height and 100% width XHTML Flash embed</title>
	<atom:link href="http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/</link>
	<description>You've got your good thing, and I've got mine</description>
	<pubDate>Sun, 20 Jul 2008 17:09:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Geoff</title>
		<link>http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/#comment-1566</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Sat, 05 Feb 2005 21:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/#comment-1566</guid>
		<description>If you are talking about hiding flash content that is outside of the stage area, then yes, you can just cover it with something inside the Flash movie, or mask your content.</description>
		<content:encoded><![CDATA[<p>If you are talking about hiding flash content that is outside of the stage area, then yes, you can just cover it with something inside the Flash movie, or mask your content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/#comment-1565</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Sat, 05 Feb 2005 20:39:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/#comment-1565</guid>
		<description>So this is probably a noob question, I wouldn’t claim otherwise. I assume that between this and the flashobject.js, there’s a way to display the movie without the outside-the-edges, artboard overflow stuff, right? Problem is, now that I can’t use the Dreamweaver tools to modify the Flash content, I’m kinda lost on where to start. I’ve searched through script and can’t tell where the switch might be.


Quick fix would to just draw blank boxes over the out side of the stage. That way any content that falls off the stage would be hidden under this 'mask'</description>
		<content:encoded><![CDATA[<p>So this is probably a noob question, I wouldn’t claim otherwise. I assume that between this and the flashobject.js, there’s a way to display the movie without the outside-the-edges, artboard overflow stuff, right? Problem is, now that I can’t use the Dreamweaver tools to modify the Flash content, I’m kinda lost on where to start. I’ve searched through script and can’t tell where the switch might be.</p>
<p>Quick fix would to just draw blank boxes over the out side of the stage. That way any content that falls off the stage would be hidden under this &#8216;mask&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xychtopedia Brutallica</title>
		<link>http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/#comment-1485</link>
		<dc:creator>Xychtopedia Brutallica</dc:creator>
		<pubDate>Tue, 01 Feb 2005 11:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/#comment-1485</guid>
		<description>&lt;strong&gt;XHTML kompatibilní definice Flash objektu&lt;/strong&gt;
Dnes jsem řešil, jak docílit XHTML kompatibilního zápisu objektu s Flashem. Začalo to tím, že XHTML nezná tag EMBED. Navíc pokud chci objekt s Flashem definovat přímo v HTML a ne v trojboji TABLE/TR/TD a přitom chci, aby měl 100% výšku ...</description>
		<content:encoded><![CDATA[<p><strong>XHTML kompatibilní definice Flash objektu</strong><br />
Dnes jsem řešil, jak docílit XHTML kompatibilního zápisu objektu s Flashem. Začalo to tím, že XHTML nezná tag EMBED. Navíc pokud chci objekt s Flashem definovat přímo v HTML a ne v trojboji TABLE/TR/TD a přitom chci, aby měl 100% výšku &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/#comment-1474</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Mon, 31 Jan 2005 17:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/#comment-1474</guid>
		<description>I'm not sure what you mean about the 'outside-the-edges artboard overflow.'

Do you mean the area outside of the stage when you are in the Flash authoring environment? There's really no way to restrict the display of that since users can make their browsers whatever size they want - really long and short, or tall and skinny, which will usually allow them to see past the edges of the stage. You do have some control over the scaling of the Flash movie by using the &lt;code&gt;noscale&lt;/code&gt; parameter, and you can make the stage appear to be larger than it really is by extending your objects out past the edges of the stage.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure what you mean about the &#8216;outside-the-edges artboard overflow.&#8217;</p>
<p>Do you mean the area outside of the stage when you are in the Flash authoring environment? There&#8217;s really no way to restrict the display of that since users can make their browsers whatever size they want - really long and short, or tall and skinny, which will usually allow them to see past the edges of the stage. You do have some control over the scaling of the Flash movie by using the <code>noscale</code> parameter, and you can make the stage appear to be larger than it really is by extending your objects out past the edges of the stage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/#comment-1473</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 31 Jan 2005 16:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/#comment-1473</guid>
		<description>So this is probably a noob question, I wouldn't claim otherwise. I assume that between this and the flashobject.js, there's a way to display the movie &lt;i&gt;without&lt;/i&gt; the outside-the-edges, artboard overflow stuff, right? Problem is, now that I can't use the Dreamweaver tools to modify the Flash content, I'm kinda lost on where to start. I've searched through script and can't tell where the switch might be.

Can anyone point me in the right direction? Thanks</description>
		<content:encoded><![CDATA[<p>So this is probably a noob question, I wouldn&#8217;t claim otherwise. I assume that between this and the flashobject.js, there&#8217;s a way to display the movie <i>without</i> the outside-the-edges, artboard overflow stuff, right? Problem is, now that I can&#8217;t use the Dreamweaver tools to modify the Flash content, I&#8217;m kinda lost on where to start. I&#8217;ve searched through script and can&#8217;t tell where the switch might be.</p>
<p>Can anyone point me in the right direction? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/#comment-1415</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Tue, 18 Jan 2005 03:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/#comment-1415</guid>
		<description>Heh, I actually spent this morning setting up IE 5 and IE 5.5 for another project on a test PC at the office. So I checked this on those, and it works great on both.</description>
		<content:encoded><![CDATA[<p>Heh, I actually spent this morning setting up IE 5 and IE 5.5 for another project on a test PC at the office. So I checked this on those, and it works great on both.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart N.</title>
		<link>http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/#comment-1414</link>
		<dc:creator>Bart N.</dc:creator>
		<pubDate>Tue, 18 Jan 2005 02:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/#comment-1414</guid>
		<description>Hey Geoff, you can get older stand alone IE versions at http://www.skyzyx.com/downloads/ if you want to test :)</description>
		<content:encoded><![CDATA[<p>Hey Geoff, you can get older stand alone IE versions at <a href="http://www.skyzyx.com/downloads/" rel="nofollow">http://www.skyzyx.com/downloads/</a> if you want to test :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnold</title>
		<link>http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/#comment-1386</link>
		<dc:creator>Arnold</dc:creator>
		<pubDate>Mon, 10 Jan 2005 17:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/#comment-1386</guid>
		<description>Geoff, speaking of flash, you'd be proud of me today, after about four years, I've created and called my first function!!!
I thought this program was just for animating ;)</description>
		<content:encoded><![CDATA[<p>Geoff, speaking of flash, you&#8217;d be proud of me today, after about four years, I&#8217;ve created and called my first function!!!<br />
I thought this program was just for animating ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/#comment-1344</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Fri, 07 Jan 2005 14:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/#comment-1344</guid>
		<description>Thanks... the FlashObject stuff is posted &lt;a href="http://blog.deconcept.com/2004/10/14/web-standards-compliant-javascript-flash-detect-and-embed/"&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Thanks&#8230; the FlashObject stuff is posted <a href="http://blog.deconcept.com/2004/10/14/web-standards-compliant-javascript-flash-detect-and-embed/">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: quixote</title>
		<link>http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/#comment-1343</link>
		<dc:creator>quixote</dc:creator>
		<pubDate>Fri, 07 Jan 2005 05:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/#comment-1343</guid>
		<description>Flashobject.html shows walker.swf just fine under IE 5.5 on a PC running Win98 SE with service pack 3 (An old Sony Vaio laptop, actually, so the IE is "customized," whatever that means.  Mainly, it seems to mean that it runs slower than molasses.)  Firefox 1.0 on the same system runs it about twice as fast.

Flashobject.js is truly a great bit of code.  I'm using it on a new home page that has animated aliens.  (I write science fiction.)  I'd originally wanted to have a series of animations that would play in sequence, after starting at a random one.  Apparently, this is simply Not Done.  I can't believe it.  My javascript abilities are nowhere near being able to code that, but it seems like something a lot of people might find useful.

Maybe it's something you'd consider posting as (yet another) public service?</description>
		<content:encoded><![CDATA[<p>Flashobject.html shows walker.swf just fine under IE 5.5 on a PC running Win98 SE with service pack 3 (An old Sony Vaio laptop, actually, so the IE is &#8220;customized,&#8221; whatever that means.  Mainly, it seems to mean that it runs slower than molasses.)  Firefox 1.0 on the same system runs it about twice as fast.</p>
<p>Flashobject.js is truly a great bit of code.  I&#8217;m using it on a new home page that has animated aliens.  (I write science fiction.)  I&#8217;d originally wanted to have a series of animations that would play in sequence, after starting at a random one.  Apparently, this is simply Not Done.  I can&#8217;t believe it.  My javascript abilities are nowhere near being able to code that, but it seems like something a lot of people might find useful.</p>
<p>Maybe it&#8217;s something you&#8217;d consider posting as (yet another) public service?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tobyjoe</title>
		<link>http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/#comment-1301</link>
		<dc:creator>tobyjoe</dc:creator>
		<pubDate>Mon, 03 Jan 2005 21:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/#comment-1301</guid>
		<description>Geoff - I've been checking your site lately and it's nice to see that you're getting to work on fun stuff and that the block is pushing so hard in the right direction these days. Most folks resist adoption of doing things right. Props.</description>
		<content:encoded><![CDATA[<p>Geoff - I&#8217;ve been checking your site lately and it&#8217;s nice to see that you&#8217;re getting to work on fun stuff and that the block is pushing so hard in the right direction these days. Most folks resist adoption of doing things right. Props.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lincoln</title>
		<link>http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/#comment-1297</link>
		<dc:creator>lincoln</dc:creator>
		<pubDate>Mon, 03 Jan 2005 00:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/#comment-1297</guid>
		<description>You've got some wonderful write-up's here. This one, as with the JS embedding, are excellent and things i've been keen on learning about. Consider yourself bookmarked! Keep it up!</description>
		<content:encoded><![CDATA[<p>You&#8217;ve got some wonderful write-up&#8217;s here. This one, as with the JS embedding, are excellent and things i&#8217;ve been keen on learning about. Consider yourself bookmarked! Keep it up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xychtopedia Brutallica - XHTML kompatibilní definice Flash objektu</title>
		<link>http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/#comment-1486</link>
		<dc:creator>Xychtopedia Brutallica - XHTML kompatibilní definice Flash objektu</dc:creator>
		<pubDate>Wed, 31 Dec 1969 16:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/#comment-1486</guid>
		<description>[...] kně pops&#225;no: 	Flash Satay: Embedding Flash While Supporting Standards: A List Apart &lt;a href="http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed"&gt;100% height and 100% width XHTML Flash embed&lt;/a&gt; 	A proč to v&#353;e [...]</description>
		<content:encoded><![CDATA[<p>[...] kně pops&#225;no: 	Flash Satay: Embedding Flash While Supporting Standards: A List Apart <a href="http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed">100% height and 100% width XHTML Flash embed</a> 	A proč to v&#353;e [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
