<?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-3/tags/url</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 19:43:42 GMT</pubDate>
<item>
<title>(ActionScript 3) Load URL variable from HTML link - hejaaa</title>
<link>http://snipplr.com/view/60865/load-url-variable-from-html-link/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 16 Nov 2011 01:06:03 GMT</pubDate>
<guid>http://snipplr.com/view/60865/load-url-variable-from-html-link/</guid>
</item>
<item>
<title>(ActionScript 3) Navigate to URL - marzsman</title>
<link>http://snipplr.com/view/51528/navigate-to-url/</link>
<description><![CDATA[ <p>Navigate to an url</p> ]]></description>
<pubDate>Mon, 04 Apr 2011 23:11:58 GMT</pubDate>
<guid>http://snipplr.com/view/51528/navigate-to-url/</guid>
</item>
<item>
<title>(ActionScript 3) Some useful  AS3 snips that always slip my mind - JaaQ</title>
<link>http://snipplr.com/view/48279/some-useful--as3-snips-that-always-slip-my-mind/</link>
<description><![CDATA[ <p>- Get the charCode in a String
- Navigate to an external URL</p> ]]></description>
<pubDate>Wed, 02 Feb 2011 22:56:55 GMT</pubDate>
<guid>http://snipplr.com/view/48279/some-useful--as3-snips-that-always-slip-my-mind/</guid>
</item>
<item>
<title>(ActionScript 3) Open URL - martin9999uk</title>
<link>http://snipplr.com/view/46875/open-url/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 10 Jan 2011 23:22:25 GMT</pubDate>
<guid>http://snipplr.com/view/46875/open-url/</guid>
</item>
<item>
<title>(ActionScript 3) Validate a Web Address with RegExp - Activetuts</title>
<link>http://snipplr.com/view/46464/validate-a-web-address-with-regexp/</link>
<description><![CDATA[ <p>From the tutorial, Validating Various Input Data in Flash (http://active.tutsplus.com/tutorials/actionscript/validating-various-input-data-in-flash/)</p> ]]></description>
<pubDate>Tue, 04 Jan 2011 11:56:03 GMT</pubDate>
<guid>http://snipplr.com/view/46464/validate-a-web-address-with-regexp/</guid>
</item>
<item>
<title>(ActionScript 3) Get filename from complete URL - uudens</title>
<link>http://snipplr.com/view/46151/get-filename-from-complete-url/</link>
<description><![CDATA[ <p>Efficiently returns the filename by a given URL</p> ]]></description>
<pubDate>Mon, 27 Dec 2010 13:58:10 GMT</pubDate>
<guid>http://snipplr.com/view/46151/get-filename-from-complete-url/</guid>
</item>
<item>
<title>(ActionScript 3) Get the URL of the host webpage - mgeduld</title>
<link>http://snipplr.com/view/45040/get-the-url-of-the-host-webpage/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 30 Nov 2010 08:08:39 GMT</pubDate>
<guid>http://snipplr.com/view/45040/get-the-url-of-the-host-webpage/</guid>
</item>
<item>
<title>(ActionScript 3) How to access query string arguments with AS3 - mhulse</title>
<link>http://snipplr.com/view/44852/how-to-access-query-string-arguments-with-as3/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 25 Nov 2010 15:33:05 GMT</pubDate>
<guid>http://snipplr.com/view/44852/how-to-access-query-string-arguments-with-as3/</guid>
</item>
<item>
<title>(ActionScript 3) Flash, Flex and Html to pass parameters - activetofocus</title>
<link>http://snipplr.com/view/41050/flash-flex-and-html-to-pass-parameters/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 26 Sep 2010 14:10:33 GMT</pubDate>
<guid>http://snipplr.com/view/41050/flash-flex-and-html-to-pass-parameters/</guid>
</item>
<item>
<title>(ActionScript 3) How to get the page URL a Flash movie is embedded on - leongaban</title>
<link>http://snipplr.com/view/38063/how-to-get-the-page-url-a-flash-movie-is-embedded-on/</link>
<description><![CDATA[ <p>Took a bit to figure this one out, most code out there only gives you the path to the Flash swf file instead of the actual page URL. You will need to use an ExternalInterface call</p> ]]></description>
<pubDate>Fri, 30 Jul 2010 00:47:17 GMT</pubDate>
<guid>http://snipplr.com/view/38063/how-to-get-the-page-url-a-flash-movie-is-embedded-on/</guid>
</item>
<item>
<title>(ActionScript 3) Get SWF Base URL - Drakkon</title>
<link>http://snipplr.com/view/37265/get-swf-base-url/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 14 Jul 2010 07:58:28 GMT</pubDate>
<guid>http://snipplr.com/view/37265/get-swf-base-url/</guid>
</item>
<item>
<title>(ActionScript 3) Easily Target a URL with the Window Method of Your Choice - IsoJon</title>
<link>http://snipplr.com/view/36978/easily-target-a-url-with-the-window-method-of-your-choice/</link>
<description><![CDATA[ <p>Great little snippet I use to target an external link.</p> ]]></description>
<pubDate>Fri, 09 Jul 2010 02:48:10 GMT</pubDate>
<guid>http://snipplr.com/view/36978/easily-target-a-url-with-the-window-method-of-your-choice/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 getURL using URLRequest and navigateToURL - adrianparr</title>
<link>http://snipplr.com/view/34386/as3-geturl-using-urlrequest-and-navigatetourl/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 13 May 2010 05:09:09 GMT</pubDate>
<guid>http://snipplr.com/view/34386/as3-geturl-using-urlrequest-and-navigatetourl/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Get a File Extension from a URL or Filename - adrianparr</title>
<link>http://snipplr.com/view/29819/as3-get-a-file-extension-from-a-url-or-filename/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 16 Mar 2010 05:46:56 GMT</pubDate>
<guid>http://snipplr.com/view/29819/as3-get-a-file-extension-from-a-url-or-filename/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Get URL of current Flash Movie (SWF) - adrianparr</title>
<link>http://snipplr.com/view/28103/as3-get-url-of-current-flash-movie-swf/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 10 Feb 2010 06:26:56 GMT</pubDate>
<guid>http://snipplr.com/view/28103/as3-get-url-of-current-flash-movie-swf/</guid>
</item>
<item>
<title>(ActionScript 3) Reusable URL function - MacEvelly</title>
<link>http://snipplr.com/view/17427/reusable-url-function/</link>
<description><![CDATA[ <p>Simplifies a button to use only one function for URL navigation.</p> ]]></description>
<pubDate>Fri, 24 Jul 2009 10:37:55 GMT</pubDate>
<guid>http://snipplr.com/view/17427/reusable-url-function/</guid>
</item>
<item>
<title>(ActionScript 3) Navigate to URL. Invoke optional javascript popup - StrawMan</title>
<link>http://snipplr.com/view/15367/navigate-to-url-invoke-optional-javascript-popup/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 27 May 2009 23:49:44 GMT</pubDate>
<guid>http://snipplr.com/view/15367/navigate-to-url-invoke-optional-javascript-popup/</guid>
</item>
<item>
<title>(ActionScript 3) 获取当前URL - lzyy</title>
<link>http://snipplr.com/view/13922/url/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Apr 2009 23:56:27 GMT</pubDate>
<guid>http://snipplr.com/view/13922/url/</guid>
</item>
<item>
<title>(ActionScript 3) bit.ly URL-shortening script for TextExpander that associates URLs with your bit.ly account - Todd</title>
<link>http://snipplr.com/view/13743/bitly-urlshortening-script-for-textexpander-that-associates-urls-with-your-bitly-account/</link>
<description><![CDATA[ <p>TextExpander is a great Mac tool that expands special abbreviations typed anywhere in the OS into useful snippets of text. One of the AppleScript snippets included shortens a URL in the clipboard using the bit.ly URL-shortening service. You copy the URL from your browser and just type /bitly in an email, IM, or Twitter, for example, and the abbreviation is replaced by a shortened URL.

One advantage of bit.ly over other shortening services is that it provides click statistics  and other useful information for each shortened URL. If you have a (free) bit.ly account, the URLs you shorten are easily accessed through their site. However, the script included with TextExpander shortens the URL without associating it with your bit.ly account. _This_ version of the script is a very simple modification which associates URLs you shorten with your bit.ly account. 

To use this script, change `[your_username]` and `[your_API_key]` in line 9 to the correct values. (Once you have created a bit.ly account, you can find your API key here: [http://bit.ly/app/developers](http://bit.ly/app/developers).) Create a new snippet in TextExpander and paste the script into the Content field, making sure to select AppleScript in the dropdown above the field. Set the abbreviation and you're done.</p> ]]></description>
<pubDate>Fri, 03 Apr 2009 07:39:15 GMT</pubDate>
<guid>http://snipplr.com/view/13743/bitly-urlshortening-script-for-textexpander-that-associates-urls-with-your-bitly-account/</guid>
</item>
<item>
<title>(ActionScript 3) URL Validation via RegExp - allnatural</title>
<link>http://snipplr.com/view/12770/url-validation-via-regexp/</link>
<description><![CDATA[ <p>Founds this via http://www.flashcomguru.com/index.cfm/2009/2/17/regexp-validate-url</p> ]]></description>
<pubDate>Tue, 03 Mar 2009 11:33:20 GMT</pubDate>
<guid>http://snipplr.com/view/12770/url-validation-via-regexp/</guid>
</item>
</channel>
</rss>