<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - Bonky</title>
<link>http://snipplr.com/users/Bonky</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 19:04:40 GMT</pubDate>
<item>
<title>(ActionScript) Stop all movieclips</title>
<link>http://snipplr.com/view/43862/stop-all-movieclips/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 10 Nov 2010 08:08:11 GMT</pubDate>
<guid>http://snipplr.com/view/43862/stop-all-movieclips/</guid>
</item>
<item>
<title>(ActionScript 3) Fix Internet Explorer Stage Dimensions</title>
<link>http://snipplr.com/view/39533/fix-internet-explorer-stage-dimensions/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 26 Aug 2010 03:30:37 GMT</pubDate>
<guid>http://snipplr.com/view/39533/fix-internet-explorer-stage-dimensions/</guid>
</item>
<item>
<title>(ActionScript 3) BulkLoader Proxy for PureMVC</title>
<link>http://snipplr.com/view/37981/bulkloader-proxy-for-puremvc/</link>
<description><![CDATA[ <p>Big thanks to StinkyIan for posting this at the PureMVC forums.</p> ]]></description>
<pubDate>Wed, 28 Jul 2010 08:04:51 GMT</pubDate>
<guid>http://snipplr.com/view/37981/bulkloader-proxy-for-puremvc/</guid>
</item>
<item>
<title>(ActionScript 3) ParamsProxy for PureMVC</title>
<link>http://snipplr.com/view/37972/paramsproxy-for-puremvc/</link>
<description><![CDATA[ <p>Nabbed this from the PureMVC forums.</p> ]]></description>
<pubDate>Wed, 28 Jul 2010 05:58:45 GMT</pubDate>
<guid>http://snipplr.com/view/37972/paramsproxy-for-puremvc/</guid>
</item>
<item>
<title>(ActionScript 3) Gaia Embed Font Asset</title>
<link>http://snipplr.com/view/35451/gaia-embed-font-asset/</link>
<description><![CDATA[ <p>Make sure your embedded fonts are not PostScript. They won\'t work. To obtain the proper font name for your css, use\r\ntrace(Gaia.api.getAvailableFonts());\r\ntrace(Gaia.api.getFontName(\\\"NameOfFontClassAsReportedAbove\\\"));\r\nYou have to embed separate fonts for the Bold or Italic versions, and sometimes they use the same font name as the regular version. For these you have to specify \\\"font-style: italic;\\\" or \\\"font-weight:bold;\\\".\r\nAlso make sure that there are no text fields in your swf which are embedding your font because the font name will conflict with your imported one.</p> ]]></description>
<pubDate>Wed, 02 Jun 2010 13:26:35 GMT</pubDate>
<guid>http://snipplr.com/view/35451/gaia-embed-font-asset/</guid>
</item>
<item>
<title>(ActionScript 3) Pyro Mediator for PureMVC</title>
<link>http://snipplr.com/view/29838/pyro-mediator-for-puremvc/</link>
<description><![CDATA[ <p>This is a PureMVC view mediator designed to interact with the Pyro video player from Turbulent Media. Must be used within the PureMVC Framework.</p> ]]></description>
<pubDate>Tue, 16 Mar 2010 14:12:42 GMT</pubDate>
<guid>http://snipplr.com/view/29838/pyro-mediator-for-puremvc/</guid>
</item>
<item>
<title>(ActionScript 3) overlay button on dynamic text</title>
<link>http://snipplr.com/view/20674/overlay-button-on-dynamic-text/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 05 Oct 2009 16:36:49 GMT</pubDate>
<guid>http://snipplr.com/view/20674/overlay-button-on-dynamic-text/</guid>
</item>
<item>
<title>(ActionScript 3) Contextual Menu with Link</title>
<link>http://snipplr.com/view/12412/contextual-menu-with-link/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 20 Feb 2009 11:32:44 GMT</pubDate>
<guid>http://snipplr.com/view/12412/contextual-menu-with-link/</guid>
</item>
<item>
<title>(JavaScript) Get URL Parameters</title>
<link>http://snipplr.com/view/8596/get-url-parameters/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 25 Sep 2008 11:22:37 GMT</pubDate>
<guid>http://snipplr.com/view/8596/get-url-parameters/</guid>
</item>
<item>
<title>(AppleScript) Keystrokes automated</title>
<link>http://snipplr.com/view/7815/keystrokes-automated/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 11 Aug 2008 14:53:26 GMT</pubDate>
<guid>http://snipplr.com/view/7815/keystrokes-automated/</guid>
</item>
<item>
<title>(ActionScript) apply glow filter</title>
<link>http://snipplr.com/view/4772/apply-glow-filter/</link>
<description><![CDATA[ <p>Includes some useful Fuse commands</p> ]]></description>
<pubDate>Thu, 24 Jan 2008 17:05:02 GMT</pubDate>
<guid>http://snipplr.com/view/4772/apply-glow-filter/</guid>
</item>
<item>
<title>(ActionScript) Fuse Listener Event</title>
<link>http://snipplr.com/view/4768/fuse-listener-event/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 24 Jan 2008 11:21:01 GMT</pubDate>
<guid>http://snipplr.com/view/4768/fuse-listener-event/</guid>
</item>
<item>
<title>(ActionScript) Load Progress Checking</title>
<link>http://snipplr.com/view/3789/load-progress-checking/</link>
<description><![CDATA[ <p>General-purpose load checker. Place on first frame of your movie.</p> ]]></description>
<pubDate>Wed, 26 Sep 2007 11:46:55 GMT</pubDate>
<guid>http://snipplr.com/view/3789/load-progress-checking/</guid>
</item>
<item>
<title>(ActionScript) Better XML Parsing</title>
<link>http://snipplr.com/view/3604/better-xml-parsing/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 30 Aug 2007 08:01:27 GMT</pubDate>
<guid>http://snipplr.com/view/3604/better-xml-parsing/</guid>
</item>
<item>
<title>(ActionScript) Using asfunction to trigger actionscript from a URL link.</title>
<link>http://snipplr.com/view/3332/using-asfunction-to-trigger-actionscript-from-a-url-link/</link>
<description><![CDATA[ <p>to call this function you would use "asfunction:myFunction,argument1,argument2,argument3" as the href in the  tag in an HTML text box.</p> ]]></description>
<pubDate>Fri, 20 Jul 2007 07:38:20 GMT</pubDate>
<guid>http://snipplr.com/view/3332/using-asfunction-to-trigger-actionscript-from-a-url-link/</guid>
</item>
<item>
<title>(ActionScript) Call JavaScript from External Interface</title>
<link>http://snipplr.com/view/3328/call-javascript-from-external-interface/</link>
<description><![CDATA[ <p>There must also be a JavaScript function defined in the containing HTML page:
function makePopup(url,pop_name,width,height) {
	window.open(url, pop_name, "width="+width+",height="+height+",resizable=yes,scrollbars=yes");
}</p> ]]></description>
<pubDate>Thu, 19 Jul 2007 14:54:33 GMT</pubDate>
<guid>http://snipplr.com/view/3328/call-javascript-from-external-interface/</guid>
</item>
<item>
<title>(ActionScript) Search and replace text in a string</title>
<link>http://snipplr.com/view/3278/search-and-replace-text-in-a-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 12 Jul 2007 14:03:48 GMT</pubDate>
<guid>http://snipplr.com/view/3278/search-and-replace-text-in-a-string/</guid>
</item>
<item>
<title>(ActionScript) Quick Transition</title>
<link>http://snipplr.com/view/2994/quick-transition/</link>
<description><![CDATA[ <p>Available transitions are Blinds Fade Fly Iris Photo PixelDissolve Rotate Squeeze Tween Wipe Zoom.
Available easings are Back Bounce Elastic None Regular Strong.
You may change the * in the import statements to be just the transition/easing you are using.</p> ]]></description>
<pubDate>Fri, 22 Jun 2007 08:25:13 GMT</pubDate>
<guid>http://snipplr.com/view/2994/quick-transition/</guid>
</item>
<item>
<title>(ActionScript) Call an external JavaScript function</title>
<link>http://snipplr.com/view/2946/call-an-external-javascript-function/</link>
<description><![CDATA[ <p>Flash 8 only I think.</p> ]]></description>
<pubDate>Wed, 20 Jun 2007 15:20:01 GMT</pubDate>
<guid>http://snipplr.com/view/2946/call-an-external-javascript-function/</guid>
</item>
<item>
<title>(ActionScript) Delegate</title>
<link>http://snipplr.com/view/2850/delegate/</link>
<description><![CDATA[ <p>Use Delegate to run functions in the scope you specify.</p> ]]></description>
<pubDate>Tue, 12 Jun 2007 08:13:05 GMT</pubDate>
<guid>http://snipplr.com/view/2850/delegate/</guid>
</item>
</channel>
</rss>