<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - burnandbass</title>
<link>http://snipplr.com/users/burnandbass/tags/period</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 16:53:09 GMT</pubDate>
<item>
<title>(ActionScript 3) Trial period</title>
<link>http://snipplr.com/view/62217/trial-period/</link>
<description><![CDATA[ <p>Use this if you need to make "trial period" to your app with Shared Objects. It is veri simple to use:

if(Validator.isActive(0,0,1)){
				trace("ENTER");
			} else {
				trace("YOUR DEMO IS OVER");
			}

this demo will be active only 1 minute. Pass the validor Validator.isActive(days,hours,minutes) number of days, hours and minutes and it will return boolean.</p> ]]></description>
<pubDate>Mon, 02 Jan 2012 04:45:15 GMT</pubDate>
<guid>http://snipplr.com/view/62217/trial-period/</guid>
</item>
</channel>
</rss>