<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Behind the Scene &#187; Website</title>
	<atom:link href="http://blog.suhreedsarkar.com/tag/website/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.suhreedsarkar.com</link>
	<description>thoughts on life and work by suhreed sarkar</description>
	<lastBuildDate>Wed, 21 Jul 2010 06:36:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Joomla! with Flash: Flashy Templates, Headers, Banners, and Tickers: 	Part 2</title>
		<link>http://blog.suhreedsarkar.com/2009/11/joomla-with-flash-flashy-templates-headers-banners-and-tickers-part-2/</link>
		<comments>http://blog.suhreedsarkar.com/2009/11/joomla-with-flash-flashy-templates-headers-banners-and-tickers-part-2/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 02:14:11 +0000</pubDate>
		<dc:creator>Suhreed Sarkar</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[Flash Build]]></category>
		<category><![CDATA[Flash CS4 Build]]></category>
		<category><![CDATA[HTML element]]></category>
		<category><![CDATA[joomla!]]></category>
		<category><![CDATA[Style sheet]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://blog.suhreedsarkar.com/2009/11/joomla-with-flash-flashy-templates-headers-banners-and-tickers-part-2/</guid>
		<description><![CDATA[This article is a continuation to the previous artcile with same title. This is an exceprt from my book &#8211; Joomla! with Flash &#8211; recently published by Packt Publishing. This article was orginally published at http://www.packtpub.com, and I am reposting it with their permission.
Using Flash headers
We have seen that one of the uses of Flash [...]]]></description>
			<content:encoded><![CDATA[<p>This article is a continuation to the previous artcile with same title. This is an exceprt from my book &#8211; Joomla! with Flash &#8211; recently published by Packt Publishing. This article was orginally published at <a href="http://www.packtpub.com">http://www.packtpub.com</a>, and I am reposting it with their permission.</p>
<h1>Using Flash headers</h1>
<p>We have seen that one of the uses of Flash in Joomla! templates is as a header. By using a Flash animation in a site&#8217;s header you can create some stunning effects. As we have already seen, while designing the template, we may embed Flash animation in the header region and control the layout using an appropriate CSS stylesheet. To embed such Flash animations like these, you can use the <em><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100" height="100" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><embed type="application/x-shockwave-flash" width="100" height="100" /></object></em> XHTML tag. We have seen its use in the previous section. An alternative to this is showing the Flash header at some module position. There are several extensions that can be used for showing Flash objects at a module position. We will be looking at some of them next.<span id="more-24"></span></p>
<h2>Using Flexheader3</h2>
<p>Flexheader3 is a Joomla! 1.5-compatible extension for using Flash as headers in Joomla! sites. This is available for download for free at <a href="http://flexheader2.andrehotzler.de/en/download/folder/208-flexheader3.html" target="_blank">http://flexheader2.andrehotzler.de/en/download/folder/208-flexheader3.html</a>. After downloading the package, install it from the <strong>Extensions | Install/Uninstall</strong> screen in Joomla! administration. Then click on <strong>Extensions | Module Manager</strong>. In the <strong>Module Manager</strong> screen, you will find the module named <strong>Flexheader3</strong>. Click on it and that shows the <strong>Module: [Edit]</strong> screen for the Flexheader3 module, as shown in the following screenshot:</p>
<div style="overflow: scroll; height: 550px;"><img src="http://www.packtpub.com/files/images/joomlaflash-article2-image03.png" alt="" /></div>
<p>The <strong>Details</strong> section is similar to other modules from where you enable the module, select the module position to display this, select the order of display, and assign menus for which this module will be displayed. The module-specific settings are in the <strong>Parameters</strong> section. As you see, selecting the module position is crucial for this module. Most of the templates don&#8217;t have a position to display the header using a module. Therefore, you may need to create a module position for displaying a Flash header. The following section shows you how to create a module position displaying a header.</p>
<h3>Creating a module position</h3>
<p>To create a module position in your template you need to edit at least two files. Browse to the <em>/templates</em> directory, and click on the name of the template that you want to modify. You need to edit two files in the template folder: <em>index.php</em> and <em>templateDetails.xml</em>. First, open the <em>templateDetails.xml</em> file in your text editor and find the <em>&lt;positions&gt;</em> tag. Under this, type the line highlighted in the following code so that the file looks like the following:</p>
<pre style="margin-left: 40px;">
&lt;positions&gt; &lt;position&gt;flexheader&lt;/position&gt; &lt;position&gt;left&lt;/position&gt; &lt;position&gt;user1&lt;/position&gt; ... &lt;position&gt;right&lt;/position&gt;  &lt;position&gt;debug&lt;/position&gt; &lt;/positions&gt;
</pre>
<p style="margin-left: 40px; margin-right: 40px;"><em>Remember to type</em> <em>&lt;position&gt;flexheader&lt;/position&gt;</em> before ending &lt;/positions&gt; tag. Placing it outside the &lt;positions&gt; &lt;/positions&gt; block will make the template unusable.</p>
<p>After modifying the templateDetails.xml file, open the <em>index.php</em> file in your text editor. Find out the code for including a header image in that template. Generally, this is done by inserting an image using the <em><img src="..." alt="" /></em> tag. If you don&#8217;t find such a tag, then look for <em>&lt;div id=&#8221;header&#8221; &#8230; &gt;</em> or something like that. In such cases, CSS is used to display the background image to the <em>div</em> element.</p>
<p>Once you have found the code for showing the header image, replace it with the following code:</p>
<pre style="margin-left: 40px;">
&lt;jdoc:include type="modules" name="flexheader" style="RAW" /&gt;
</pre>
<p>This line of code means that you are instructing to include modules designated for the <em>flexheader</em> position. When we assign the Flexheader3 module to this position, the contents of that module will be displayed in this position. Generally, this module will produce a code like the following in this position:</p>
<pre style="margin-left: 40px;">
&lt;img src="/images/header.png" title="My header image" alt="Header image"  style="width: 528px; height: 70px;" /&gt;
</pre>
<p>When changes to <em>index.php</em> are made, save those changes. We will be configuring the module to display a Flash header in this module position.</p>
<hr size="1" />
<div class="header">Joomla! with Flash</div>
<table border="0" width="100%">
<tbody>
<tr>
<td width="99" valign="top"><a href="http://www.packtpub.com/joomla-with-flash/book/rk/joomlaflash-abr3/1109?utm_source=rk_joomlaflash_abr3_1109&amp;utm_medium=content&amp;utm_campaign=ramsai"><img class="left" title="Joomla! with Flash" src="http://images.packtpub.com/images/100x123/1847198244.png" border="0" alt="Joomla! with Flash" width="99" height="123" /></a></td>
<td valign="top">
<ul>
<li>Build a stunning, content-rich, and interactive web site with Joomla! 1.5 and Flash CS4</li>
<li>Build an attractive web site integrating Flash objects into Joomla!</li>
<li>Create stunning photo galleries with Flash transition and animation effects</li>
<li>Use interactive Flash-based maps, charts, animations, videos, MP3 players, logos, headers, and banners in Joomla!-based web sites</li>
<li>Turn your Joomla! web site into a feature-rich multimedia enhanced site through this step-by-step easy-to-follow guide enriched with screenshots</li>
</ul>
<p><a href="http://www.packtpub.com/joomla-with-flash/book/rk/joomlaflash-abr3/1109?utm_source=rk_joomlaflash_abr3_1109&amp;utm_medium=content&amp;utm_campaign=ramsai">http://www.packtpub.com/joomla-with-flash/book</a>
</td>
</tr>
</tbody>
</table>
<hr size="1" />
<h3>Configuring the module</h3>
<p>After creating a module position for Flexheader by modifying the <em>index.php</em> and <em>templateDetails.xml</em> files, you can configure the Flexheader3 module to show the Flash header. To configure the Flexheader3 module, go to the <strong>Parameters</strong> section in the <strong>Module: [Edit]</strong> screen for the Flexheader3 module. Now we will look into the <strong>Module Parameters</strong> section shown in the following screenshot:</p>
<p style="text-align: center;"><img src="http://www.packtpub.com/files/images/joomlaflash-article2-image04.png" alt="" /></p>
<p>In the <strong>Module Parameters</strong> section you need to configure the following:</p>
<ol type="i">
<li><strong>Show Help information on Frontpage</strong>: When showing Flash headers you may display some help tips for the frontend users.You can choose:
<ul>
<li><strong>none</strong>—to prevent showing such help</li>
<li><strong>for endusers</strong>—if you want to show help to site visitors</li>
<li><strong>for developers</strong>—if you want to show help messages to developers only</li>
</ul>
<p>Selecting for developers is logical as that enables the messages and fixing if needed.
</li>
<li><strong>Location of image folder</strong>: Select the path of the folder where you have stored the images to be displayed in the header. You can select <em>/images</em> or <em>/templates/current template</em>. Selecting <em>/images</em> stores the header images in the <em>global /images directory</em>, which can then be accessed through the media manager. On the other hand, you can store the images into the template&#8217;s <em>images</em> folder. In such a case, select the <em>/templates/current&nbsp;&nbsp; &nbsp;template/</em> option from the drop-down list.</li>
<li><strong>Name of image folder</strong>: Specify the name of the folder where the header images will be stored. If you have selected <em>/images</em> in the previous field and type <strong>header-images</strong> in this field, then the images will be stored in the <em>/images/header_images</em> folder.</li>
<li><strong>Name of default image (without extension)</strong>: Type the name of the default image to be displayed if there is no image. Specify the name without the file extension; extensions for the images will be defined later.</li>
<li><strong>Filetype of image</strong>: Specify the type of images used for the header. You need to select an extension from the drop-down list. The available extensions are: <strong>jpg</strong>, <strong>jpeg</strong>, <strong>gif</strong>, and <strong>png</strong>. Remember that when you select an extension the images to be used for the header have to be of that type. If you select <strong>png</strong>, for example, the header images need to be in the PNG format.</li>
<li><strong>Height</strong>: Specify the height of the header images in pixels or percentage, as indicated in the <strong>Indication of Dimensions</strong> field. All images need to be resized to this height.</li>
<li><strong>Width</strong>: Specify the width of the header images in pixels or percentage, as indicated in the <strong>Indication of Dimensions</strong> field. All images need to be the same width as this.</li>
<li><strong>Indication of Dimensions</strong>: Select either <strong>px</strong> or <strong>%</strong> to indicate the unit of dimension. For example, if you select <strong>px</strong> in this drop-down list, the values in the <strong>Height</strong> and <strong>Width</strong> fields will be in pixels. For a fluid layout you may specify the image height and width in percentage. In this case, you have to select <strong>%</strong> from the drop-down list.</li>
</ol>
<p>You can display images, XHTML <em>&lt;div&gt;</em>, or Flash objects using the Flexheader3 module. The <strong>Advanced Parameters</strong> section for the module, shown in the next screenshot, allows you to configure what will be displayed in this module and how:</p>
<p style="text-align: center;"><img src="http://www.packtpub.com/files/images/joomlaflash-article2-image05.png" alt="" /></p>
<p>From the <strong>Advanced Parameters</strong> section you need to configure the following:</p>
<ul>
<li><strong>Display Mode</strong>: Select a display mode from this drop-down list. You can either display an image, a <em>&lt;div&gt;</em> object, or a Flash object with this module. Select any one from the drop-down list: <strong>Image</strong>, <strong>DIV area with image as background</strong>, or <strong>Flash Object</strong>. One of the reasons you may want to use <em>&lt;div&gt;</em> is that you want to show some text in the header. When you use a <em>&lt;div&gt;</em>, images are used as background to the <em>&lt;div&gt;</em> tag and the text inside the <em>&lt;div&gt;</em> tag is visible. Based on the selection of this field, you need to configure the other fields.</li>
<li><strong>DIV Content (for Display mode=DIV Area with background image)</strong>: When you have selected <strong>DIV Area with background image</strong> in the <strong>Display Mode</strong> field, you need to specify the DIV content in this textbox. For example, if you want to display the logo in the header, then simply type <em><img src="/templates/mx_joofree2/images/logo.png" alt="" /></em> and the logo will be displayed as an overlay to the header images. However, for formatting the DIV content, you also need to specify the relevant styles in the CSS file.</li>
<li><strong>IMG Alternative Text (XHTML ALT)</strong>: When you select <strong>Image</strong> in the <strong>Display Mode</strong> field to display images in the Flexheader3 module, you can specify alternative text for images, which is equivalent to the <em>alt</em> attribute in the <em>&lt;img&gt;</em> tag.</li>
<li><strong>Hyperlinked header</strong>: You can make the header hyperlinked. If you want to make it hyperlinked, then select <strong>Yes</strong> for this field.</li>
<li><strong>Hyperlink Target</strong>: If you have selected <strong>Yes</strong> for the <strong>Hyperlinked header</strong> field, then specify the URL for the hyperlink in this field. This URL may be relative or absolute.</li>
<li><strong>JoomFish Support</strong>: Flexheader3 can display language-specific images. For example, your site has two languages—English (en), and French (fr). You create the language-specific header images, such as <em>1-en.png</em>, <em>2-en.png</em>, <em>3-en.png</em>, <em>4-en.png</em>, and so on for English, and <em>1-fr.png</em>, <em>2-fr.png</em>, <em>3-fr.png</em>, <em>4-fr.png</em>, and so on for French. Then, to enable the multilingual feature, select <strong>Yes</strong> in the <strong>JoomFish Support</strong> field.</li>
<li><strong>VirtueMart Support</strong>: Prefixing the image names with the VirtueMart category and product IDs, such as <em>category1_product1_01.png</em>, may link that image to that category and product. To enable this support for linking with VirtueMart products and categories, select <strong>Yes</strong> in this field.</li>
<li><strong>Load a css file</strong>: Select <strong>Yes</strong> to use a CSS file for formatting different pages.</li>
<li><strong>Position of Debug Information</strong>: Specify the position where you want the debug information for this Flexheader3 module to be displayed. You can show this on top or at the bottom of the front page. This will be very useful for adjusting the module&#8217;s output.</li>
<li><strong>Debug Background Color</strong>: Specify a background color for the debug information shown on the front page. You can select Red, Blue, Yellow, Green, or Cyan as the background color for the debug information.</li>
<li><strong>Debug Opacity</strong>: Specify the opacity for the debug information by selecting a number from 5 to 100 from the drop-down list.</li>
<li><strong>Debug Height</strong>: Specify the height of the debug window as a percentage of the size of the main window. Select a percentage from the drop-down list or select <strong>auto</strong> to let the height be adjusted automatically.</li>
<li><strong>Module Class Suffix</strong>: For individual module styling, you can specify a suffix to the module class so that you can apply appropriate CSS styles to this class suffix. For example, you can specify the module suffix <em>myclass</em>, and add a CSS declaration <em>module-heading-myclass</em> to define your own style for this module&#8217;s heading.</li>
<li><strong>Flexheader3 CSS Class</strong>: You can specify a CSS class for the Flexheader3 module. You should use such a class if you have included the Flexheader3 module as <em>raw</em>, without any styling.</li>
<li><strong>Caching</strong>: You can select <strong>Use Global</strong> from the drop-down list to enable caching for this module. Select <strong>No caching</strong> to disable caching.</li>
<li><strong>Cache Time</strong>: If you have chosen to use caching, then specify the time in minutes, after which the module will be re-cached.</li>
</ul>
<p>If we configure these settings for the Flexheader3 module and save them, you will find the header—either images from the specified directories or SWF animations—displayed in the newly created Flexheader module position. The module will look similar to the following screenshot:</p>
<p style="text-align: center;"><img src="http://www.packtpub.com/files/images/joomlaflash-article2-image06.png" alt="" /></p>
<h3>Using Web Flash Module to show headers</h3>
<p>We can use the mod_web_flash as a site&#8217;s header. The only difference will be in configuring the module differently with appropriate images, texts, and link URLs. Then we have to publish that module in a position like the Flexheader3 module position. For example, placing the same module that we have configured with mod_web_flash would display the header as shown in the following screenshot:</p>
<div style="overflow: scroll; height: 240px;"><img src="http://www.packtpub.com/files/images/joomlaflash-article2-image07.png" alt="" /></div>
<p style="margin-left: 40px; margin-right: 40px;"><em>When using the Web Flash Joomla 1.5 module (</em><em>mod_web_flash</em>), you can also add menu links to the rotating header images. It will be nice to add different background images, some text (a slogan for your site), and then linking them to the different parts of your website.</p>
<h1>Using Flash banners</h1>
<p>Joomla! has a banner management system from where you can add banner clients, categorize the banners, define the banners, and publish the banners through the module. Usually you can display banner images using this component and also manage the banners very effectively. You can specify the banner images and links for the same. The banners can be displayed for a specified duration or for a certain number of impressions. Unfortunately, we cannot display a Flash banner using this banner component.</p>
<p>For adding animated Flash banners, we need to use third-party extensions. Any module that can show a Flash object at a module location can be used to display Flash banners. For example, we have already learned how to use the Web Flash Joomla! 1.5 module. We can use this module as a banner. To do this, first create a Flash animated banner and configure the module to display this Flash object at a position called <strong>banner</strong> in your template.</p>
<p style="margin-left: 40px; margin-right: 40px;"><em>You can always hardcode your Flash objects to a Joomla! template. In this case, Flash banners can also be displayed in a Joomla! site using the</em> <em><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100" height="100" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><embed type="application/x-shockwave-flash" width="100" height="100" /></object></em>tags. However, you will have to edit the template file each time you change the banner.</p>
<h1>Flash tickers</h1>
<p>Tickers are used for displaying small amounts of information on your site. You can either use text-based tickers or animated Flash tickers. The same principle applies when displaying animated Flash tickers. If you want to display an animated Flash ticker, design the ticker with appropriate text, images, sounds, and so on, and publish it on your site. Like others, you can display this either by embedding the ticker Flash object in the template, or by publishing it through a module. If you want to use a module for publishing tickers, use the Web Flash Joomla! 1.5 module or any other module that can display one or more animated Flash objects from a directory on your web server.</p>
<h1>Summary</h1>
<p>Although Flash can be used for designing the layout of a Joomla! site, it is often used as a header or a logo for the site&#8217;s template. You can use Flash objects in different parts of the Joomla! template to display the Flash objects. In this article, we have learned two ways of showing Flash objects in a Joomla! site: by embedding the Flash object in a Joomla! template and showing it permanently on a Joomla! website; and by using a suitable module. First, we have seen how to embed Flash objects in Joomla! templates using the <em><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100" height="100" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><embed type="application/x-shockwave-flash" width="100" height="100" /></object></em> tag. Later, we have explored options for displaying Flash objects using the Joomla! modules such as FlexHeader3 and Web Flash Joomla!.</p>
<hr size="1" />
<p><strong>If you have read this article you may be interested to view :</strong></p>
<ul>
<li><a href="http://www.packtpub.com/article/joomla-with-flash-showing-maps-using-yos-ammap?utm_source=rk_joomlaflash_abr3_1109&amp;utm_medium=content&amp;utm_campaign=ramsai" target="_blank">Joomla! with Flash: Showing maps using YOS amMap</a></li>
<li><a href="http://www.packtpub.com/article/joomla-with-flash-flashy-templates-headers-banners-tickers-1?utm_source=rk_joomlaflash_abr3_1109&amp;utm_medium=content&amp;utm_campaign=ramsai" target="_blank">Joomla! with Flash: Flashy Templates, Headers, Banners, and Tickers: Part 1</a></li>
</ul>
<hr size="1" />
<div class="header">Joomla! with Flash</div>
<table border="0" width="100%">
<tbody>
<tr>
<td width="99" valign="top"><a href="http://www.packtpub.com/joomla-with-flash/book/rk/joomlaflash-abr3/1109?utm_source=rk_joomlaflash_abr3_1109&amp;utm_medium=content&amp;utm_campaign=ramsai"><img class="left" title="Joomla! with Flash" src="http://images.packtpub.com/images/100x123/1847198244.png" border="0" alt="Joomla! with Flash" width="99" height="123" /></a></td>
<td valign="top">
<ul>
<li>Build a stunning, content-rich, and interactive web site with Joomla! 1.5 and Flash CS4</li>
<li>Build an attractive web site integrating Flash objects into Joomla!</li>
<li>Create stunning photo galleries with Flash transition and animation effects</li>
<li>Use interactive Flash-based maps, charts, animations, videos, MP3 players, logos, headers, and banners in Joomla!-based web sites</li>
<li>Turn your Joomla! web site into a feature-rich multimedia enhanced site through this step-by-step easy-to-follow guide enriched with screenshots</li>
</ul>
<p><a href="http://www.packtpub.com/joomla-with-flash/book/rk/joomlaflash-abr3/1109?utm_source=rk_joomlaflash_abr3_1109&amp;utm_medium=content&amp;utm_campaign=ramsai">http://www.packtpub.com/joomla-with-flash/book</a>
</td>
</tr>
</tbody>
</table>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/df42f038-7d49-4438-af4f-8ccece66405f/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_b.png?x-id=df42f038-7d49-4438-af4f-8ccece66405f" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript">
</script></span></div>
<div class="wooshare_links"><a href="http://twitter.com/?status=Reading: %22Joomla! with Flash: Flashy Templates, Headers, Banners, and Tickers: 	Part 2%22 - %url" class="wooshare_link wooshare_twitter" title="Click here to share this post on Twitter" target="_blank"><img src="http://twitter.com/favicon.ico" alt="" class="wooshare_icon wooshare_twitter_icon" /> Tweet</a><a href="http://www.facebook.com/sharer.php?u=http://blog.suhreedsarkar.com/2009/11/joomla-with-flash-flashy-templates-headers-banners-and-tickers-part-2/" class="wooshare_link wooshare_facebook" title="Click here to share this post on Facebook" target="_blank"><img src="http://www.facebook.com/favicon.ico" alt="" class="wooshare_icon wooshare_facebook_icon" /> Facebook</a><a href="http://www.delicious.com/post?url=http://blog.suhreedsarkar.com/2009/11/joomla-with-flash-flashy-templates-headers-banners-and-tickers-part-2/" class="wooshare_link wooshare_delicious" title="Click here to share this post on Delicious" target="_blank"><img src="http://www.delicious.com/favicon.ico" alt="" class="wooshare_icon wooshare_delicious_icon" /> Delicious</a><a href="http://www.digg.com/submit?url=http://blog.suhreedsarkar.com/2009/11/joomla-with-flash-flashy-templates-headers-banners-and-tickers-part-2/" class="wooshare_link wooshare_digg" title="Click here to share this post on Digg" target="_blank"><img src="http://www.digg.com/favicon.ico" alt="" class="wooshare_icon wooshare_digg_icon" /> Digg</a><a href="http://technorati.com/faves?add=http://blog.suhreedsarkar.com/2009/11/joomla-with-flash-flashy-templates-headers-banners-and-tickers-part-2/-Joomla! with Flash: Flashy Templates, Headers, Banners, and Tickers: 	Part 2" class="wooshare_link wooshare_technorati" title="Click here to share this post on Technorati" target="_blank"><img src="http://technorati.com/favicon.ico" alt="" class="wooshare_icon wooshare_technorati_icon" /> Technorati</a><a href="http://posterous.com/share?linkto=http://blog.suhreedsarkar.com/2009/11/joomla-with-flash-flashy-templates-headers-banners-and-tickers-part-2/&amp;title=Joomla! with Flash: Flashy Templates, Headers, Banners, and Tickers: 	Part 2" class="wooshare_link wooshare_Posterous" title="Click here to share this post on Posterous" target="_blank"><img src="http://posterous.com/images/favicon.png" alt="" class="wooshare_icon wooshare_Posterous_icon" /> Posterous</a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.suhreedsarkar.com/2009/11/joomla-with-flash-flashy-templates-headers-banners-and-tickers-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- Headup publishers widget  --><script type="text/javascript">var hc_Customer = "GenericWidget";var hc_MarkLinks = true;</script><script type="text/javascript" src="http://mint1.headup.com/clientscripts/annotate.js"></script><!-- Headup publishers widget end --></channel>
</rss>
