Posted on 01 January 2012. Tags: array, as3, Flash
This tutorial will teach you the basics on how to use arrays in AS3. Arrays are lists of data which are, unlike simple variables, capable of storing store more than one item at the same time. This use of arrays makes it easy to gather items of the same type in a single container to help retrieve and process these items in a logical manner depending on the needs of the project.
Continue Reading
Posted in Flash
Posted on 31 December 2011. Tags: facebbok, Flash
A facebook web application is really a webpage loaded into an iframe in their interface. You can also develop desktop and mobile apps using some of the available tools and SDKs. For this post I will talk about the facebook web app that I created. I had previously created a flash game so I decided to use this game and add a button that allows the user to publish their score to their wall. I downloaded the Adobe ActionScript 3 SDK for Facebook Platform API. I added this library to my app from Publish Settings.
Continue Reading
Posted in Flash, Programming
Posted on 28 December 2011.
One of the major changes in AS3 is how you deal with XML content. While a lot of similarities carried over from the AS2 days, there are new time-saving niceties in AS3 that make working with XML files easier. One of the introductions is Ecmascript for XML, known as E4X for short. In this tutorial, you will gradually learn more XML tricks as you try to parse the various parts of the following XML data:
Continue Reading
Posted in Flash
Posted on 21 December 2011. Tags: application, as3, facebook, fb
This article is a beginner’s How To use the Flash Facebook API (facebook-actionscript-api), in particular in authenticating user and loading the user’s name in Flash applications.
Continue Reading
Posted in Flash
Posted on 16 November 2011. Tags: touch
An Open Source Multitouch, Multiuser Software Initiative
Open Exhibits is a software development kit (SDK) for Flash that is free for museums, students, nonprofits, and educational use.
Continue Reading
Posted in Flash, Mobile / Tablet
Posted on 16 November 2011. Tags: Flash, flex, ipad, iphone, touch
The easy way to create advanced multitouch applications in Flash, Flex, AIR and FDT
GestureWorks provides everything ActionScript developers need to author powerful multitouch applications quickly and easily. With over 200 built-in gestures, free plug and play components, and a growing list of compatible hardware it has never been easier to build your own multitouch application.

Continue Reading
Posted in Flash, Programming
Posted on 18 October 2011. Tags: deep linking, Flash, flash ajax, link
Deep linking for Flash and Ajax
SWFAddress is a small but powerful library that provides deep linking for Flash and Ajax. It’s a developer tool, allowing creation of unique virtual URLs that can point to a website section or an application state. SWFAddress enables a number of important capabilities which are missing in today’s rich web technologies including:
Continue Reading
Posted in Flash
Posted on 18 October 2011. Tags: Flash, resize
swffit (formerly know as FitFlash) is a smart script that resizes your flash movie automatically if your browser window size is smaller or greater than your flash minimum desired size keeping it accessible independent of screen resolution.
Continue Reading
Posted in Flash
Posted on 05 October 2011. Tags: Open Video Player, ovp, stream
Open Video Player (OVP) is an initiative encompassing the use of open standards, best practices, and established development methodologies in the development of media player applications
Continue Reading
Posted in Flash, HTML - XHTML
Posted on 30 September 2011. Tags: audio, podcast, stream
News
Version 2.0 released
January 4th, 2010
Version 2.0 is now finally available for download through the WordPress plugin repository.

Continue Reading
Posted in Flash, Programming