<?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>Web Designers Sri Lanka &#187; Flash</title>
	<atom:link href="http://www.webdesigners.lk/index.php/tag/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdesigners.lk</link>
	<description></description>
	<lastBuildDate>Thu, 10 Feb 2011 16:38:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Flash-Based Galleries For Your Images</title>
		<link>http://www.webdesigners.lk/index.php/2010/07/flash-based-galleries-for-your-images/</link>
		<comments>http://www.webdesigners.lk/index.php/2010/07/flash-based-galleries-for-your-images/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 08:15:52 +0000</pubDate>
		<dc:creator>Kasun</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Scripts & Utilities]]></category>
		<category><![CDATA[image gallery]]></category>

		<guid isPermaLink="false">http://www.webdesigners.lk/?p=822</guid>
		<description><![CDATA[In many situations web designers should avoid Flash and prefer usual text-based presentation. For instance, in most tasks related to pure text presentation Flash is neither necessary nor user-friendly, and it also has some serious accessibility problems: in fact, “pure” text is easier to maintain and easier to copy and paste. However, if you’d like to present some multimedia-content, particularly images, Flash can often be a feasible solution, with flexible image management for web designers [...]]]></description>
		<wfw:commentRss>http://www.webdesigners.lk/index.php/2010/07/flash-based-galleries-for-your-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Gradual Disappearance Of Flash Websites</title>
		<link>http://www.webdesigners.lk/index.php/2010/07/the-gradual-disappearance-of-flash-websites/</link>
		<comments>http://www.webdesigners.lk/index.php/2010/07/the-gradual-disappearance-of-flash-websites/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 03:02:25 +0000</pubDate>
		<dc:creator>Maddy</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Scripts & Utilities]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.webdesigners.lk/?p=734</guid>
		<description><![CDATA[If you want to “go big” visually with a website, delivering complex interaction and a rich experience across a wide range of browsers, Flash is the only way to go. Right? Nope. Given the widespread adoption and advancements of modern browsers and JavaScript libraries, using Flash makes little sense. But it does have its place on the Web, considering the need for progressive enhancement. In the current landscape of technology and accessing the Internet through [...]]]></description>
		<wfw:commentRss>http://www.webdesigners.lk/index.php/2010/07/the-gradual-disappearance-of-flash-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(Flash-Optimization)Dynamically loading fonts with FontLoader and applying styles with CSS stylesheet in Actionscript 3.0</title>
		<link>http://www.webdesigners.lk/index.php/2010/05/dynamically-loading-fonts-with-fontloader-and-applying-styles-with-css-stylesheet-in-actionscript-3-0/</link>
		<comments>http://www.webdesigners.lk/index.php/2010/05/dynamically-loading-fonts-with-fontloader-and-applying-styles-with-css-stylesheet-in-actionscript-3-0/#comments</comments>
		<pubDate>Mon, 03 May 2010 06:23:12 +0000</pubDate>
		<dc:creator>Kasun</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[action scripts]]></category>

		<guid isPermaLink="false">http://www.webdesigners.lk/?p=581</guid>
		<description><![CDATA[You are going to learn, how to easily load fonts apply a css stylesheet to a textfield. Until now, it has always been a big mess dynamicaly loading fonts. With the new fontloader from etcs.ru the process got easy as pie. All you need to do is to create a flash file, add dynamic textfields with the fonts you want and change the font weight and/or style to your needs. Then you just need to [...]]]></description>
		<wfw:commentRss>http://www.webdesigners.lk/index.php/2010/05/dynamically-loading-fonts-with-fontloader-and-applying-styles-with-css-stylesheet-in-actionscript-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Make A Tic-Tac-Toe Flash Game In ActionScript 3 &#8211; CS3 Timeline</title>
		<link>http://www.webdesigners.lk/index.php/2010/05/how-to-make-a-tic-tac-toe-flash-game-in-actionscript-3-cs3-timeline/</link>
		<comments>http://www.webdesigners.lk/index.php/2010/05/how-to-make-a-tic-tac-toe-flash-game-in-actionscript-3-cs3-timeline/#comments</comments>
		<pubDate>Mon, 03 May 2010 05:55:13 +0000</pubDate>
		<dc:creator>Kasun</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[action scripts]]></category>

		<guid isPermaLink="false">http://www.webdesigners.lk/?p=564</guid>
		<description><![CDATA[Introduction: By the end of this tutorial, you will know how to make a Tic-Tac-Toe Flash Game like this (without ads of course): // This tutorial will teach Flash authoring techniques as well as programming in CS3. This tutorial is designed for simplicity and object oriented programming is not applied. The entire game is made with the Flash authoring timeline. Although I don&#8217;t recommend this method, this is the quickest and easiest way to get [...]]]></description>
		<wfw:commentRss>http://www.webdesigners.lk/index.php/2010/05/how-to-make-a-tic-tac-toe-flash-game-in-actionscript-3-cs3-timeline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Code A Full Functional MP3 Player Using ActionScript 3.0</title>
		<link>http://www.webdesigners.lk/index.php/2010/05/how-to-code-a-full-functional-mp3-player-using-actionscript-3-0/</link>
		<comments>http://www.webdesigners.lk/index.php/2010/05/how-to-code-a-full-functional-mp3-player-using-actionscript-3-0/#comments</comments>
		<pubDate>Mon, 03 May 2010 05:32:41 +0000</pubDate>
		<dc:creator>Kasun</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[action scripts]]></category>

		<guid isPermaLink="false">http://www.webdesigners.lk/?p=528</guid>
		<description><![CDATA[Creating mp3 Player Body Start Flash (I’m using flash CS3 and ActionScript 3.0) and create a new file any size you wish, just make it wide enough for 400px wide rectangle. Mine is the default size. In a new layer called body create a black rectangle with a black stroke that is 400px wide and 28px high, we will adjust the width later if necessary, and add the following style colors: Please note the black [...]]]></description>
		<wfw:commentRss>http://www.webdesigners.lk/index.php/2010/05/how-to-code-a-full-functional-mp3-player-using-actionscript-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>12 Websites To Help You Learn Flash/ActionScript</title>
		<link>http://www.webdesigners.lk/index.php/2010/03/12-websites-to-help-you-learn-flashactionscript/</link>
		<comments>http://www.webdesigners.lk/index.php/2010/03/12-websites-to-help-you-learn-flashactionscript/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 10:53:28 +0000</pubDate>
		<dc:creator>Maddy</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[action scripts]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[flash cs4]]></category>

		<guid isPermaLink="false">http://www.webdesigners.lk/?p=440</guid>
		<description><![CDATA[Adobe Flash is an excellent technology that allows developers to add interactivity and smooth animations to web pages. Its popularity is so immense that you’ll find many websites dedicated to helping developers interested in Flash. In this article, you’ll find 12 wonderful websites that’s worth a bookmark if you’re looking into sharpening your Flash development skills. For each entry, you’ll find three tutorials from the website so that you can see what’s in store for [...]]]></description>
		<wfw:commentRss>http://www.webdesigners.lk/index.php/2010/03/12-websites-to-help-you-learn-flashactionscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

