Devlog entries tagged actionscript (page 1)


Flash getBounds bug

4 days ago malczak actionscript comments

Recently, as I worked on a new version of komixo maker, I came across this, really irritating, bug. As it is written in title, it is related with getBounds method of DisplayObject class.

(read more...)

Flex and Java applets

4 months ago malczak actionscript comments

Recently I have had to implement exporting PPT files directly form flex application. Looking for possible solutions I have found one that uses Java applet. The idea was to use Java Applet as a 'worker' for Flex application.

(read more...)

Overriding default Flex/AIR mx.managers implementations

12 months ago malczak actionscript air flex comments

The problem is - You want to customize behavior of managers available in Flex/AIR framework. For example, You would like to change the way PopUpManager manager handles popup windows.

Most common solution to this problem is creating custom manager class and using this in code instead of default manager class. For example lets take a look at PopUpManager. If You want to customize addPopup method, You create Your own manager, lets call it PopManager, and later on You use it instead of standard PopUpManager class

(read more...)

Flash Player 10 meets 3D

about 1 year ago malczak actionscript graphics comments

It have been over one month since last post, but there were so many things that needed to be done :) In this post i will just drop a line about 3d in new Flash Player 10. Recently Im writing some experiments, tring to understand how 3d in fp10 works. Doing this I also came across one very interesting site - http://wonderfl.kayac.com. At this page You can write and build Your AS3 code. But lets get back to 3d..

(read more...)

Sound equalizer in Flash Player 10

over 1 year ago malczak actionscript comments

This is just a quick note, or i should rather say sound experiment with new flash player 10. This was inspired by a topic on the flashzone.pl forum.

This example shows how to use
Sound.extract(target:ByteArray, length:Number, startPosition:Number = -1):Number
method to draw sound spectrum.<br/

(read more...)

Website content premeditately commited by segfaultlabs (malczak & sobstel).
Layout by mlando. Icons by DryIcons.com. All rights reserved, of course.