<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - vamapaull</title>
<link>http://snipplr.com/users/vamapaull</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 16:06:34 GMT</pubDate>
<item>
<title>(PHP) AlivePDF download and save to server</title>
<link>http://snipplr.com/view/63604/alivepdf-download-and-save-to-server/</link>
<description><![CDATA[ <p>This PHP code is made to help people using the ActionScript 3 AlivePDF library to save PDF files from a Flash app to a server.

ActionScript 3 AlivePDF save code:
_pdf.save(Method.REMOTE, "save.php", Download.ATTACHMENT, "MyFile.pdf");</p> ]]></description>
<pubDate>Mon, 27 Feb 2012 22:34:11 GMT</pubDate>
<guid>http://snipplr.com/view/63604/alivepdf-download-and-save-to-server/</guid>
</item>
<item>
<title>(ActionScript 3) Convert values within a range to values within another range</title>
<link>http://snipplr.com/view/63543/convert-values-within-a-range-to-values-within-another-range/</link>
<description><![CDATA[ <p>I’m sharing with you a little utility that I find myself using a lot lately. This utility is a value convertor that you can use in those times when you need to make a volume slider or something similar where you’ll need to change a value and a value range.</p> ]]></description>
<pubDate>Thu, 23 Feb 2012 23:40:18 GMT</pubDate>
<guid>http://snipplr.com/view/63543/convert-values-within-a-range-to-values-within-another-range/</guid>
</item>
<item>
<title>(ActionScript 3) Timecode Utility</title>
<link>http://snipplr.com/view/61933/timecode-utility/</link>
<description><![CDATA[ <p>It's very useful if you build a FLV player for example, and want to convert the time into minutes:seconds (example: 6:13)

//apply it to your project like this (and don't forget to import the class):
time.text = TimeUtil.getTimecode(timeValue);</p> ]]></description>
<pubDate>Sat, 17 Dec 2011 00:46:38 GMT</pubDate>
<guid>http://snipplr.com/view/61933/timecode-utility/</guid>
</item>
<item>
<title>(ActionScript 3) Device Shake – Accelerometer</title>
<link>http://snipplr.com/view/61217/device-shake--accelerometer/</link>
<description><![CDATA[ <p>An easy way to detect shakes on mobile devices with equipped accelerometer.</p> ]]></description>
<pubDate>Sat, 26 Nov 2011 09:26:39 GMT</pubDate>
<guid>http://snipplr.com/view/61217/device-shake--accelerometer/</guid>
</item>
</channel>
</rss>