<?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: Sliding menu with actionscript 3 and TweenLite</title>
	<atom:link href="http://www.riacodes.com/flash/sliding-menu-with-actionscript-3-and-tweenlite/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.riacodes.com/flash/sliding-menu-with-actionscript-3-and-tweenlite/</link>
	<description>Resources, tutorials , tips &#38; tricks for RIA : Flex, Flash, Air, AS3</description>
	<lastBuildDate>Fri, 03 Feb 2012 02:30:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 30+ Fantastic Adobe Flash Navigation &#38; Menu Tutorials &#124; Tutorials Share &#124; Web &#38; Graphic Design Tutorial Roundups</title>
		<link>http://www.riacodes.com/flash/sliding-menu-with-actionscript-3-and-tweenlite/comment-page-1/#comment-17588</link>
		<dc:creator>30+ Fantastic Adobe Flash Navigation &#38; Menu Tutorials &#124; Tutorials Share &#124; Web &#38; Graphic Design Tutorial Roundups</dc:creator>
		<pubDate>Wed, 11 Jan 2012 06:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=329#comment-17588</guid>
		<description>[...] Sliding menu with actionscript 3 and TweenLite [...]</description>
		<content:encoded><![CDATA[<p>[...] Sliding menu with actionscript 3 and TweenLite [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jb</title>
		<link>http://www.riacodes.com/flash/sliding-menu-with-actionscript-3-and-tweenlite/comment-page-1/#comment-16547</link>
		<dc:creator>jb</dc:creator>
		<pubDate>Wed, 28 Dec 2011 17:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=329#comment-16547</guid>
		<description>Does anyone know how I could use this script to produce two independent sliding menu&#039;s on one page in the same action script?</description>
		<content:encoded><![CDATA[<p>Does anyone know how I could use this script to produce two independent sliding menu&#8217;s on one page in the same action script?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suraj shakya</title>
		<link>http://www.riacodes.com/flash/sliding-menu-with-actionscript-3-and-tweenlite/comment-page-1/#comment-8289</link>
		<dc:creator>suraj shakya</dc:creator>
		<pubDate>Wed, 16 Mar 2011 10:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=329#comment-8289</guid>
		<description>thank you for the tutorial but now since i am new to AS3 ... i am having a problem .... unlike you .. i have video playing in each frame instead of images. So the first time it works like a charm but once i click the second link .. the audio from the first video keeps on playing ... can you tell me how to unload the previous loaded clip? .. please do reply as i need to finish this project up asap :) ..thanks a lot again ....</description>
		<content:encoded><![CDATA[<p>thank you for the tutorial but now since i am new to AS3 &#8230; i am having a problem &#8230;. unlike you .. i have video playing in each frame instead of images. So the first time it works like a charm but once i click the second link .. the audio from the first video keeps on playing &#8230; can you tell me how to unload the previous loaded clip? .. please do reply as i need to finish this project up asap <img src='http://www.riacodes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ..thanks a lot again &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aidil</title>
		<link>http://www.riacodes.com/flash/sliding-menu-with-actionscript-3-and-tweenlite/comment-page-1/#comment-1422</link>
		<dc:creator>aidil</dc:creator>
		<pubDate>Wed, 23 Jun 2010 19:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=329#comment-1422</guid>
		<description>hi, thanks for this example..</description>
		<content:encoded><![CDATA[<p>hi, thanks for this example..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: angeredil</title>
		<link>http://www.riacodes.com/flash/sliding-menu-with-actionscript-3-and-tweenlite/comment-page-1/#comment-1336</link>
		<dc:creator>angeredil</dc:creator>
		<pubDate>Fri, 04 Jun 2010 13:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=329#comment-1336</guid>
		<description>Hi,

This example is very functional.

How have the same effect in vertical with a low menu which goes up and goes down? 

Thank you !</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This example is very functional.</p>
<p>How have the same effect in vertical with a low menu which goes up and goes down? </p>
<p>Thank you !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.riacodes.com/flash/sliding-menu-with-actionscript-3-and-tweenlite/comment-page-1/#comment-1292</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 27 May 2010 14:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=329#comment-1292</guid>
		<description>@ KAMIL, JOSE &amp; DIEGO : 
The Tweenlite engine has since been updated. Now you need to import it like this :
import com.greensock.*;
import com.greensock.easing.*;

Hope it helps</description>
		<content:encoded><![CDATA[<p>@ KAMIL, JOSE &#038; DIEGO :<br />
The Tweenlite engine has since been updated. Now you need to import it like this :<br />
import com.greensock.*;<br />
import com.greensock.easing.*;</p>
<p>Hope it helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego</title>
		<link>http://www.riacodes.com/flash/sliding-menu-with-actionscript-3-and-tweenlite/comment-page-1/#comment-1287</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Thu, 27 May 2010 08:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=329#comment-1287</guid>
		<description>well, just like the other users, i have the same problem of Kamil and Jose, the scrip can´t find the files from TwinlLite. Anyway, the samples files (fla &amp; swf) have the same problem, becouse the &quot;gs&quot; folder don´t have in the directory. 
You can help us whit that ?? 

I am sorry for my very bad Inglish...

Good luck</description>
		<content:encoded><![CDATA[<p>well, just like the other users, i have the same problem of Kamil and Jose, the scrip can´t find the files from TwinlLite. Anyway, the samples files (fla &amp; swf) have the same problem, becouse the &#8220;gs&#8221; folder don´t have in the directory.<br />
You can help us whit that ?? </p>
<p>I am sorry for my very bad Inglish&#8230;</p>
<p>Good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose</title>
		<link>http://www.riacodes.com/flash/sliding-menu-with-actionscript-3-and-tweenlite/comment-page-1/#comment-1277</link>
		<dc:creator>Jose</dc:creator>
		<pubDate>Tue, 25 May 2010 19:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=329#comment-1277</guid>
		<description>I had the same problem of KAMIL.</description>
		<content:encoded><![CDATA[<p>I had the same problem of KAMIL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahasin</title>
		<link>http://www.riacodes.com/flash/sliding-menu-with-actionscript-3-and-tweenlite/comment-page-1/#comment-930</link>
		<dc:creator>Mahasin</dc:creator>
		<pubDate>Mon, 01 Mar 2010 11:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=329#comment-930</guid>
		<description>How to apply slideing menu/button in as3.</description>
		<content:encoded><![CDATA[<p>How to apply slideing menu/button in as3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kamil</title>
		<link>http://www.riacodes.com/flash/sliding-menu-with-actionscript-3-and-tweenlite/comment-page-1/#comment-856</link>
		<dc:creator>kamil</dc:creator>
		<pubDate>Fri, 05 Feb 2010 23:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=329#comment-856</guid>
		<description>5001: The name of package &#039;com.greensock&#039; does not reflect the location of this file. Please change the package definition&#039;s name inside this file, or move the file. /Users/kamilnawratil/Documents/design/webDesign/pHmetron/phMetron/flash Element/com/greensock/TweenLite.as</description>
		<content:encoded><![CDATA[<p>5001: The name of package &#8216;com.greensock&#8217; does not reflect the location of this file. Please change the package definition&#8217;s name inside this file, or move the file. /Users/kamilnawratil/Documents/design/webDesign/pHmetron/phMetron/flash Element/com/greensock/TweenLite.as</p>
]]></content:encoded>
	</item>
</channel>
</rss>

