<?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>Comments on: Using swfObject with Mootools</title>
	<atom:link href="http://www.flashnutz.com/2009/08/using-swfobject-with-mootools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashnutz.com/2009/08/using-swfobject-with-mootools/</link>
	<description>HELPING WEB DEVELOPERS DEVELOP</description>
	<lastBuildDate>Thu, 02 Sep 2010 06:32:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Rohan</title>
		<link>http://www.flashnutz.com/2009/08/using-swfobject-with-mootools/comment-page-1/#comment-3211</link>
		<dc:creator>Rohan</dc:creator>
		<pubDate>Sun, 17 Jan 2010 21:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/?p=125#comment-3211</guid>
		<description>Erik, if you need help, you have to show the entire script. If you&#039;re getting an undefined object error, most likely not including the script properly.

The code which Flashnutz posted is all good.</description>
		<content:encoded><![CDATA[<p>Erik, if you need help, you have to show the entire script. If you&#8217;re getting an undefined object error, most likely not including the script properly.</p>
<p>The code which Flashnutz posted is all good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://www.flashnutz.com/2009/08/using-swfobject-with-mootools/comment-page-1/#comment-2613</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Wed, 04 Nov 2009 05:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/?p=125#comment-2613</guid>
		<description>&lt;a href=&quot;#comment-2608&quot; rel=&quot;nofollow&quot;&gt;@Flashnutz&lt;/a&gt; 
Having trouble copying and pasting the code, sorry.

My page has anchor tag (a) id=&quot;mybutton&quot;
And a div id=&quot;flashcontainer&quot;

When I click the link, &quot;file.swf&quot; should be injected into the &quot;flashcontainer&quot; div right?

The code is not online yet, but apart from the anchor and the div mentioned above, I only have your code on the page.

Starting to think it&#039;s a swfobject problem. Your code looks okay.
Googling for for &quot;swfobject is not defined&quot; you get a lot of rusults. But didn&#039;t find a solution yet.</description>
		<content:encoded><![CDATA[<p><a href="#comment-2608" rel="nofollow">@Flashnutz</a><br />
Having trouble copying and pasting the code, sorry.</p>
<p>My page has anchor tag (a) id=&#8221;mybutton&#8221;<br />
And a div id=&#8221;flashcontainer&#8221;</p>
<p>When I click the link, &#8220;file.swf&#8221; should be injected into the &#8220;flashcontainer&#8221; div right?</p>
<p>The code is not online yet, but apart from the anchor and the div mentioned above, I only have your code on the page.</p>
<p>Starting to think it&#8217;s a swfobject problem. Your code looks okay.<br />
Googling for for &#8220;swfobject is not defined&#8221; you get a lot of rusults. But didn&#8217;t find a solution yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flashnutz</title>
		<link>http://www.flashnutz.com/2009/08/using-swfobject-with-mootools/comment-page-1/#comment-2612</link>
		<dc:creator>Flashnutz</dc:creator>
		<pubDate>Wed, 04 Nov 2009 04:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/?p=125#comment-2612</guid>
		<description>have you got the page hosted? I would like to see your code all together.</description>
		<content:encoded><![CDATA[<p>have you got the page hosted? I would like to see your code all together.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flashnutz</title>
		<link>http://www.flashnutz.com/2009/08/using-swfobject-with-mootools/comment-page-1/#comment-2611</link>
		<dc:creator>Flashnutz</dc:creator>
		<pubDate>Wed, 04 Nov 2009 04:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/?p=125#comment-2611</guid>
		<description>shouldn&#039;t this be 

(div id=”mybutton” href=”#nogo”&gt;Flash&lt;/div) instead of (a id=”mybutton” href=”#nogo”&gt;Flash&lt;/div)?

Or is this just a typo in the comments? replace a with div...</description>
		<content:encoded><![CDATA[<p>shouldn&#8217;t this be </p>
<p>(div id=”mybutton” href=”#nogo”>FlashFlash</div)?</p>
<p>Or is this just a typo in the comments? replace a with div&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://www.flashnutz.com/2009/08/using-swfobject-with-mootools/comment-page-1/#comment-2610</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Wed, 04 Nov 2009 04:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/?p=125#comment-2610</guid>
		<description>&lt;a href=&quot;#comment-2608&quot; rel=&quot;nofollow&quot;&gt;@Flashnutz&lt;/a&gt; 

Oops, code added to body:

(a id=&quot;mybutton&quot; href=&quot;#nogo&quot;&gt;Flash&lt;/a&gt;&lt;/div)

(Using  instead of () of course)</description>
		<content:encoded><![CDATA[<p><a href="#comment-2608" rel="nofollow">@Flashnutz</a> </p>
<p>Oops, code added to body:</p>
<p>(a id=&#8221;mybutton&#8221; href=&#8221;#nogo&#8221;&gt;Flash&lt;/div)</p>
<p>(Using  instead of () of course)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://www.flashnutz.com/2009/08/using-swfobject-with-mootools/comment-page-1/#comment-2609</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Wed, 04 Nov 2009 04:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/?p=125#comment-2609</guid>
		<description>&lt;a href=&quot;#comment-2608&quot; rel=&quot;nofollow&quot;&gt;@Flashnutz&lt;/a&gt;
Yes, I included swfobject.js in the head already.

And added the following code into the  of my html file:

&lt;a href=&quot;#nogo&quot; rel=&quot;nofollow&quot;&gt;Click Me&lt;/a&gt;


When I click the link nothing happens.
Same thing in IE7 btw.

&quot;swfobject is not defined&quot;</description>
		<content:encoded><![CDATA[<p><a href="#comment-2608" rel="nofollow">@Flashnutz</a><br />
Yes, I included swfobject.js in the head already.</p>
<p>And added the following code into the  of my html file:</p>
<p><a href="#nogo" rel="nofollow">Click Me</a></p>
<p>When I click the link nothing happens.<br />
Same thing in IE7 btw.</p>
<p>&#8220;swfobject is not defined&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flashnutz</title>
		<link>http://www.flashnutz.com/2009/08/using-swfobject-with-mootools/comment-page-1/#comment-2608</link>
		<dc:creator>Flashnutz</dc:creator>
		<pubDate>Tue, 03 Nov 2009 22:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/?p=125#comment-2608</guid>
		<description>Have you included the swfobject.js file to the header of your page?

You can get the source code from http://code.google.com/p/swfobject/</description>
		<content:encoded><![CDATA[<p>Have you included the swfobject.js file to the header of your page?</p>
<p>You can get the source code from <a href="http://code.google.com/p/swfobject/" rel="nofollow">http://code.google.com/p/swfobject/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://www.flashnutz.com/2009/08/using-swfobject-with-mootools/comment-page-1/#comment-2604</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Tue, 03 Nov 2009 10:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/?p=125#comment-2604</guid>
		<description>&lt;a href=&quot;#comment-2602&quot; rel=&quot;nofollow&quot;&gt;@Flashnutz&lt;/a&gt;
Can&#039;t get it to work.

Firefox Error console says: &quot;swfobject is not defined&quot; when I run your original code.

Any idea how to fix this?</description>
		<content:encoded><![CDATA[<p><a href="#comment-2602" rel="nofollow">@Flashnutz</a><br />
Can&#8217;t get it to work.</p>
<p>Firefox Error console says: &#8220;swfobject is not defined&#8221; when I run your original code.</p>
<p>Any idea how to fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flashnutz</title>
		<link>http://www.flashnutz.com/2009/08/using-swfobject-with-mootools/comment-page-1/#comment-2602</link>
		<dc:creator>Flashnutz</dc:creator>
		<pubDate>Tue, 03 Nov 2009 05:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/?p=125#comment-2602</guid>
		<description>oh and you might want to clear the div container first..

myButton.addEvent(’click’, function(){
  flashcontainer.empty();
  file = ‘anotherSWF.swf’;
  embedFlash();
});</description>
		<content:encoded><![CDATA[<p>oh and you might want to clear the div container first..</p>
<p>myButton.addEvent(’click’, function(){<br />
  flashcontainer.empty();<br />
  file = ‘anotherSWF.swf’;<br />
  embedFlash();<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flashnutz</title>
		<link>http://www.flashnutz.com/2009/08/using-swfobject-with-mootools/comment-page-1/#comment-2600</link>
		<dc:creator>Flashnutz</dc:creator>
		<pubDate>Tue, 03 Nov 2009 05:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/?p=125#comment-2600</guid>
		<description>&lt;a href=&quot;#comment-2599&quot; rel=&quot;nofollow&quot;&gt;@Erik&lt;/a&gt; 
Hi Erik,
      Using the code above you could just change the file name variable via the click event and then call embedFlash().

For example:

myButton.addEvent(&#039;click&#039;, function(){
    file = &#039;anotherSWF.swf&#039;;
    embedFlash();
});</description>
		<content:encoded><![CDATA[<p><a href="#comment-2599" rel="nofollow">@Erik</a><br />
Hi Erik,<br />
      Using the code above you could just change the file name variable via the click event and then call embedFlash().</p>
<p>For example:</p>
<p>myButton.addEvent(&#8216;click&#8217;, function(){<br />
    file = &#8216;anotherSWF.swf&#8217;;<br />
    embedFlash();<br />
});</p>
]]></content:encoded>
	</item>
</channel>
</rss>
