Archive for the ‘AS3’ Category

CasaFramework is now CasaLib

AS2, AS3 | Posted by David Jumeau
Dec 04 2008

Last year, I used the CasaFramework in my localization projects and pretty much saved me from further angst in Font usage in AS2 Flash development.

Recently, Aaron Clinger and Michael Creighton have released an AS3 version of the library. Also a new AS2 version has been released as well. (v. 1.5) I am sure there are many frameworks and libraries out there. I just mention this because they have a very good community base. I don’t know what I would do with out it in my AS2 development.

You can find the library at: http://casalib.org.

DJ

Flash Player 10 Beta is out!

AS3 | Posted by djumeau
May 26 2008

This is old news but I’ll post this anyway. (I’m so busy, it’s ridiculous!)

You can find the latest player on:

http://labs.adobe.com/technologies/flashplayer10

Lee Brimelow already posted some tutorials on how to get your hands dirty on creating swfs to run on the Flash 10 player. You need to update your Flex SDK.

You’ll find the tutorials at http://www.gotoandlearn.com

What I am looking forward to are the:

1) 3D API

2) Advanced Text rendering

3) Use of PixelBender (Formerly Hydra) to create your own filters

DJ

3D and Flash CS3 / Flex

AS3, Papervision 3D, Swift3D | Posted by djumeau
Apr 30 2008

Links to sites for 3D and Flash development…

Alternativaplatform: http://blog.alternativaplatform.com/en

Away3D: http://www.away3d.com

Papervision 3D: http://blog.papervision3d.org

Paperworld 3D: http://paperworld3d.com

Swift3D: http://www.erain.com

WoW-3D Physics Engine (Compatible with Papervision 3D): AS3 3D Physics Engine : WOW-Engine

Northcode SWFStudio 3.5

AS3 | Posted by djumeau
Mar 24 2008

Northcode iconThe release of AIR along with Flex 3 last month (as well as an update to Flash CS3) gave us the possibility of creating intermittent internet connected desktop apps instead of being bound to the browser. (Can anyone say. “Click here to activate this ActiveX control?” in their IE explorer? Yeech!) Well, I’ve been developing such applications waaaaay before AIR caused a stir in the Flash community. These SWF2EXE applications converted your Flash .swf movies and pretty much added more functionality with additional commands. (It would be a good idea to do a feature by feature comparison between Adobe AIR and these SWF2EXEs.) Some of them created screen savers, and others became full-fledged applications. To see a list, check out the wikipedia definition at http://en.wikipedia.org/wiki/SWF2EXE_Software

I just browsed over to Northcode and discovered that they recently released Version 3.5 with AS3 and Flex support. I’ve been working with their SWF2EXE converter since version 2.5. (I got to know them better when I had visited their office when MX2004 came out and are involved in supporting the Ottawa Flash based community.) Northcode have a good support system and reply to your inquiries on their bulletin board system efficiently and were helpful when I was stuck troubleshooting my apps. Most of the comments that I have perused indicated better OS stability — even when Vista came out when compared to other SWF2EXE applications. (I am not sure about this now since most of the companies have upgraded their products.)

You can checkout their website at: http://www.northcode.com and start out with their trial version. (It’s an unlimited trial so that you can have lots of time playing around with it before you need to buy it.)

If you are creating executables exclusively on a Windows environment, it is a good option to check SWFStudio out.

MDM is probably the other alternative if your target OS is on Windows, Mac OSX, and Linux.

DJ

After installing the AIR update for Flash CS3, check your publish settings

AIR (Formerly Apollo), AS3 | Posted by djumeau
Mar 19 2008

While looking over some source code that I had downloaded from Adobe, I tested my movie and was wondering, “Where did my bandwidth profiler go?” It turns out that my publish settings had been set to “AIR 1.0″. Just a recommendation that if you publish something, it might default to AIR. So if things don’t seem right, just check your publish settings.

DJ