<?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>Flex-Flash-Air-ActionScript-JS &#187; filters</title>
	<atom:link href="http://blog.totusinfo.com/tag/filters/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.totusinfo.com</link>
	<description>totusinfo team</description>
	<lastBuildDate>Wed, 24 Feb 2010 09:38:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to pop filters using cs4 action script</title>
		<link>http://blog.totusinfo.com/how-to-pop-filters-using-cs4-action-script/</link>
		<comments>http://blog.totusinfo.com/how-to-pop-filters-using-cs4-action-script/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 13:01:01 +0000</pubDate>
		<dc:creator>druva</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[utils]]></category>
		<category><![CDATA[DropShadowFilter]]></category>
		<category><![CDATA[filters]]></category>
		<category><![CDATA[GlowFilter]]></category>
		<category><![CDATA[pop]]></category>

		<guid isPermaLink="false">http://blog.totusinfo.com/?p=910</guid>
		<description><![CDATA[CS4 condenseWhite in textField using action script
This code shows how to apply filters and how to pop filter using action script.


addChild(glowFilter);			   

var glow:GlowFilter = new GlowFilter(0x5C947C, 1, 20, 20);
var dropShadow:DropShadowFilter = new DropShadowFilter();

glowFilter.filters = [glow,dropShadow];

filters = glowFilter.filters;
filters.pop();
glowFilter.filters = filters;

]]></description>
		<wfw:commentRss>http://blog.totusinfo.com/how-to-pop-filters-using-cs4-action-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CS4 glowfilter and dropshadow filter using action script</title>
		<link>http://blog.totusinfo.com/cs4-glowfilter-and-dropshadow-filter-using-action-script/</link>
		<comments>http://blog.totusinfo.com/cs4-glowfilter-and-dropshadow-filter-using-action-script/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 12:37:46 +0000</pubDate>
		<dc:creator>druva</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[utils]]></category>
		<category><![CDATA[DropShadowFilter]]></category>
		<category><![CDATA[filters]]></category>
		<category><![CDATA[GlowFilter]]></category>

		<guid isPermaLink="false">http://blog.totusinfo.com/?p=900</guid>
		<description><![CDATA[

addChild(glowFilter);			   

var glow:GlowFilter = new GlowFilter(0x5C947C, 1, 20, 20);
var dropShadow:DropShadowFilter = new DropShadowFilter(10,45);

glowFilter.filters = [glow,dropShadow];











]]></description>
		<wfw:commentRss>http://blog.totusinfo.com/cs4-glowfilter-and-dropshadow-filter-using-action-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CS4 glow filter using action script</title>
		<link>http://blog.totusinfo.com/cs4-glow-filter-using-action-script/</link>
		<comments>http://blog.totusinfo.com/cs4-glow-filter-using-action-script/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 12:45:28 +0000</pubDate>
		<dc:creator>druva</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[utils]]></category>
		<category><![CDATA[filters]]></category>
		<category><![CDATA[GlowFilter]]></category>

		<guid isPermaLink="false">http://blog.totusinfo.com/?p=902</guid>
		<description><![CDATA[

addChild(glowFilter);			   

var glow:GlowFilter = new GlowFilter(0x5C947C, 1, 20, 20);

glowFilter.filters = [glow];











]]></description>
		<wfw:commentRss>http://blog.totusinfo.com/cs4-glow-filter-using-action-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CS4 dropshadow filter using action script</title>
		<link>http://blog.totusinfo.com/cs4-dropshadow-filter-using-action-script/</link>
		<comments>http://blog.totusinfo.com/cs4-dropshadow-filter-using-action-script/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 12:52:51 +0000</pubDate>
		<dc:creator>druva</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[utils]]></category>
		<category><![CDATA[DropShadowFilter]]></category>
		<category><![CDATA[filters]]></category>

		<guid isPermaLink="false">http://blog.totusinfo.com/?p=904</guid>
		<description><![CDATA[

addChild(glowFilter);			   

var dropShadow:DropShadowFilter = new DropShadowFilter(10, 270, 0x5C947C, 1, 6, 6, 1, 1, false, false);

glowFilter.filters = [dropShadow];











]]></description>
		<wfw:commentRss>http://blog.totusinfo.com/cs4-dropshadow-filter-using-action-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

