Tutorials
-
Create an URL shortner application using TinyURL with as3

Today we'll create a tutorial on how to create an URL shortner using TinyURL with AS3. TinyUrl is a url shortener similar to Bit.ly that we all use when we share our favorite links and blog posts on the social networks.
Posted Tue Mar 1 2011 | Read More | Tutorials | comments (166144) | bookmark
Let's get started. We'll skip the open a new document step. We not beginners anymore.
-
Open a Pop-Up Window in the RSS Ticker V2

For all customers that want to open a popup window, instead of the new tab/window, please follow the next tutorial. The tutorial is composed from 2 parts (javascript and action script) and would explain you step by step what to do.
Posted Sun Feb 20 2011 | Read More | Tutorials | comments (1865) | bookmark
-
Loading External Text in Flash Using AS3 URLLoader

Flash is capable of loading external textual content at run time using the ActionScript 3 URLLoader Class. Loading external text at run time is a technique used to create Flash movies which can be easily updated without the need to go back to the FLA. The URLLoader Class is responsible for loading all textual content and that include in addition to regular text files, XML, HTML, and CSS.
Posted Sun Jan 9 2011 | Read More | Tutorials | comments (0) | bookmark
-
Creating a Flash Preloader

A preloader is an essential asset in every single Flash movie you put on the internet as it prevents the movie from playing before downloading all its assets and also informs the user about how long he is expected to wait before the downloading process finishes. This tutorial will not require you to have any special ActionScript 3.0 knowledge andwill make use of the LoaderInfo class to retrieve downloading data.
Posted Fri Jan 7 2011 | Read More | Tutorials | comments (0) | bookmark












Many flash AS learners want to know how to count down time from a given date in days, hours, minutes, and seconds. today we will find the easiest way to do this with AS 3. Let's explain setp by setp.
Posted Thu Mar 24 2011 | Read More | Tutorials | comments (1852) | bookmark