<?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: How to DIY Cool Flash Banner with PowerPoint</title>
	<atom:link href="http://bannersbee.com/cheap-flash-banners/how-to-diy-cool-flash-banner-with-powerpoint.html/feed" rel="self" type="application/rss+xml" />
	<link>http://bannersbee.com/cheap-flash-banners/how-to-diy-cool-flash-banner-with-powerpoint.html</link>
	<description>Cheap Banner Design</description>
	<lastBuildDate>Wed, 19 May 2010 09:24:56 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ThePayneofDeath</title>
		<link>http://bannersbee.com/cheap-flash-banners/how-to-diy-cool-flash-banner-with-powerpoint.html/comment-page-1#comment-156</link>
		<dc:creator>ThePayneofDeath</dc:creator>
		<pubDate>Mon, 04 Jan 2010 19:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://bannersbee.com/cheap-flash-banners/how-to-diy-cool-flash-banner-with-powerpoint.html#comment-156</guid>
		<description>thnx nice video!</description>
		<content:encoded><![CDATA[<p>thnx nice video!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Picard</title>
		<link>http://bannersbee.com/cheap-flash-banners/how-to-diy-cool-flash-banner-with-powerpoint.html/comment-page-1#comment-164</link>
		<dc:creator>Picard</dc:creator>
		<pubDate>Mon, 04 Jan 2010 09:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://bannersbee.com/cheap-flash-banners/how-to-diy-cool-flash-banner-with-powerpoint.html#comment-164</guid>
		<description>A temporary fix is to right click it in a browser and disable looping.</description>
		<content:encoded><![CDATA[<p>A temporary fix is to right click it in a browser and disable looping.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mproductionsmusik</title>
		<link>http://bannersbee.com/cheap-flash-banners/how-to-diy-cool-flash-banner-with-powerpoint.html/comment-page-1#comment-158</link>
		<dc:creator>mproductionsmusik</dc:creator>
		<pubDate>Sun, 03 Jan 2010 22:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://bannersbee.com/cheap-flash-banners/how-to-diy-cool-flash-banner-with-powerpoint.html#comment-158</guid>
		<description>THX FOR THE VIDEO! But it was for myspace.. how can i create one for myspace account? Do i need to use html?</description>
		<content:encoded><![CDATA[<p>THX FOR THE VIDEO! But it was for myspace.. how can i create one for myspace account? Do i need to use html?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hypercat</title>
		<link>http://bannersbee.com/cheap-flash-banners/how-to-diy-cool-flash-banner-with-powerpoint.html/comment-page-1#comment-163</link>
		<dc:creator>hypercat</dc:creator>
		<pubDate>Sun, 03 Jan 2010 13:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://bannersbee.com/cheap-flash-banners/how-to-diy-cool-flash-banner-with-powerpoint.html#comment-163</guid>
		<description>Making an image a link:

&lt;p&gt;&lt;a href=&quot;URL path to zipped file&quot; title=&quot;Mouseover Description&quot;&gt;&lt;img style=&quot;width: XXpx; height: YYpx; border: 0;&quot; src=&quot;Path to image&quot; alt=&quot;Text Description&quot;&gt;&lt;/a&gt;&lt;/p&gt;

You can change the &quot;p&quot; tags to div tags and style as needed.

Or...

Between the head tags:

&lt;style type=&quot;text/css&quot;&gt;
#logolink {
display: block;
height: 100px;
width: 200px;
background-image: url(Path to your header image) no-repeat center scroll;
}

#bglink span {
display: none;
}
&lt;/style&gt;

HTML:

&lt;p&gt;&lt;a id=&quot;logolink&quot; href=&quot;http://whatever&quot; title=&quot;Mouseover Description&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a id=&quot;bglink&quot; href=&quot;#&quot;&gt;&lt;span&gt;Click my logo&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;


Ron</description>
		<content:encoded><![CDATA[<p>Making an image a link:</p>
<p>&lt;p&gt;&lt;a href=&quot;URL path to zipped file&quot; title=&quot;Mouseover Description&quot;&gt;&lt;img style=&quot;width: XXpx; height: YYpx; border: 0;&quot; src=&quot;Path to image&quot; alt=&quot;Text Description&quot;&gt;&lt;/a&gt;&lt;/p&gt;</p>
<p>You can change the &quot;p&quot; tags to div tags and style as needed.</p>
<p>Or&#8230;</p>
<p>Between the head tags:</p>
<p>&lt;style type=&quot;text/css&quot;&gt;<br />
#logolink {<br />
display: block;<br />
height: 100px;<br />
width: 200px;<br />
background-image: url(Path to your header image) no-repeat center scroll;<br />
}</p>
<p>#bglink span {<br />
display: none;<br />
}<br />
&lt;/style&gt;</p>
<p>HTML:</p>
<p>&lt;p&gt;&lt;a id=&quot;logolink&quot; href=&quot;http://whatever&quot; title=&quot;Mouseover Description&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a id=&quot;bglink&quot; href=&quot;#&quot;&gt;&lt;span&gt;Click my logo&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;</p>
<p>Ron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kumar t</title>
		<link>http://bannersbee.com/cheap-flash-banners/how-to-diy-cool-flash-banner-with-powerpoint.html/comment-page-1#comment-168</link>
		<dc:creator>kumar t</dc:creator>
		<pubDate>Sun, 03 Jan 2010 11:13:07 +0000</pubDate>
		<guid isPermaLink="false">http://bannersbee.com/cheap-flash-banners/how-to-diy-cool-flash-banner-with-powerpoint.html#comment-168</guid>
		<description>You need to put blank frames on the layers you don&#039;t want to show up at different times.  So at each frame, clear the frames you don&#039;t want to show at that time.</description>
		<content:encoded><![CDATA[<p>You need to put blank frames on the layers you don&#039;t want to show up at different times.  So at each frame, clear the frames you don&#039;t want to show at that time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHDinCT</title>
		<link>http://bannersbee.com/cheap-flash-banners/how-to-diy-cool-flash-banner-with-powerpoint.html/comment-page-1#comment-165</link>
		<dc:creator>PHDinCT</dc:creator>
		<pubDate>Sun, 03 Jan 2010 01:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://bannersbee.com/cheap-flash-banners/how-to-diy-cool-flash-banner-with-powerpoint.html#comment-165</guid>
		<description></description>
		<content:encoded><![CDATA[]]></content:encoded>
	</item>
	<item>
		<title>By: GravityFource</title>
		<link>http://bannersbee.com/cheap-flash-banners/how-to-diy-cool-flash-banner-with-powerpoint.html/comment-page-1#comment-159</link>
		<dc:creator>GravityFource</dc:creator>
		<pubDate>Sat, 02 Jan 2010 21:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://bannersbee.com/cheap-flash-banners/how-to-diy-cool-flash-banner-with-powerpoint.html#comment-159</guid>
		<description>Looks pretty  gay.....</description>
		<content:encoded><![CDATA[<p>Looks pretty  gay&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webmaster</title>
		<link>http://bannersbee.com/cheap-flash-banners/how-to-diy-cool-flash-banner-with-powerpoint.html/comment-page-1#comment-166</link>
		<dc:creator>Webmaster</dc:creator>
		<pubDate>Sat, 02 Jan 2010 20:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://bannersbee.com/cheap-flash-banners/how-to-diy-cool-flash-banner-with-powerpoint.html#comment-166</guid>
		<description>www.mybannermaker.com</description>
		<content:encoded><![CDATA[<p>http://www.mybannermaker.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ChocoCrumble</title>
		<link>http://bannersbee.com/cheap-flash-banners/how-to-diy-cool-flash-banner-with-powerpoint.html/comment-page-1#comment-167</link>
		<dc:creator>ChocoCrumble</dc:creator>
		<pubDate>Sat, 02 Jan 2010 17:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://bannersbee.com/cheap-flash-banners/how-to-diy-cool-flash-banner-with-powerpoint.html#comment-167</guid>
		<description>use macromedia flash designer or Flash MX</description>
		<content:encoded><![CDATA[<p>use macromedia flash designer or Flash MX</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jpruk0</title>
		<link>http://bannersbee.com/cheap-flash-banners/how-to-diy-cool-flash-banner-with-powerpoint.html/comment-page-1#comment-154</link>
		<dc:creator>jpruk0</dc:creator>
		<pubDate>Sat, 02 Jan 2010 15:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://bannersbee.com/cheap-flash-banners/how-to-diy-cool-flash-banner-with-powerpoint.html#comment-154</guid>
		<description>I was thinking exactly the same thing :D</description>
		<content:encoded><![CDATA[<p>I was thinking exactly the same thing <img src='http://bannersbee.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
