Flash

Creating a Splash Screen in AIR

A lot of desktop apps have a splash screen that brands the application while it is loading or performing other processes in the background. Adobe AIR does not have a direct mechanism for this- but the feature can be easily achieved with some nice windowing action. There are a number of steps to take when …

Creating a Splash Screen in AIR Read More »

Flash Player 9 FSCommand() Bug

I’m working on a rather large AS3 project through Fractured Vision Media which relies on the flash.system.fscommand package to properly transmit data from the application to its container layer. Unfortunately, we’ve come across a bug in which FSCommand calls are ignored! Through some quick research (e.g. Google) it was discovered that more than a few …

Flash Player 9 FSCommand() Bug Read More »

E4X: Watch Your Namespace…

When using the new XML object in ActionScript 3 and parsing the data with E4X, if your XML data has a “xmlns” attribute- you may have a difficult time getting any accessible data out of it. The infuriating thing is that the process will fail silently without throwing any errors, returning null, undefined, or anything …

E4X: Watch Your Namespace… Read More »

Thoughts on Twitter…

Twitter is a really strange service. When I first caught wind of this, my immediate reaction was; do we really need to be pouring more ephemeral nonsense into an internet already smothering with useless information? I have to say that after using Twitter myself for the past few weeks, and playing around with the ActionScript …

Thoughts on Twitter… Read More »

SoundMixer.computeSpectrum() and RTMP Violations

Same issues as with BitmapData.draw() and RTMP… SecurityError: Error #2135: Security sandbox violation: SoundMixer.computeSpectrum: RTMP content cannot be accessed using this API. I hate to sound like a broken record… and I know there are probably some really good reasons for this- but there should be a way around this RTMP security restriction. Developers want …

SoundMixer.computeSpectrum() and RTMP Violations Read More »

Recent BETA Items of Interest

So, to delay my unavoidable participation in the initial “Flex/AIR/Flash” waterfall effect, I’ve waited till now to post anything about the massive new beta releases that have been available since last evening. Flex Builder 3: LOVE the new CSS design view. LOVE IT! I’m sure there are plenty more features of direct interest as well, …

Recent BETA Items of Interest Read More »

Messing Around with Twitter

I’ve taken some time today to experiment with Twitter using the ActionScript 3.0 API that is available. It’s a very simple class library and, as such, pretty easy to build a widget around. One thing that has bothered me a bit is the seemingly lengthy amount of time the services take to update the API …

Messing Around with Twitter Read More »

Flash Remoting (AS2) in Flash CS3

I’m surprised that while any sort of remote connection classes you could want are included in the core packages of ActionScript 3.0, if you are working with ActionScript 2.0 within Flash CS3, the classes you need are still not included under a default install. I’ve lamented this fact for years as it has held true …

Flash Remoting (AS2) in Flash CS3 Read More »

DUVAGAII in ‘The Source’

About a month ago, I was interviewed by a writer from the University of Denver faculty and staff monthly newspaper, ‘The Source’. The context of this meeting was the launch of the second iteration of our VAGA project this past January. I sat down with the writer and gave her a short demo of the …

DUVAGAII in ‘The Source’ Read More »