Published on 2005-11-08 03:13:28

AFLAX is a method through which developers may use JavaScript and Flash together to create AJAX-type applications, but with a much richer set of vector drawing controls than are available in either Internet Explorer or FireFox. Developers using this library have access to the full range of Flash features, but without ever touching the Flash IDE.

AFLAX is available under Mozilla Public License Version 1.1, To install AFLAX download the current version 0.24, then :

  1. Place the aflax.js and aflax.swf files in the same location as the html file using them.
  2. Add the following line to the head of your HTML file:
    <script type="text/javascript" src="aflax.js"></script>
  3. Create an instance of the AFLAX class.
  4. Create a function to call once the class is created:

AFLAX require macromedia flash 8, and currently not working on Opera and safari.


Related Entries

Member of the PHP Magazine Network, Copyright (C) 2005-2008 phpmagazine.net All Rights Reserved