jQuery flash uploader uploadify
Uploadify is a jQuery plugin that allows the easy integration of a multiple (or single) file uploads on your website. It requires Flash and any backend development language. An array of options allow for full customization for advanced users, but basic implementation is so easy that even coding novices can do it.
Uploadify is very easy to implement:
<input id="fileInput" name="fileInput" type="file" />
<script type="text/javascript">
<!--
$(document).ready(function() {
'uploader' : 'uploader.swf',
'script' : 'upload.php',
'cancelImg' : 'cancel.png',
'auto' : true,
'folder' : '/uploads'
});
// --></script>
Uploadify released under GPL and MIT licenses. Download, demo & docs could be found here
AlivePDF an open source ActionScript 3 (Flash, Flex, AIR) PDF generation library

Flash actionscript world has radically changed since the last time i’am in touch with it
, today i am searching solutions around for creating PDF file from Actionscript application, and i found AlivePDF by Thibault Imbert
AlivePDF is an open-source ActionScript 3 (Flash, Flex, AIR) PDF generation library. It allows you to generate PDF’s client-side. Released under MIT license. On the current version (AlivePDF 0.1.4) PDF generation on the server-side uses PHP programming, but soon as Thibault said that on the next upcoming version there will be support for ASP, .NET, and Java, lets hope it will be available soon.
Read the rest →
Cool 3D Flash Movie at Yooba

2 days ago i got an email from Jonas Thoursie, a communicator at a company called Yooba. Introducing their service and invite me to visit their website, I did not give any attention at that time, but today i have some spare time to check it out, and .. OMG what a cool flash they have made, excellent 3d animation on their Teaser section, a must see flash movie.
but what their service all about? as jonas said in his email:
… We’ve been developing a new service for creating interactive content for
the Internet marketing sector …. developed a web based service used to create, publish and
evaluate different kinds of online content …
their service will be released later this spring, but we are invited to register
for beta testing if interested. For more informations check out yooba website.
Flash Tutorial Create Water Wave Effect Animation Using Masking Tween

Huh terrible day, but it’s ok Hopely by writing this article will make me feel better (cheers G’iZ)!
We’re going to make a flash animation water wave effect and we going to move step by step to give you a clean explanation about how to make a water wave effect in flash using masking technique.
Read the rest →




