By Senocular:
The following lists common compiler errors found with Flash Player and what you can do to fix them. Also available, Runtime Errors.
Compiler Error #1061
1119: Access of possibly undefined method [method] through a reference with static type [Type].
This error is a compiler error - an error that occurs when publishing or testing a SWF, not running it - that relates to method access of an object instance with respect to it's type. This means that code is attempting to call a function of an object which is not recognized by that object's type. The object may, in fact, have the function, but if ...
categorized as Adobe Flash Player.
Posted on December 10th .
By Senocular:
The following lists common runtime errors found with Flash Player and what you can do to fix them. Also available, Compiler Errors.
TypeError: Error #1009
TypeError: Error ...
Posted on December 10th .
By Paul Robertson:
This article describes a way that you can use a single INSERT statement to add data to multiple tables in the SQL dialect supported by the SQLite engine ...
Posted on December 10th .
By Sujit Reddy G:
This article explains how to create a Flex application in Flash Builder 4 beta 2 that invokes a method in a Java class on the server using ...
Posted on December 10th .
By Adobe:
Note: The following article is for developers only. Customers who are experiencing Adobe Flash Player installation issues should begin troubleshooting in the Flash ...
Posted on December 10th .
By Andrew Trice:
In this example, we will walk through the creation of a swipe/slide effect inspired by the transitions that you often see in touch-capable devices when you use a ...
Posted on December 2nd .
By Rodney Smith:
This tutorial shows how to use 3D features of Adobe Flash Player 10 and Adobe Flash CS4 Professional using ActionScript 3, and how to apply them to make ...
Posted on November 30th .
By Jesse Freeman:
Advanced Flash Tactics or AFTs are techniques that come from deep within the Flash Art Of War, the oldest Flash military treatise in the world. ...
Posted on November 30th .
By Miti Pricope:
This article describes a technique for integrating Amazon Flexible Payment Service (Amazon FPS) with a Flex application running in Flash Player and in Adobe AIR. I will cover ...
Posted on November 23rd .
By Keiichi Yoshikawa:
I developed the idea for animated business cards when I read about a new concept that utilizes AR (augmented reality) technology to display 3D animations on a screen based ...
Posted on November 22nd .
By Joel Hooks:
Hamcrest? No, it isn't a fancy sandwich topping. Hamcrest is a framework for creating matchers, allowing matching rules to be defined declaratively (from Read More →
Posted on November 17th .
By Adobe:
Adobe® Flash® Player 10.1 is the first runtime release of theOpen Screen Project that enables uncompromised Web browsing of expressive applications, content and ...
Posted on November 17th .
By Rob Christensen:
Today, I am pleased to announce the availability of the Adobe AIR 2 beta Read More →
Posted on November 16th .
By Andrew Trice:
Customizing scrollbars in Flex is something that I see requested all the time, and it's actually really easy to do. I see requests for things like getting rid ...
Posted on November 16th .
By Amy Blankenship:
Flex comes with a full spectrum of components, but once in a while you get hit with a request to do something that is difficult to shoehorn into ...
Posted on November 16th .
By Jeanette Stallons:
Refactoring is the process of cleaning up your code. It is not changing or adding functionality to your application. It is rewriting your code so it is more ...
Posted on November 14th .
By Mark Doherty:
oday our Open Screen Project partner RIM kicked off their annual Read More →
Posted on November 14th .
By Joseph Labrecque:
Every once in a while, Flash Builder loses its mind when I attempt to debug a project and tells me that I don’t have a debug version of ...
Posted on November 14th .
By Jeffry Houser:
This question comes in from Corey
I'm a newbie to the world of web development and Flex. I'm currently working on a project that will allow visitors to post ...