vamapaull


Member since 11/26/2011

Name: Paul Istoan

Location: Bucharest, Romania

Website: http://www.vamapaull.com

I’m a developer from Onesti, Romania. I’ve been using Flash since Flash 5. Now I’m only using ActionScript 3 for my development.

5 snippets

1990 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

vamapaull's Recent Snippets



« Prev 1 Next »
A simple utility class that will help you convert a color value (from numbers) to hexadecimal color value.
0 878 posted 10 years ago by vamapaull
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");
0 795 posted 12 years ago by vamapaull
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 va...
0 957 posted 12 years ago by vamapaull
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);
0 774 posted 12 years ago by vamapaull
An easy way to detect shakes on mobile devices with equipped accelerometer.
0 855 posted 12 years ago by vamapaull
« Prev 1 Next »