The idea behind AFLAX is that a lot of web site interaction can be done in
JavaScript these days, as we all know. Rather than switching away to any
other language or flavor of language in order to access the capabilities of
Flash, my thought was to keep them all together under the same roof.
That is, you could write a single JavaScript function, client side, that is
used by both your 'Flash JavaScript' and regular JavaScript. For example,
function setName(name) { _name = name; }
Function getName() { return _name; }
This is a simple example, but you could now setName() via an onBlur() event
off of your form input field and then render the name in a nice color and
font somewhere using Flash by getting the value via getName(). The idea is
that you didn't cross any language or runtime boundaries, it's all
JavaScript, regardless if you were talking to Flash or the browser or both.
Just give it a try, if it is not for you, no worries. :-)
Thanks,
Paul
On 7/24/06 4:35 PM, "Paul Colton" <[EMAIL PROTECTED]> wrote:
> Dear OS Flash Members,
>
> I¹m proud to announce the public beta of the Aptana IDE. The Aptana IDE
> focuses on Web 2.0 / AJAX¹ development. This release has tons of features
> including an AJAX library wizard, an Outline View across HTML, CSS, and
> JavaScript, and numerous bug fixes from prior betas. Aptana IDE is free and
> open source.
>
> You can now quickly access Code Assist¹ on your favorite AJAX JavaScript
> libraries by creating an AJAX library project. You can use any JavaScript
> library with Aptana, but we¹ve included project wizards for many of the
> popular libraries including Yahoo UI, Dojo, JQuery, MochiKit, Prototype,
> Rico, script.aculo.us, and, of course, the AFLAX library.
>
> All objects, functions, and properties in HTML DOM Level 1 & 2 now contain
> browser support information (which also includes browser support for HTML,
> CSS, JavaScript Core, and HTML DOM Level 0.)
>
> If you don't know about AFLAX, first on that. AFLAX stands for Asynchronous
> Flash and XML. Defined simply, AFLAX is a development methodology which
> combines Ajax and Flash to create more dynamic web based applications.
>
> The AFLAX technology is available as a library that enables developers to
> use JavaScript to fully utilize all of the features of Adobe's Flash runtime
> -- including graphics, networking, video and camera support.
>
> I¹ve created a screencast to show you an example of how the Aptana IDE makes
> development with AFLAX easier as well as showing how you can get real-time
> previews of your movie as you work!
>
> View the AFLAX Library screencast at:
>
> http://www.xamlon.com/movies/aptana/AFLAXDemo/AFLAXDemo.html
>
> Download Aptana IDE at:
>
> http://www.aptana.com
>
> More info on AFLAX at:
>
> http://www.aflax.org
>
> Thanks,
> Paul Colton
>
>
>
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org