Top Stories by Darron J. Schall
In Part One (MXDJ, vol. 3 issue 2) we looked at one of three different ways
to consume a Web service, here we look at two other ways and some of the pros
and cons of each approach.
In this next example we'll explore using data binding in a different way from
Pt. 1, by not relying on the Bindings tab of the Component Inspector panel.
Instead, we'll create the bindings through ActionScript.
Example 2 - Creating Bindings Through ActionScript
To work through this example, we'll build the interface the exact same way as
the previous example, leaving out the "add binding" steps. Either rebuild the
interface following the previous instructions or take your complete Example 1
from Pt. 1 and simply remove the bindings on the components (by clicking the
minus icon in the Binding ta... (more)
Did you know ActionScript 3.0 supports multiple inheritance? Here's how...
Multiple inheritance is actually possible with AS3, despite popular belief
that it's not supported. It's not really multiple inheritance in the true
sense of the word going by the strict definition... but there's a way to get
the job done in AS3 that behaves almost like the real thing.
What I'm about to show you is ... (more)
By now it should be no surprise to hear ColdFusion and Java mentioned in the
same sentence. You've probably seen the examples, read the tutorials, and
poured over lines of Java code in hope of enhancing your ColdFusion
applications. Either that, or you've filed the information in a "nice to
know" vault and continued on with your ordinary development habits. No matter
which category you f... (more)
This is not Web Services 101. This is not an introduction to Flash. This is
not art. This is not a love song. Now that that's out the way, be prepared to
bind data like there's no tomorrow.
In this article I'm going to show you three different ways to consume a Web
service and some of the pros and cons of each approach. When you're done
reading you should have an understanding of what dat... (more)
This month Darron's Diary looks at an Iterator implementation, at ECMAScript
4, and previews his own latest book
A Simple ActionScript 3 Iterator Implementation
I was looking for an Iterator implementation in ActionScript 3 to avoid
reinventing the wheel for the umpteenth time but couldn't find one on Google,
so I whipped one up quick that you can download here:
(www.darronschall.com/down... (more)