<?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: Flash Satay and Parameters,  Flash on Other Domains</title>
	<atom:link href="http://www.neurofuzzy.net/2004/12/04/flash-satay-and-parameters-flash-on-other-domains/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neurofuzzy.net/2004/12/04/flash-satay-and-parameters-flash-on-other-domains/</link>
	<description>Geoff Gaudreault's Flash weblog and source files archive.</description>
	<pubDate>Wed, 19 Nov 2008 03:42:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: geoff</title>
		<link>http://www.neurofuzzy.net/2004/12/04/flash-satay-and-parameters-flash-on-other-domains/#comment-312</link>
		<dc:creator>geoff</dc:creator>
		<pubDate>Wed, 22 Feb 2006 17:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/?p=23#comment-312</guid>
		<description>Hmmm... unfortunately javascript includes are not an option for me.  I'm already using javascript includes for the captions in my slideshows, and users are reporting problems.  Reason being that most sites do not allow - and filter out - all javascript includes from their systems.  Myspace in particular had a huge problem with someone hacking their site using javascript in a post.  So now, no more javascript includes.  Allowing users to post javascript allows for all kinds of XSS attacks, as well.</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230; unfortunately javascript includes are not an option for me.  I&#8217;m already using javascript includes for the captions in my slideshows, and users are reporting problems.  Reason being that most sites do not allow - and filter out - all javascript includes from their systems.  Myspace in particular had a huge problem with someone hacking their site using javascript in a post.  So now, no more javascript includes.  Allowing users to post javascript allows for all kinds of XSS attacks, as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://www.neurofuzzy.net/2004/12/04/flash-satay-and-parameters-flash-on-other-domains/#comment-311</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Wed, 22 Feb 2006 17:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/?p=23#comment-311</guid>
		<description>Also, another bonus to use Javascript just occurred to me:

If you give your users a line of html like this: 

Since you would be spitting out custom js on the server side, if you ever update your embed code (maybe you decide that transparent is taking too much away from the performance, and want to switch to wmode=opaque?) then you can do that very easily and all of your users will be updated instantly. Or maybe you just want to change the width and height of the Flash movie? It would be really easy with a little Javascript.</description>
		<content:encoded><![CDATA[<p>Also, another bonus to use Javascript just occurred to me:</p>
<p>If you give your users a line of html like this: </p>
<p>Since you would be spitting out custom js on the server side, if you ever update your embed code (maybe you decide that transparent is taking too much away from the performance, and want to switch to wmode=opaque?) then you can do that very easily and all of your users will be updated instantly. Or maybe you just want to change the width and height of the Flash movie? It would be really easy with a little Javascript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://www.neurofuzzy.net/2004/12/04/flash-satay-and-parameters-flash-on-other-domains/#comment-310</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Wed, 22 Feb 2006 17:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/?p=23#comment-310</guid>
		<description>Why don't "Javascript tricks" count?

You should be aware of some of the drawbacks of using Flash Satay, such as JAWS not reading your content (at all):
http://weblogs.macromedia.com/accessibility/archives/2005/08/in_search_of_a.cfm

Not to mention older versions of Safari will completely ignore your param tags, usually causing the movie to break anyway.

Then, as if that's not enough, if you are using cool stuff in Flash 8, and your users have Flash 7, the plugin will still try to play the swf, usually causing some odd behavior.

You should consider a Javascript solution - it makes it much easier for your users to embed (they could just copy a single script tag) and it gives their users a much better experience, by possibly offering alternate content, or an upgrade message, or you could even use the new ExpressInstall stuff, which requires Javascript.</description>
		<content:encoded><![CDATA[<p>Why don&#8217;t &#8220;Javascript tricks&#8221; count?</p>
<p>You should be aware of some of the drawbacks of using Flash Satay, such as JAWS not reading your content (at all):<br />
<a href="http://weblogs.macromedia.com/accessibility/archives/2005/08/in_search_of_a.cfm" rel="nofollow">http://weblogs.macromedia.com/accessibility/archives/2005/08/in_search_of_a.cfm</a></p>
<p>Not to mention older versions of Safari will completely ignore your param tags, usually causing the movie to break anyway.</p>
<p>Then, as if that&#8217;s not enough, if you are using cool stuff in Flash 8, and your users have Flash 7, the plugin will still try to play the swf, usually causing some odd behavior.</p>
<p>You should consider a Javascript solution - it makes it much easier for your users to embed (they could just copy a single script tag) and it gives their users a much better experience, by possibly offering alternate content, or an upgrade message, or you could even use the new ExpressInstall stuff, which requires Javascript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Dowdell</title>
		<link>http://www.neurofuzzy.net/2004/12/04/flash-satay-and-parameters-flash-on-other-domains/#comment-9</link>
		<dc:creator>John Dowdell</dc:creator>
		<pubDate>Sat, 04 Dec 2004 17:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/?p=23#comment-9</guid>
		<description>&lt;em&gt;"I guess either you're standards-compliant or you're not."&lt;/em&gt;

I get confused with that label, wondering whether we should have used PNG instead of GIF and JPG the last five years. That's why I was trying to get a functional definition for the label "be standards compliant", so that I wouldn't assume the wrong standards.

Many of the W3C Validators don't like the "EMBED" tag, which browsers had used for years... the realworld was deprecated. If that's the main issue, then we wouldn't have to worry about other standards like VRML.

(If you'd prefer a different syntax on the OBJECT/EMBED tags, then it's pretty straightforward to make your own publishing templates:
(&lt;a href="http://livedocs.macromedia.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flash_MX_2004&#038;file=00000499.html"&gt;link&lt;/a&gt;)</description>
		<content:encoded><![CDATA[<p><em>&#8220;I guess either you&#8217;re standards-compliant or you&#8217;re not.&#8221;</em></p>
<p>I get confused with that label, wondering whether we should have used PNG instead of GIF and JPG the last five years. That&#8217;s why I was trying to get a functional definition for the label &#8220;be standards compliant&#8221;, so that I wouldn&#8217;t assume the wrong standards.</p>
<p>Many of the W3C Validators don&#8217;t like the &#8220;EMBED&#8221; tag, which browsers had used for years&#8230; the realworld was deprecated. If that&#8217;s the main issue, then we wouldn&#8217;t have to worry about other standards like VRML.</p>
<p>(If you&#8217;d prefer a different syntax on the OBJECT/EMBED tags, then it&#8217;s pretty straightforward to make your own publishing templates:<br />
(<a href="http://livedocs.macromedia.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flash_MX_2004&#038;file=00000499.html">link</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://www.neurofuzzy.net/2004/12/04/flash-satay-and-parameters-flash-on-other-domains/#comment-8</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Sat, 04 Dec 2004 15:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/?p=23#comment-8</guid>
		<description>Paul, good catch, you are right, thanks!

John, I guess either you're standards-compliant or you're not.  But, I would say using valid, well-formed XHTML is &lt;em&gt;more&lt;/em&gt; compliant than using the default OBJECT tag that flash spits out by default.  For me, the default code was having alignment problems, and the Flash Satay code just behaved better.  And, for some odd reason, now the flash movie plays faster in Safari.</description>
		<content:encoded><![CDATA[<p>Paul, good catch, you are right, thanks!</p>
<p>John, I guess either you&#8217;re standards-compliant or you&#8217;re not.  But, I would say using valid, well-formed XHTML is <em>more</em> compliant than using the default OBJECT tag that flash spits out by default.  For me, the default code was having alignment problems, and the Flash Satay code just behaved better.  And, for some odd reason, now the flash movie plays faster in Safari.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PaulWeston</title>
		<link>http://www.neurofuzzy.net/2004/12/04/flash-satay-and-parameters-flash-on-other-domains/#comment-7</link>
		<dc:creator>PaulWeston</dc:creator>
		<pubDate>Sat, 04 Dec 2004 09:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/?p=23#comment-7</guid>
		<description>Shouldn't that be:

value="transparent"

with the '='</description>
		<content:encoded><![CDATA[<p>Shouldn&#8217;t that be:</p>
<p>value=&#8221;transparent&#8221;</p>
<p>with the &#8216;=&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Dowdell</title>
		<link>http://www.neurofuzzy.net/2004/12/04/flash-satay-and-parameters-flash-on-other-domains/#comment-6</link>
		<dc:creator>John Dowdell</dc:creator>
		<pubDate>Sat, 04 Dec 2004 07:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/?p=23#comment-6</guid>
		<description>With which standards and recommendations do you wish the page to be compliant? Is there a particular way you'd know "it's compliant enough"? (I'm guessing one of the W3C validators is the key test, but I want to check whether "be standards compliant"includes other things too.)

jd</description>
		<content:encoded><![CDATA[<p>With which standards and recommendations do you wish the page to be compliant? Is there a particular way you&#8217;d know &#8220;it&#8217;s compliant enough&#8221;? (I&#8217;m guessing one of the W3C validators is the key test, but I want to check whether &#8220;be standards compliant&#8221;includes other things too.)</p>
<p>jd</p>
]]></content:encoded>
	</item>
</channel>
</rss>
