<?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: Adding Cu3er to a WordPress Page</title>
	<atom:link href="http://www.aisaku.com/projects/adding-cu3er-to-a-wordpress-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aisaku.com/projects/adding-cu3er-to-a-wordpress-page/</link>
	<description>the personal webspace of aisaku pradhan</description>
	<lastBuildDate>Tue, 20 Jul 2010 21:16:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Dave Wilkinson</title>
		<link>http://www.aisaku.com/projects/adding-cu3er-to-a-wordpress-page/comment-page-1/#comment-689</link>
		<dc:creator>Dave Wilkinson</dc:creator>
		<pubDate>Tue, 20 Jul 2010 21:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.aisaku.com/?p=494#comment-689</guid>
		<description>Thanks for this. I think your documentation is better than the Cu3er developer&#039;s. 

Worked perfectly once I figured out the correct path for the images.</description>
		<content:encoded><![CDATA[<p>Thanks for this. I think your documentation is better than the Cu3er developer&#8217;s. </p>
<p>Worked perfectly once I figured out the correct path for the images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aisaku</title>
		<link>http://www.aisaku.com/projects/adding-cu3er-to-a-wordpress-page/comment-page-1/#comment-682</link>
		<dc:creator>aisaku</dc:creator>
		<pubDate>Wed, 14 Jul 2010 13:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.aisaku.com/?p=494#comment-682</guid>
		<description>Regarding the question on the path. You are right that you do need the longer path unless you specify the location of the swf object relative to the script. I did that on the line previous, so the longer path is not needed if you use my code as a template. Furthermore if you do specify the source for the script and include a long path, your object will not work properly.

Since you get the cu3er logo, I do not think that is the problem in this case. I would check the path to the images first. You need to have the paths coming from the root of your WordPress install and make sure you have the right permissions set. Most likely, the file paths to the images are incorrect.</description>
		<content:encoded><![CDATA[<p>Regarding the question on the path. You are right that you do need the longer path unless you specify the location of the swf object relative to the script. I did that on the line previous, so the longer path is not needed if you use my code as a template. Furthermore if you do specify the source for the script and include a long path, your object will not work properly.</p>
<p>Since you get the cu3er logo, I do not think that is the problem in this case. I would check the path to the images first. You need to have the paths coming from the root of your WordPress install and make sure you have the right permissions set. Most likely, the file paths to the images are incorrect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://www.aisaku.com/projects/adding-cu3er-to-a-wordpress-page/comment-page-1/#comment-681</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Wed, 14 Jul 2010 04:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.aisaku.com/?p=494#comment-681</guid>
		<description>Shouldn&#039;t &#039;expressInstall.swf&#039; be changed to &quot;/js/swfobject/expressInstall.swf&quot; if the theme generates the home page.?

Also, I set this up at budgetaudiovideo.com, but there seems to be some conflict with the redirect. If www.budgetaudiovideo.com is input, the images do not load.

Any advice/fix for this.?</description>
		<content:encoded><![CDATA[<p>Shouldn&#8217;t &#8216;expressInstall.swf&#8217; be changed to &#8220;/js/swfobject/expressInstall.swf&#8221; if the theme generates the home page.?</p>
<p>Also, I set this up at budgetaudiovideo.com, but there seems to be some conflict with the redirect. If <a href="http://www.budgetaudiovideo.com" rel="nofollow">http://www.budgetaudiovideo.com</a> is input, the images do not load.</p>
<p>Any advice/fix for this.?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aisaku</title>
		<link>http://www.aisaku.com/projects/adding-cu3er-to-a-wordpress-page/comment-page-1/#comment-670</link>
		<dc:creator>aisaku</dc:creator>
		<pubDate>Thu, 08 Jul 2010 14:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.aisaku.com/?p=494#comment-670</guid>
		<description>Mermadale, thanks for the catch. I fixed the line in the code. I am glad people are finding this writeup to be useful!</description>
		<content:encoded><![CDATA[<p>Mermadale, thanks for the catch. I fixed the line in the code. I am glad people are finding this writeup to be useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mermadale</title>
		<link>http://www.aisaku.com/projects/adding-cu3er-to-a-wordpress-page/comment-page-1/#comment-669</link>
		<dc:creator>Mermadale</dc:creator>
		<pubDate>Thu, 08 Jul 2010 00:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.aisaku.com/?p=494#comment-669</guid>
		<description>The line swfobject.addloadEvent(function(){}) in the text needs to have the L of Load capitalised as in swfobject.addLoadEvent(function(){})or if cut and pasted it causes the whole CU3ER to fail to load.

Thanks for the item it saved me heaps of work with IE6 etc.</description>
		<content:encoded><![CDATA[<p>The line swfobject.addloadEvent(function(){}) in the text needs to have the L of Load capitalised as in swfobject.addLoadEvent(function(){})or if cut and pasted it causes the whole CU3ER to fail to load.</p>
<p>Thanks for the item it saved me heaps of work with IE6 etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSSReX</title>
		<link>http://www.aisaku.com/projects/adding-cu3er-to-a-wordpress-page/comment-page-1/#comment-220</link>
		<dc:creator>CSSReX</dc:creator>
		<pubDate>Thu, 20 May 2010 21:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.aisaku.com/?p=494#comment-220</guid>
		<description>Amazing man!! You solved it :) Thanks so much..</description>
		<content:encoded><![CDATA[<p>Amazing man!! You solved it <img src='http://www.aisaku.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks so much..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aisaku</title>
		<link>http://www.aisaku.com/projects/adding-cu3er-to-a-wordpress-page/comment-page-1/#comment-81</link>
		<dc:creator>aisaku</dc:creator>
		<pubDate>Sun, 28 Mar 2010 01:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.aisaku.com/?p=494#comment-81</guid>
		<description>@Duquesa Are you talking about the right click menu?nI do not recall a setting in the cu3er docs to change the right click settings. You can however add javascript to remove right clicking from that section of your webpage. You can do this pretty easily. In the section that contains the cu3er code, use the right click disable script located here: http://www.hypergurl.com/norightclick.html
Users then wont be able to right click on the cu3er object.</description>
		<content:encoded><![CDATA[<p>@Duquesa Are you talking about the right click menu?nI do not recall a setting in the cu3er docs to change the right click settings. You can however add javascript to remove right clicking from that section of your webpage. You can do this pretty easily. In the section that contains the cu3er code, use the right click disable script located here: <a href="http://www.hypergurl.com/norightclick.html" rel="nofollow">http://www.hypergurl.com/norightclick.html</a><br />
Users then wont be able to right click on the cu3er object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duquesa</title>
		<link>http://www.aisaku.com/projects/adding-cu3er-to-a-wordpress-page/comment-page-1/#comment-80</link>
		<dc:creator>Duquesa</dc:creator>
		<pubDate>Sat, 27 Mar 2010 19:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.aisaku.com/?p=494#comment-80</guid>
		<description>hi, i want to know if someone knows how to change the link that appears when you clicked on the right button of the mouse, because it link to the cu3er site and i want to delete it... thanks</description>
		<content:encoded><![CDATA[<p>hi, i want to know if someone knows how to change the link that appears when you clicked on the right button of the mouse, because it link to the cu3er site and i want to delete it&#8230; thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Techy</title>
		<link>http://www.aisaku.com/projects/adding-cu3er-to-a-wordpress-page/comment-page-1/#comment-19</link>
		<dc:creator>Techy</dc:creator>
		<pubDate>Wed, 10 Mar 2010 02:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.aisaku.com/?p=494#comment-19</guid>
		<description>Wonderful i was looking for one like this</description>
		<content:encoded><![CDATA[<p>Wonderful i was looking for one like this</p>
]]></content:encoded>
	</item>
</channel>
</rss>
