as3

AS3 Clickable Button Inside a Draggable Movie Clip

Demonstrates how to use AS3 to create a clickable button inside a draggable movie clip.

as3, flash

Can I access Stage from an AS3 Class with no DisplayObject?

I’m working on a project that requires creating and adding a Movie Clip to the Stage from a class file. Seemed like an easy task, however, referring to the Stage from my class turned out to be trickier than I thought.
I know that, although you can’t refer to Stage directly, it is a property of [...]

as3, flash

Is it possible to pass a structure to ColdFusion using Flash AS3 / Remoting

UPDATE: This problem has been solved. The solution is after the post.
I’ve posted on a few forums now with no results so I’m resorting to my own blog. What I’m trying to do is pass a structure to a ColdFusion component from Flash. I’ve tried using Array, Object, and Dictionary types but it keeps failing [...]

as3, coldFusion, remoting