<?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: Getting Flash to Validate</title>
	<atom:link href="http://h8ersclub.com/getting-flash-to-validate/feed/" rel="self" type="application/rss+xml" />
	<link>http://h8ersclub.com/getting-flash-to-validate/</link>
	<description>not really a club, just me</description>
	<pubDate>Sun, 07 Sep 2008 20:09:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: me</title>
		<link>http://h8ersclub.com/getting-flash-to-validate/#comment-500</link>
		<dc:creator>me</dc:creator>
		<pubDate>Sun, 07 Sep 2008 15:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://h8ersclub.com/getting-flash-to-validate/#comment-500</guid>
		<description>@eli I have made a test page with both codes on it
&lt;code&gt;&#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&#62;
  &#60;html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"&#62;
  &#60;head&#62;
    &#60;title&#62;Amung us embed vs. object round 1&#60;/title&#62;
    &#60;meta http-equiv="Content-Type" content="text/html;charset=utf-8" /&#62;
  &#60;/head&#62;
  &#60;body&#62;
&#60;!-- commented out to not show errors when we validate it
    &#60;div&#62;
        &#60;p&#62;
        Original Code from amung_us website
        &#60;/p&#62;
    &#60;/div&#62;
    &#60;div&#62;
        &#60;embed src="http://maps.amung.us/flash/flashsrv.php?k=”get your own id”&#038;type=em.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" allowScriptAccess="always" allowNetworking="all" type="application/x-shockwave-flash" flashvars="wausitehash=”get your own id”&#038;map=green&#038;pin=spinner-green&#038;link=yes" width="200" height="135" /&#62;
    &#60;/div&#62; --&#62;
    &#60;div&#62;
        &#60;p&#62;
        Xhtml 1.0 strict object code
        &#60;/p&#62;
    &#60;/div&#62;
    &#60;div&#62;
        &#60;object data="http://maps.amung.us/flash/flashsrv.php?k=”get your own id”&#38;type=em.swf"
 width="216" height="165" type="application/x-shockwave-flash"&#62;
        &#60;param name="movie" value="http://maps.amung.us/flash/flashsrv.php?k=”get your own id”&#38;type=em.swf" /&#62; 
        &#60;param name="flashvars" value="wausitehash=”get your own id”&#38;map=green&#38;pin=spinner-green&#38;link=yes" /&#62;
        &#60;param name="quality" value="high" /&#62;
        &#60;param name="pluginspage" value="http://www.adobe.com/go/getflashplayer" /&#62;
        &#60;param name="allowScriptAccess" value="always" /&#62;
        &#60;param name="allowNetworking" value="all"/&#62;
        &#60;param name="type" value="application/x-shockwave-flash" /&#62;
        &#60;/object&#62;
    &#60;/div&#62;
  &#60;/body&#62;
&#60;/html&#62;
&lt;/code&gt;
if you open this file with firefox and uncomment the embedded script. you can see they are both the same.</description>
		<content:encoded><![CDATA[<p>@eli I have made a test page with both codes on it<br />
<code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"<br />
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;<br />
  &lt;html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"&gt;<br />
  &lt;head&gt;<br />
    &lt;title&gt;Amung us embed vs. object round 1&lt;/title&gt;<br />
    &lt;meta http-equiv="Content-Type" content="text/html;charset=utf-8" /&gt;<br />
  &lt;/head&gt;<br />
  &lt;body&gt;<br />
&lt;!-- commented out to not show errors when we validate it<br />
    &lt;div&gt;<br />
        &lt;p&gt;<br />
        Original Code from amung_us website<br />
        &lt;/p&gt;<br />
    &lt;/div&gt;<br />
    &lt;div&gt;<br />
        &lt;embed src="http://maps.amung.us/flash/flashsrv.php?k=”get your own id”&#038;type=em.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" allowScriptAccess="always" allowNetworking="all" type="application/x-shockwave-flash" flashvars="wausitehash=”get your own id”&#038;map=green&#038;pin=spinner-green&#038;link=yes" width="200" height="135" /&gt;<br />
    &lt;/div&gt; --&gt;<br />
    &lt;div&gt;<br />
        &lt;p&gt;<br />
        Xhtml 1.0 strict object code<br />
        &lt;/p&gt;<br />
    &lt;/div&gt;<br />
    &lt;div&gt;<br />
        &lt;object data="http://maps.amung.us/flash/flashsrv.php?k=”get your own id”&amp;type=em.swf"<br />
 width="216" height="165" type="application/x-shockwave-flash"&gt;<br />
        &lt;param name="movie" value="http://maps.amung.us/flash/flashsrv.php?k=”get your own id”&amp;type=em.swf" /&gt;<br />
        &lt;param name="flashvars" value="wausitehash=”get your own id”&amp;map=green&amp;pin=spinner-green&amp;link=yes" /&gt;<br />
        &lt;param name="quality" value="high" /&gt;<br />
        &lt;param name="pluginspage" value="http://www.adobe.com/go/getflashplayer" /&gt;<br />
        &lt;param name="allowScriptAccess" value="always" /&gt;<br />
        &lt;param name="allowNetworking" value="all"/&gt;<br />
        &lt;param name="type" value="application/x-shockwave-flash" /&gt;<br />
        &lt;/object&gt;<br />
    &lt;/div&gt;<br />
  &lt;/body&gt;<br />
&lt;/html&gt;<br />
</code><br />
if you open this file with firefox and uncomment the embedded script. you can see they are both the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: me</title>
		<link>http://h8ersclub.com/getting-flash-to-validate/#comment-281</link>
		<dc:creator>me</dc:creator>
		<pubDate>Sat, 14 Jun 2008 15:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://h8ersclub.com/getting-flash-to-validate/#comment-281</guid>
		<description>hi eli,
I get that every once in a while especially if I write a new article, it usually resolves itself. If you right click this page and view source you will see the code I used and it is the same as the example. The thing I don't like about the amung us widget is that it can sometimes slow down my page load time. I contacted amung us when I first wrote this article and showed them my valid method for getting their widget to validate and they said it was ok to use their info this way. Well, to me anyways. It could also be that their server is busy at the time, but I am sure they probably use a innodb table scheme, if they use mysql, with row level locking. I see a bunch of green stars on my site, so patience.</description>
		<content:encoded><![CDATA[<p>hi eli,<br />
I get that every once in a while especially if I write a new article, it usually resolves itself. If you right click this page and view source you will see the code I used and it is the same as the example. The thing I don&#8217;t like about the amung us widget is that it can sometimes slow down my page load time. I contacted amung us when I first wrote this article and showed them my valid method for getting their widget to validate and they said it was ok to use their info this way. Well, to me anyways. It could also be that their server is busy at the time, but I am sure they probably use a innodb table scheme, if they use mysql, with row level locking. I see a bunch of green stars on my site, so patience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eli</title>
		<link>http://h8ersclub.com/getting-flash-to-validate/#comment-275</link>
		<dc:creator>Eli</dc:creator>
		<pubDate>Sat, 14 Jun 2008 00:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://h8ersclub.com/getting-flash-to-validate/#comment-275</guid>
		<description>Hi Me:

I followed your code to get the amung.us widget to validate in XHTML 1.0 Strict and it validates, but the widget doesn't work on my website. I  just get "No Visitors" on my map when I visit my own website with the amung.us map on it. I even tried creating a super-basic web page with just the opening and closing html tags and body tags and the validated amung.us code according to your format using my amung.us widget and it still doesn't record any visitors when I'm on the page. I'm at a public library now. When I put on the original embed code for the amung.us widget, it displays the map point where I'm located (still at the public library), but when I use the XHTML 1.0 validated code exactly as you present it in the order that you present the object tag and its attributes and the parameters and their values, I only get "No Visitors". Seemingly bizarre. Any ideas on what might be causing this? I'd love to finally resolve this once and for all as I've been working on this for a couple of weeks and finally came across your web page which specifically discusses the amung.us code and XHTML 1.0 validation. I've supplied the super-basic web page containing only the amung.us widget code in my posting here. Thank you very much for any help in this matter.

Sincerely, Eli.</description>
		<content:encoded><![CDATA[<p>Hi Me:</p>
<p>I followed your code to get the amung.us widget to validate in XHTML 1.0 Strict and it validates, but the widget doesn&#8217;t work on my website. I  just get &#8220;No Visitors&#8221; on my map when I visit my own website with the amung.us map on it. I even tried creating a super-basic web page with just the opening and closing html tags and body tags and the validated amung.us code according to your format using my amung.us widget and it still doesn&#8217;t record any visitors when I&#8217;m on the page. I&#8217;m at a public library now. When I put on the original embed code for the amung.us widget, it displays the map point where I&#8217;m located (still at the public library), but when I use the XHTML 1.0 validated code exactly as you present it in the order that you present the object tag and its attributes and the parameters and their values, I only get &#8220;No Visitors&#8221;. Seemingly bizarre. Any ideas on what might be causing this? I&#8217;d love to finally resolve this once and for all as I&#8217;ve been working on this for a couple of weeks and finally came across your web page which specifically discusses the amung.us code and XHTML 1.0 validation. I&#8217;ve supplied the super-basic web page containing only the amung.us widget code in my posting here. Thank you very much for any help in this matter.</p>
<p>Sincerely, Eli.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Badger</title>
		<link>http://h8ersclub.com/getting-flash-to-validate/#comment-159</link>
		<dc:creator>Gary Badger</dc:creator>
		<pubDate>Mon, 12 May 2008 09:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://h8ersclub.com/getting-flash-to-validate/#comment-159</guid>
		<description>Thanks so much. I've had one of those "D'oh!" moments. I guess I was looking at the code so much that I missed the obvious problem.

Yes, I was effectively closing the object tag twice.

I appreciate your guidance.
Cheers,
Gary.</description>
		<content:encoded><![CDATA[<p>Thanks so much. I&#8217;ve had one of those &#8220;D&#8217;oh!&#8221; moments. I guess I was looking at the code so much that I missed the obvious problem.</p>
<p>Yes, I was effectively closing the object tag twice.</p>
<p>I appreciate your guidance.<br />
Cheers,<br />
Gary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: me</title>
		<link>http://h8ersclub.com/getting-flash-to-validate/#comment-151</link>
		<dc:creator>me</dc:creator>
		<pubDate>Sun, 11 May 2008 15:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://h8ersclub.com/getting-flash-to-validate/#comment-151</guid>
		<description>just did a check and if the the code is wrapped in div tags it validates for xhtml strict</description>
		<content:encoded><![CDATA[<p>just did a check and if the the code is wrapped in div tags it validates for xhtml strict</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: me</title>
		<link>http://h8ersclub.com/getting-flash-to-validate/#comment-139</link>
		<dc:creator>me</dc:creator>
		<pubDate>Tue, 06 May 2008 13:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://h8ersclub.com/getting-flash-to-validate/#comment-139</guid>
		<description>it's right there you are closing your first object tag i.e.{object/} leave it open
&lt;code&gt;&#60;object type=”application/x-shockwave-flash” data=”http://www.mp3asset.com/swf/mp3/myflashfetish-mp3-player.swf” width=”218" height=”155" &gt;
&#60;param name=”flashvars” value=”myid=1971340&#038;path=2007/04/15&#038;mycolor=&#038;mycolor2=&#038;mycolor3=&#038;autoplay=&#038;rand=0&#038;f=3&#038;vol=100&#038;pat=” /&gt;
&#60;/object&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>it&#8217;s right there you are closing your first object tag i.e.{object/} leave it open<br />
<code>&lt;object type=”application/x-shockwave-flash” data=”http://www.mp3asset.com/swf/mp3/myflashfetish-mp3-player.swf” width=”218" height=”155" ><br />
&lt;param name=”flashvars” value=”myid=1971340&#038;path=2007/04/15&#038;mycolor=&#038;mycolor2=&#038;mycolor3=&#038;autoplay=&#038;rand=0&#038;f=3&#038;vol=100&#038;pat=” /><br />
&lt;/object><br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Badger</title>
		<link>http://h8ersclub.com/getting-flash-to-validate/#comment-137</link>
		<dc:creator>Gary Badger</dc:creator>
		<pubDate>Mon, 05 May 2008 10:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://h8ersclub.com/getting-flash-to-validate/#comment-137</guid>
		<description>Ahh nuts, you've stripped the HTML from my post. Fair enough.

Here is the code again using braces...

{object type="application/x-shockwave-flash" data="http://www.mp3asset.com/swf/mp3/myflashfetish-mp3-player.swf" width="218" height="155" /}
{param name="flashvars" value="myid=1971340&#38;path=2007/04/15&#38;mycolor=&#38;mycolor2=&#38;mycolor3=&#38;autoplay=&#38;rand=0&#38;f=3&#38;vol=100&#38;pat=" /}
{/object}</description>
		<content:encoded><![CDATA[<p>Ahh nuts, you&#8217;ve stripped the HTML from my post. Fair enough.</p>
<p>Here is the code again using braces&#8230;</p>
<p>{object type=&#8221;application/x-shockwave-flash&#8221; data=&#8221;http://www.mp3asset.com/swf/mp3/myflashfetish-mp3-player.swf&#8221; width=&#8221;218&#8243; height=&#8221;155&#8243; /}<br />
{param name=&#8221;flashvars&#8221; value=&#8221;myid=1971340&amp;path=2007/04/15&amp;mycolor=&amp;mycolor2=&amp;mycolor3=&amp;autoplay=&amp;rand=0&amp;f=3&amp;vol=100&amp;pat=&#8221; /}<br />
{/object}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Badger</title>
		<link>http://h8ersclub.com/getting-flash-to-validate/#comment-136</link>
		<dc:creator>Gary Badger</dc:creator>
		<pubDate>Mon, 05 May 2008 10:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://h8ersclub.com/getting-flash-to-validate/#comment-136</guid>
		<description>Hi there. Great article. I'm a validation junkie too. I'm really struggling with this simple code to validate as strict:





The validator continually reports:
1. document type does not allow element "param" here; assuming missing "object" start-tag.
2. XML Parsing Error: Opening and ending tag mismatch: div line 15 and object. [this was the object end tag]
....which I know is wrong.

HTML Tiday (in Firefox) tells me:
1. Warning: discarding unexpected 
2. Warning: discarding unexpected 

Any ideas, please?</description>
		<content:encoded><![CDATA[<p>Hi there. Great article. I&#8217;m a validation junkie too. I&#8217;m really struggling with this simple code to validate as strict:</p>
<p>The validator continually reports:<br />
1. document type does not allow element &#8220;param&#8221; here; assuming missing &#8220;object&#8221; start-tag.<br />
2. XML Parsing Error: Opening and ending tag mismatch: div line 15 and object. [this was the object end tag]<br />
&#8230;.which I know is wrong.</p>
<p>HTML Tiday (in Firefox) tells me:<br />
1. Warning: discarding unexpected<br />
2. Warning: discarding unexpected </p>
<p>Any ideas, please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry Galino</title>
		<link>http://h8ersclub.com/getting-flash-to-validate/#comment-94</link>
		<dc:creator>Jerry Galino</dc:creator>
		<pubDate>Thu, 03 Apr 2008 17:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://h8ersclub.com/getting-flash-to-validate/#comment-94</guid>
		<description>Hi there Finally I found a site the has some good information on Validate Xhtml. I was searching around and found your post Flash to Validate &#124; The H8ers Club, thanks for the good info..I\'ll be checkin back soon.</description>
		<content:encoded><![CDATA[<p>Hi there Finally I found a site the has some good information on Validate Xhtml. I was searching around and found your post Flash to Validate | The H8ers Club, thanks for the good info..I\&#8217;ll be checkin back soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kuttur</title>
		<link>http://h8ersclub.com/getting-flash-to-validate/#comment-93</link>
		<dc:creator>kuttur</dc:creator>
		<pubDate>Thu, 03 Apr 2008 08:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://h8ersclub.com/getting-flash-to-validate/#comment-93</guid>
		<description>I’m very interested in topics like that, but this one sounds especially truthful, and I really trust the source where it came from. Sooner or later it was going to come out and it finally did!</description>
		<content:encoded><![CDATA[<p>I’m very interested in topics like that, but this one sounds especially truthful, and I really trust the source where it came from. Sooner or later it was going to come out and it finally did!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: delbeeny</title>
		<link>http://h8ersclub.com/getting-flash-to-validate/#comment-61</link>
		<dc:creator>delbeeny</dc:creator>
		<pubDate>Thu, 28 Feb 2008 19:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://h8ersclub.com/getting-flash-to-validate/#comment-61</guid>
		<description>Thanks</description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Techy News &#187; Blog Archive &#187; Getting Flash to Validate</title>
		<link>http://h8ersclub.com/getting-flash-to-validate/#comment-60</link>
		<dc:creator>Techy News &#187; Blog Archive &#187; Getting Flash to Validate</dc:creator>
		<pubDate>Fri, 22 Feb 2008 00:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://h8ersclub.com/getting-flash-to-validate/#comment-60</guid>
		<description>[...] Read the rest of this great post here [...]</description>
		<content:encoded><![CDATA[<p>[...] Read the rest of this great post here [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
