<?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>Table4 Blog &#124; Liverpool Web Design &#187; flash</title>
	<atom:link href="http://www.table4.com/blog/category/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.table4.com/blog</link>
	<description>Liverpool Based Web Design and Development Company Blog</description>
	<lastBuildDate>Thu, 04 Mar 2010 14:47:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Right click code for Flash Action Script 3</title>
		<link>http://www.table4.com/blog/2009/05/19/right-click-code-for-flash-action-script-3/</link>
		<comments>http://www.table4.com/blog/2009/05/19/right-click-code-for-flash-action-script-3/#comments</comments>
		<pubDate>Tue, 19 May 2009 16:41:24 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.table4.com/blog/?p=81</guid>
		<description><![CDATA[Ever noticed how when you right-click a flash application you get a whole heap of options: &#8216;Zoom&#8217;, &#8216;Show all&#8217;, &#8216;Rewind&#8217;, etc&#8230; they&#8217;re not really necessary are they? Add this code and magically they all disapear! With exception to settings and about &#8211; you can also add in two (or one or three, etc.) of your [...]]]></description>
			<content:encoded><![CDATA[<p>Ever noticed how when you right-click a flash application you get a whole heap of options: &#8216;Zoom&#8217;, &#8216;Show all&#8217;, &#8216;Rewind&#8217;, etc&#8230; they&#8217;re not <em>really </em>necessary are they?</p>
<p>Add this code and magically they all disapear! With exception to settings and about &#8211; you can also add in two (or one or three, etc.) of your own menu options:</p>
<p>//right click code &#8211; table4.com<br />
var rightClick:ContextMenu = new ContextMenu();</p>
<p>rightClick.hideBuiltInItems();<br />
var rightClick1:ContextMenuItem = new ContextMenuItem(<strong>&#8220;YOUR TEXT&#8221;</strong>);<br />
var rightClick2:ContextMenuItem = new ContextMenuItem(<strong>&#8220;MORE TEXT WITH LINK&#8221;</strong>);</p>
<p>rightClick2.addEventListener(ContextMenuEvent.MENU_ITEM_SELECT, rightClickUrl);<br />
rightClick.customItems.push(rightClick1, rightClick2);</p>
<p>this.contextMenu = rightClick;<br />
function rightClickUrl(e:ContextMenuEvent):void {<br />
var url:String = <strong>&#8220;http://www.table4.com/&#8221;</strong>;<br />
var request:URLRequest = new URLRequest(url);<br />
navigateToURL(request, &#8216;_blank&#8217;);<br />
}</p>



Share and Enjoy:


	<a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F05%2F19%2Fright-click-code-for-flash-action-script-3%2F&amp;title=Right%20click%20code%20for%20Flash%20Action%20Script%203" title="Digg"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F05%2F19%2Fright-click-code-for-flash-action-script-3%2F&amp;title=Right%20click%20code%20for%20Flash%20Action%20Script%203" title="del.icio.us"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F05%2F19%2Fright-click-code-for-flash-action-script-3%2F&amp;t=Right%20click%20code%20for%20Flash%20Action%20Script%203" title="Facebook"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F05%2F19%2Fright-click-code-for-flash-action-script-3%2F&amp;title=Right%20click%20code%20for%20Flash%20Action%20Script%203" title="Google"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F05%2F19%2Fright-click-code-for-flash-action-script-3%2F&amp;t=Right%20click%20code%20for%20Flash%20Action%20Script%203" title="MySpace"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F05%2F19%2Fright-click-code-for-flash-action-script-3%2F&amp;title=Right%20click%20code%20for%20Flash%20Action%20Script%203" title="Reddit"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F05%2F19%2Fright-click-code-for-flash-action-script-3%2F" title="TwitThis"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F05%2F19%2Fright-click-code-for-flash-action-script-3%2F&amp;submitHeadline=Right%20click%20code%20for%20Flash%20Action%20Script%203&amp;submitSummary=Ever%20noticed%20how%20when%20you%20right-click%20a%20flash%20application%20you%20get%20a%20whole%20heap%20of%20options%3A%20%27Zoom%27%2C%20%27Show%20all%27%2C%20%27Rewind%27%2C%20etc...%20they%27re%20not%20really%20necessary%20are%20they%3F%0D%0A%0D%0AAdd%20this%20code%20and%20magically%20they%20all%20disapear%21%20With%20exception%20to%20settings%20and%20ab&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/yahoobuzz.gif" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F05%2F19%2Fright-click-code-for-flash-action-script-3%2F&amp;title=Right%20click%20code%20for%20Flash%20Action%20Script%203&amp;source=Table4+Blog+%7C+Liverpool+Web+Design+Liverpool+Based+Web+Design+and+Development+Company+Blog&amp;summary=Ever%20noticed%20how%20when%20you%20right-click%20a%20flash%20application%20you%20get%20a%20whole%20heap%20of%20options%3A%20%27Zoom%27%2C%20%27Show%20all%27%2C%20%27Rewind%27%2C%20etc...%20they%27re%20not%20really%20necessary%20are%20they%3F%0D%0A%0D%0AAdd%20this%20code%20and%20magically%20they%20all%20disapear%21%20With%20exception%20to%20settings%20and%20ab" title="LinkedIn"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.table4.com/blog/2009/05/19/right-click-code-for-flash-action-script-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plumbnation gets a new flash banner for the home page</title>
		<link>http://www.table4.com/blog/2009/05/13/plumbnation-gets-a-new-flash-banner-for-the-home-page/</link>
		<comments>http://www.table4.com/blog/2009/05/13/plumbnation-gets-a-new-flash-banner-for-the-home-page/#comments</comments>
		<pubDate>Wed, 13 May 2009 13:32:19 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.table4.com/blog/?p=77</guid>
		<description><![CDATA[Our good friends at Plumbnation have got themselves a new and improved flash banner for their homepage. It&#8217;s sexier than ever and can be updated quickly to show off their latest products: www.plumbnation.co.uk Share and Enjoy:]]></description>
			<content:encoded><![CDATA[<p>Our good friends at Plumbnation have got themselves a new and improved flash banner for their homepage. It&#8217;s sexier than ever and can be updated quickly to show off their latest products:</p>
<p><img class="alignnone size-full wp-image-121" title="plumbnation-4-flash" src="http://www.table4.com/blog/wp-content/uploads/2009/05/plumbnation-4-flash.jpg" alt="plumbnation-4-flash" width="580" height="208" /></p>
<p>www.plumbnation.co.uk</p>



Share and Enjoy:


	<a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F05%2F13%2Fplumbnation-gets-a-new-flash-banner-for-the-home-page%2F&amp;title=Plumbnation%20gets%20a%20new%20flash%20banner%20for%20the%20home%20page" title="Digg"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F05%2F13%2Fplumbnation-gets-a-new-flash-banner-for-the-home-page%2F&amp;title=Plumbnation%20gets%20a%20new%20flash%20banner%20for%20the%20home%20page" title="del.icio.us"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F05%2F13%2Fplumbnation-gets-a-new-flash-banner-for-the-home-page%2F&amp;t=Plumbnation%20gets%20a%20new%20flash%20banner%20for%20the%20home%20page" title="Facebook"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F05%2F13%2Fplumbnation-gets-a-new-flash-banner-for-the-home-page%2F&amp;title=Plumbnation%20gets%20a%20new%20flash%20banner%20for%20the%20home%20page" title="Google"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F05%2F13%2Fplumbnation-gets-a-new-flash-banner-for-the-home-page%2F&amp;t=Plumbnation%20gets%20a%20new%20flash%20banner%20for%20the%20home%20page" title="MySpace"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F05%2F13%2Fplumbnation-gets-a-new-flash-banner-for-the-home-page%2F&amp;title=Plumbnation%20gets%20a%20new%20flash%20banner%20for%20the%20home%20page" title="Reddit"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F05%2F13%2Fplumbnation-gets-a-new-flash-banner-for-the-home-page%2F" title="TwitThis"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F05%2F13%2Fplumbnation-gets-a-new-flash-banner-for-the-home-page%2F&amp;submitHeadline=Plumbnation%20gets%20a%20new%20flash%20banner%20for%20the%20home%20page&amp;submitSummary=Our%20good%20friends%20at%20Plumbnation%20have%20got%20themselves%20a%20new%20and%20improved%20flash%20banner%20for%20their%20homepage.%20It%27s%20sexier%20than%20ever%20and%20can%20be%20updated%20quickly%20to%20show%20off%20their%20latest%20products%3A%0D%0A%0D%0A%0D%0A%0D%0Awww.plumbnation.co.uk&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/yahoobuzz.gif" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F05%2F13%2Fplumbnation-gets-a-new-flash-banner-for-the-home-page%2F&amp;title=Plumbnation%20gets%20a%20new%20flash%20banner%20for%20the%20home%20page&amp;source=Table4+Blog+%7C+Liverpool+Web+Design+Liverpool+Based+Web+Design+and+Development+Company+Blog&amp;summary=Our%20good%20friends%20at%20Plumbnation%20have%20got%20themselves%20a%20new%20and%20improved%20flash%20banner%20for%20their%20homepage.%20It%27s%20sexier%20than%20ever%20and%20can%20be%20updated%20quickly%20to%20show%20off%20their%20latest%20products%3A%0D%0A%0D%0A%0D%0A%0D%0Awww.plumbnation.co.uk" title="LinkedIn"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.table4.com/blog/2009/05/13/plumbnation-gets-a-new-flash-banner-for-the-home-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get URL code for Flash Action Script 3</title>
		<link>http://www.table4.com/blog/2009/01/13/get-url-code-for-flash-action-script-3/</link>
		<comments>http://www.table4.com/blog/2009/01/13/get-url-code-for-flash-action-script-3/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 16:00:14 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.table4.com/blog/?p=23</guid>
		<description><![CDATA[For get url buttons in AS3, use the following code: example_btn.addEventListener(MouseEvent.MOUSE_DOWN, example1); function example1(e:MouseEvent):void { var request:URLRequest=new URLRequest(&#8220;http://www.table4.com/&#8220;); navigateToURL(request, &#8220;_self&#8220;); } Share and Enjoy:]]></description>
			<content:encoded><![CDATA[<p>For get url buttons in AS3, use the following code:</p>
<p><strong>example_btn</strong>.addEventListener(MouseEvent.MOUSE_DOWN, <strong>example1</strong>);<br />
function <strong>example1</strong>(e:MouseEvent):void {<br />
var request:URLRequest=new URLRequest(&#8220;<strong>http://www.table4.com/</strong>&#8220;);<br />
navigateToURL(request, &#8220;<strong>_self</strong>&#8220;);<br />
}</p>



Share and Enjoy:


	<a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F01%2F13%2Fget-url-code-for-flash-action-script-3%2F&amp;title=Get%20URL%20code%20for%20Flash%20Action%20Script%203" title="Digg"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F01%2F13%2Fget-url-code-for-flash-action-script-3%2F&amp;title=Get%20URL%20code%20for%20Flash%20Action%20Script%203" title="del.icio.us"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F01%2F13%2Fget-url-code-for-flash-action-script-3%2F&amp;t=Get%20URL%20code%20for%20Flash%20Action%20Script%203" title="Facebook"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F01%2F13%2Fget-url-code-for-flash-action-script-3%2F&amp;title=Get%20URL%20code%20for%20Flash%20Action%20Script%203" title="Google"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F01%2F13%2Fget-url-code-for-flash-action-script-3%2F&amp;t=Get%20URL%20code%20for%20Flash%20Action%20Script%203" title="MySpace"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F01%2F13%2Fget-url-code-for-flash-action-script-3%2F&amp;title=Get%20URL%20code%20for%20Flash%20Action%20Script%203" title="Reddit"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F01%2F13%2Fget-url-code-for-flash-action-script-3%2F" title="TwitThis"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F01%2F13%2Fget-url-code-for-flash-action-script-3%2F&amp;submitHeadline=Get%20URL%20code%20for%20Flash%20Action%20Script%203&amp;submitSummary=For%20get%20url%20buttons%20in%20AS3%2C%20use%20the%20following%20code%3A%0D%0A%0D%0Aexample_btn.addEventListener%28MouseEvent.MOUSE_DOWN%2C%20example1%29%3B%0D%0Afunction%20example1%28e%3AMouseEvent%29%3Avoid%20%7B%0D%0Avar%20request%3AURLRequest%3Dnew%20URLRequest%28%22http%3A%2F%2Fwww.table4.com%2F%22%29%3B%0D%0AnavigateToURL%28request%2C%20%22_&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/yahoobuzz.gif" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F01%2F13%2Fget-url-code-for-flash-action-script-3%2F&amp;title=Get%20URL%20code%20for%20Flash%20Action%20Script%203&amp;source=Table4+Blog+%7C+Liverpool+Web+Design+Liverpool+Based+Web+Design+and+Development+Company+Blog&amp;summary=For%20get%20url%20buttons%20in%20AS3%2C%20use%20the%20following%20code%3A%0D%0A%0D%0Aexample_btn.addEventListener%28MouseEvent.MOUSE_DOWN%2C%20example1%29%3B%0D%0Afunction%20example1%28e%3AMouseEvent%29%3Avoid%20%7B%0D%0Avar%20request%3AURLRequest%3Dnew%20URLRequest%28%22http%3A%2F%2Fwww.table4.com%2F%22%29%3B%0D%0AnavigateToURL%28request%2C%20%22_" title="LinkedIn"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.table4.com/blog/2009/01/13/get-url-code-for-flash-action-script-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go to frame code for Flash Action Script 3</title>
		<link>http://www.table4.com/blog/2009/01/13/button-code-for-flash-action-script-3/</link>
		<comments>http://www.table4.com/blog/2009/01/13/button-code-for-flash-action-script-3/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 15:44:56 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.table4.com/blog/?p=18</guid>
		<description><![CDATA[To go to a frame in AS3, use the following code: examplebutton_btn.addEventListener(MouseEvent.MOUSE_DOWN, examplebutton); function examplebutton(event:MouseEvent):void { gotoAndPlay(FRAME NUMBER HERE); } Share and Enjoy:]]></description>
			<content:encoded><![CDATA[<p>To go to a frame in AS3, use the following code:</p>
<p><strong>examplebutton</strong>_btn.addEventListener(MouseEvent.MOUSE_DOWN, <strong>examplebutton</strong>);<br />
function <strong>examplebutton</strong>(event:MouseEvent):void {<br />
gotoAndPlay(<strong>FRAME NUMBER HERE</strong>);<br />
}</p>



Share and Enjoy:


	<a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F01%2F13%2Fbutton-code-for-flash-action-script-3%2F&amp;title=Go%20to%20frame%20code%20for%20Flash%20Action%20Script%203" title="Digg"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F01%2F13%2Fbutton-code-for-flash-action-script-3%2F&amp;title=Go%20to%20frame%20code%20for%20Flash%20Action%20Script%203" title="del.icio.us"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F01%2F13%2Fbutton-code-for-flash-action-script-3%2F&amp;t=Go%20to%20frame%20code%20for%20Flash%20Action%20Script%203" title="Facebook"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F01%2F13%2Fbutton-code-for-flash-action-script-3%2F&amp;title=Go%20to%20frame%20code%20for%20Flash%20Action%20Script%203" title="Google"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F01%2F13%2Fbutton-code-for-flash-action-script-3%2F&amp;t=Go%20to%20frame%20code%20for%20Flash%20Action%20Script%203" title="MySpace"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F01%2F13%2Fbutton-code-for-flash-action-script-3%2F&amp;title=Go%20to%20frame%20code%20for%20Flash%20Action%20Script%203" title="Reddit"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F01%2F13%2Fbutton-code-for-flash-action-script-3%2F" title="TwitThis"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F01%2F13%2Fbutton-code-for-flash-action-script-3%2F&amp;submitHeadline=Go%20to%20frame%20code%20for%20Flash%20Action%20Script%203&amp;submitSummary=To%20go%20to%20a%20frame%20in%20AS3%2C%20use%20the%20following%20code%3A%0D%0A%0D%0Aexamplebutton_btn.addEventListener%28MouseEvent.MOUSE_DOWN%2C%20examplebutton%29%3B%0D%0Afunction%20examplebutton%28event%3AMouseEvent%29%3Avoid%20%7B%0D%0AgotoAndPlay%28FRAME%20NUMBER%20HERE%29%3B%0D%0A%7D&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/yahoobuzz.gif" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.table4.com%2Fblog%2F2009%2F01%2F13%2Fbutton-code-for-flash-action-script-3%2F&amp;title=Go%20to%20frame%20code%20for%20Flash%20Action%20Script%203&amp;source=Table4+Blog+%7C+Liverpool+Web+Design+Liverpool+Based+Web+Design+and+Development+Company+Blog&amp;summary=To%20go%20to%20a%20frame%20in%20AS3%2C%20use%20the%20following%20code%3A%0D%0A%0D%0Aexamplebutton_btn.addEventListener%28MouseEvent.MOUSE_DOWN%2C%20examplebutton%29%3B%0D%0Afunction%20examplebutton%28event%3AMouseEvent%29%3Avoid%20%7B%0D%0AgotoAndPlay%28FRAME%20NUMBER%20HERE%29%3B%0D%0A%7D" title="LinkedIn"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.table4.com/blog/2009/01/13/button-code-for-flash-action-script-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Animated buttons for Flash Action Script 3</title>
		<link>http://www.table4.com/blog/2008/12/18/animated-buttons-for-flash-action-script-3/</link>
		<comments>http://www.table4.com/blog/2008/12/18/animated-buttons-for-flash-action-script-3/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 10:29:40 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.table4.com/blog/?p=7</guid>
		<description><![CDATA[For animated buttons in AS3, use the following code: my_button_mc.buttonMode = true; my_button_mc.addEventListener(MouseEvent.ROLL_OVER, overHandler); my_button_mc.addEventListener(MouseEvent.ROLL_OUT, outHandler); function overHandler(event:MouseEvent) { event.target.gotoAndPlay(”over”); } function outHandler(event:MouseEvent) { event.target.gotoAndPlay(”out”); } Share and Enjoy:]]></description>
			<content:encoded><![CDATA[<p>For animated buttons in AS3, use the following code:</p>
<p><strong>my_button</strong>_mc.buttonMode = true;<br />
<strong>my_button</strong>_mc.addEventListener(MouseEvent.ROLL_OVER, overHandler);<br />
<strong>my_button</strong>_mc.addEventListener(MouseEvent.ROLL_OUT, outHandler);</p>
<p>function overHandler(event:MouseEvent) {<br />
event.target.gotoAndPlay(”over”);<br />
}</p>
<p>function outHandler(event:MouseEvent) {<br />
event.target.gotoAndPlay(”out”);<br />
}</p>



Share and Enjoy:


	<a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.table4.com%2Fblog%2F2008%2F12%2F18%2Fanimated-buttons-for-flash-action-script-3%2F&amp;title=Animated%20buttons%20for%20Flash%20Action%20Script%203" title="Digg"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.table4.com%2Fblog%2F2008%2F12%2F18%2Fanimated-buttons-for-flash-action-script-3%2F&amp;title=Animated%20buttons%20for%20Flash%20Action%20Script%203" title="del.icio.us"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.table4.com%2Fblog%2F2008%2F12%2F18%2Fanimated-buttons-for-flash-action-script-3%2F&amp;t=Animated%20buttons%20for%20Flash%20Action%20Script%203" title="Facebook"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.table4.com%2Fblog%2F2008%2F12%2F18%2Fanimated-buttons-for-flash-action-script-3%2F&amp;title=Animated%20buttons%20for%20Flash%20Action%20Script%203" title="Google"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.table4.com%2Fblog%2F2008%2F12%2F18%2Fanimated-buttons-for-flash-action-script-3%2F&amp;t=Animated%20buttons%20for%20Flash%20Action%20Script%203" title="MySpace"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.table4.com%2Fblog%2F2008%2F12%2F18%2Fanimated-buttons-for-flash-action-script-3%2F&amp;title=Animated%20buttons%20for%20Flash%20Action%20Script%203" title="Reddit"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fwww.table4.com%2Fblog%2F2008%2F12%2F18%2Fanimated-buttons-for-flash-action-script-3%2F" title="TwitThis"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.table4.com%2Fblog%2F2008%2F12%2F18%2Fanimated-buttons-for-flash-action-script-3%2F&amp;submitHeadline=Animated%20buttons%20for%20Flash%20Action%20Script%203&amp;submitSummary=For%20animated%20buttons%20in%20AS3%2C%20use%20the%20following%20code%3A%0D%0A%0D%0Amy_button_mc.buttonMode%20%3D%20true%3B%0D%0Amy_button_mc.addEventListener%28MouseEvent.ROLL_OVER%2C%20overHandler%29%3B%0D%0Amy_button_mc.addEventListener%28MouseEvent.ROLL_OUT%2C%20outHandler%29%3B%0D%0A%0D%0Afunction%20overHandler%28event%3A&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/yahoobuzz.gif" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.table4.com%2Fblog%2F2008%2F12%2F18%2Fanimated-buttons-for-flash-action-script-3%2F&amp;title=Animated%20buttons%20for%20Flash%20Action%20Script%203&amp;source=Table4+Blog+%7C+Liverpool+Web+Design+Liverpool+Based+Web+Design+and+Development+Company+Blog&amp;summary=For%20animated%20buttons%20in%20AS3%2C%20use%20the%20following%20code%3A%0D%0A%0D%0Amy_button_mc.buttonMode%20%3D%20true%3B%0D%0Amy_button_mc.addEventListener%28MouseEvent.ROLL_OVER%2C%20overHandler%29%3B%0D%0Amy_button_mc.addEventListener%28MouseEvent.ROLL_OUT%2C%20outHandler%29%3B%0D%0A%0D%0Afunction%20overHandler%28event%3A" title="LinkedIn"><img src="http://www.table4.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.table4.com/blog/2008/12/18/animated-buttons-for-flash-action-script-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
