<?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/link</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 05 Sep 2008 09:10:39 GMT</pubDate>
<item>
<title>(ActionScript) Using asfunction to trigger actionscript from a URL link. - Bonky</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 - Bonky</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>
</channel>
</rss>