Quantcast
Channel: Stack & Heap » actionscript
Browsing latest articles
Browse All 10 View Live

Spring ActionScript 2.0 Progress Reports

We’ve been working hard in the last months on the new release of the Spring ActionScript framework and the related AS3Commons libraries. Roland wrote down the progress made and highlights some of the...

View Article



Image may be NSFW.
Clik here to view.

Flex Accepted for Incubation at Apache

Exciting news today as (Adobe) Flex has been accepted as an incubation project at The Apache Software Foundation. The voting – in order for the proposal to be accepted – was an all positive response...

View Article

Image may be NSFW.
Clik here to view.

Actionscript Vector initialization

In actionscript there is a nice syntactical shortcut for quickly initializing Arrays like this: var arr:Array = ["bla", "bla", "bla"]; Fortunately, something similar turns out to exist for Vectors as...

View Article

Export DataGrids to PDF using AlivePDF

AlivePDF is an open-source ActionScript 3 library that makes it possible to generate PDF files directly from your AIR/Flex or Flash application. Some basic functions in the Spark DataGrid, label...

View Article

Detecting Pepper based Flash Player

If you’re looking for a way to detect if the Pepper based Flash Player [1] is used from within your Flex application, you can simply check the Capabilities.manufacturer property. In case of Pepper it...

View Article


Image may be NSFW.
Clik here to view.

Automated web application tests using Selenium (Part 2)

Welcome to part 2 of this tutorial about writing automated tests using Selenium. You can find part 1 here In this tutorial we will approve the comments posted in the first tutorial through the backend...

View Article

Use of mixins in Apache Flex

In some cases you would like to implement functionality in your application without manually instantiating a class. That’s where mixins come in handy! What’s a Mixin?? According to Wikipedia, a mixin...

View Article

Image may be NSFW.
Clik here to view.

Joystick AIR Native Extension

I was recently asked to add joystick support to an Adobe AIR application. After looking for existing support I stumbled upon the following: GameInput: out of the box gamepad support in AIR. Only works...

View Article


AS3Commons updates

We’ve tuned some of the AS3Commons libraries with  performance updates. Here’s a short technical overview of the most important changes:   AS3Commons Lang In the latest release, ClassUtils leverages...

View Article


Running unit tests for AIR library modules in Intellij IDEA

When running unit test in Intellij IDEA for an AIR library module, an AIR application descriptor – “_flexunit-descriptor”  – is generated with a version number (3.1) that doesn’t necessarily match the...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images