<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/actionscript/tags/actionscript</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 17:46:19 GMT</pubDate>
<item>
<title>(ActionScript) Clicktag - pmist</title>
<link>http://snipplr.com/view/66974/clicktag/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 01 Sep 2012 01:03:45 GMT</pubDate>
<guid>http://snipplr.com/view/66974/clicktag/</guid>
</item>
<item>
<title>(ActionScript) Save ByteArray to file with PHP - kiroweb</title>
<link>http://snipplr.com/view/61159/save-bytearray-to-file-with-php/</link>
<description><![CDATA[ <p>A short snippet of code to save a ByteArray into any file</p> ]]></description>
<pubDate>Thu, 24 Nov 2011 22:42:05 GMT</pubDate>
<guid>http://snipplr.com/view/61159/save-bytearray-to-file-with-php/</guid>
</item>
<item>
<title>(ActionScript) Remove non alpha numeric characters from a string - gromitski</title>
<link>http://snipplr.com/view/49814/remove-non-alpha-numeric-characters-from-a-string/</link>
<description><![CDATA[ <p>Useful for stripping out backslashes, hyphens and other punctuation</p> ]]></description>
<pubDate>Mon, 28 Feb 2011 21:40:53 GMT</pubDate>
<guid>http://snipplr.com/view/49814/remove-non-alpha-numeric-characters-from-a-string/</guid>
</item>
<item>
<title>(ActionScript) Space Removal - shansun123</title>
<link>http://snipplr.com/view/47543/space-removal/</link>
<description><![CDATA[ <p>移除字符串中的空格</p> ]]></description>
<pubDate>Thu, 20 Jan 2011 01:14:54 GMT</pubDate>
<guid>http://snipplr.com/view/47543/space-removal/</guid>
</item>
<item>
<title>(ActionScript) Remove All Children From a DisplayObjectContainer - shansun123</title>
<link>http://snipplr.com/view/47538/remove-all-children-from-a-displayobjectcontainer/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 20 Jan 2011 01:08:58 GMT</pubDate>
<guid>http://snipplr.com/view/47538/remove-all-children-from-a-displayobjectcontainer/</guid>
</item>
<item>
<title>(ActionScript) swfobject and flash ExternalInterface - jcprovideo</title>
<link>http://snipplr.com/view/27332/swfobject-and-flash-externalinterface/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 29 Jan 2010 16:33:47 GMT</pubDate>
<guid>http://snipplr.com/view/27332/swfobject-and-flash-externalinterface/</guid>
</item>
<item>
<title>(ActionScript) AS random Number - petrafull</title>
<link>http://snipplr.com/view/21756/as-random-number/</link>
<description><![CDATA[ <p>Get a random Number in AS3</p> ]]></description>
<pubDate>Sat, 24 Oct 2009 13:44:58 GMT</pubDate>
<guid>http://snipplr.com/view/21756/as-random-number/</guid>
</item>
<item>
<title>(ActionScript) Simple Preloader Setup for Actionscript 2 - adamcoulombe</title>
<link>http://snipplr.com/view/20717/simple-preloader-setup-for-actionscript-2/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 06 Oct 2009 10:53:24 GMT</pubDate>
<guid>http://snipplr.com/view/20717/simple-preloader-setup-for-actionscript-2/</guid>
</item>
<item>
<title>(ActionScript) Easy  way  to Apply Styles to Text fields in Actionscript 2 - adamcoulombe</title>
<link>http://snipplr.com/view/18272/easy--way--to-apply-styles-to-text-fields-in-actionscript-2/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 13 Aug 2009 12:02:39 GMT</pubDate>
<guid>http://snipplr.com/view/18272/easy--way--to-apply-styles-to-text-fields-in-actionscript-2/</guid>
</item>
<item>
<title>(ActionScript) Swap Depths - njhamann</title>
<link>http://snipplr.com/view/17739/swap-depths/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 31 Jul 2009 13:24:06 GMT</pubDate>
<guid>http://snipplr.com/view/17739/swap-depths/</guid>
</item>
<item>
<title>(ActionScript) Swap Depths - njhamann</title>
<link>http://snipplr.com/view/17738/swap-depths/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 31 Jul 2009 13:24:05 GMT</pubDate>
<guid>http://snipplr.com/view/17738/swap-depths/</guid>
</item>
<item>
<title>(ActionScript) Kill Button for Flash - njhamann</title>
<link>http://snipplr.com/view/17737/kill-button-for-flash/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 31 Jul 2009 13:19:24 GMT</pubDate>
<guid>http://snipplr.com/view/17737/kill-button-for-flash/</guid>
</item>
<item>
<title>(ActionScript) Pause frame using ActionScript 2 - hotdiggity</title>
<link>http://snipplr.com/view/17239/pause-frame-using-actionscript-2/</link>
<description><![CDATA[ <p>On a new layer, add the following Actionscript to the frame requiring to be paused.
1000 represents the delay in milliseconds, being 1 second.</p> ]]></description>
<pubDate>Tue, 21 Jul 2009 02:58:22 GMT</pubDate>
<guid>http://snipplr.com/view/17239/pause-frame-using-actionscript-2/</guid>
</item>
<item>
<title>(ActionScript) ClickTag using ActionScript 2 - hotdiggity</title>
<link>http://snipplr.com/view/17238/clicktag-using-actionscript-2/</link>
<description><![CDATA[ <p>1. Create button that covers the entire ad.
2. Create an instance of the button on the main timeline and name it "buttonClip" in the properties palette.
3. On a new layer add ActionScript to the timeline as follows:</p> ]]></description>
<pubDate>Tue, 21 Jul 2009 02:56:22 GMT</pubDate>
<guid>http://snipplr.com/view/17238/clicktag-using-actionscript-2/</guid>
</item>
<item>
<title>(ActionScript) Button Loop actionscript 2.0 - njhamann</title>
<link>http://snipplr.com/view/17223/button-loop-actionscript-20/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 20 Jul 2009 22:22:07 GMT</pubDate>
<guid>http://snipplr.com/view/17223/button-loop-actionscript-20/</guid>
</item>
<item>
<title>(ActionScript) Format Number in ActionScript - iloveitaly</title>
<link>http://snipplr.com/view/16744/format-number-in-actionscript/</link>
<description><![CDATA[ <p>This code was adapted from a snippet I found somewhere awhile back... can't claim complete credit</p> ]]></description>
<pubDate>Tue, 07 Jul 2009 21:39:08 GMT</pubDate>
<guid>http://snipplr.com/view/16744/format-number-in-actionscript/</guid>
</item>
<item>
<title>(ActionScript) actionscript - cuepoint listener for FLV video in flash - stiobhart</title>
<link>http://snipplr.com/view/16301/actionscript--cuepoint-listener-for-flv-video-in-flash/</link>
<description><![CDATA[ <p>basic structure of the actionscript function to listen for cuepoints embedded in a piece of FLV [flash video]. note: cuepoints need to have been embedded when the video was converted from its original format to FLV - prior to importing it into flash</p> ]]></description>
<pubDate>Thu, 25 Jun 2009 09:01:16 GMT</pubDate>
<guid>http://snipplr.com/view/16301/actionscript--cuepoint-listener-for-flv-video-in-flash/</guid>
</item>
<item>
<title>(ActionScript) actionscript -  trace actions to get info about cuepoints in FLV video - stiobhart</title>
<link>http://snipplr.com/view/16299/actionscript---trace-actions-to-get-info-about-cuepoints-in-flv-video/</link>
<description><![CDATA[ <p>this is a handy snippet to trace the info about any cuepoints actionscript encounters, embedded in a FLV [flash video]. these traces will display the name, type and time of the cuepoint - in a nicely formatted list</p> ]]></description>
<pubDate>Thu, 25 Jun 2009 08:55:37 GMT</pubDate>
<guid>http://snipplr.com/view/16299/actionscript---trace-actions-to-get-info-about-cuepoints-in-flv-video/</guid>
</item>
<item>
<title>(ActionScript) actionscript3 - seek to cuepoint in FLV flash video clip - stiobhart</title>
<link>http://snipplr.com/view/15838/actionscript3--seek-to-cuepoint-in-flv-flash-video-clip/</link>
<description><![CDATA[ <p>send an FLV clip to a designated embedded cuepoint.  the cuepoint must be of the type 'navigation' and must have previously been embedded when the video was converted to FLV format.

in this example, the FLV video is called "vid" and it lives inside a movieclip called "videoholderMC".  if you're going to have multiple videoclips on the stage,it makes sense to put each one inside a movieclip, so you can talk to it with actionscript</p> ]]></description>
<pubDate>Thu, 11 Jun 2009 08:08:34 GMT</pubDate>
<guid>http://snipplr.com/view/15838/actionscript3--seek-to-cuepoint-in-flv-flash-video-clip/</guid>
</item>
<item>
<title>(ActionScript) actionscript - show and hide a movieclip - stiobhart</title>
<link>http://snipplr.com/view/15836/actionscript--show-and-hide-a-movieclip/</link>
<description><![CDATA[ <p>how to show or hide a movieclip, using either the "\_visible" or "\_alpha" properties.  the movieclip needs to have an instance name. in these examples it is called "stupidmovieclip"</p> ]]></description>
<pubDate>Thu, 11 Jun 2009 07:38:35 GMT</pubDate>
<guid>http://snipplr.com/view/15836/actionscript--show-and-hide-a-movieclip/</guid>
</item>
</channel>
</rss>