Archive for the 'Flash' Category

Flash Player 10 Beta is out!

Flash Player 10 beta, code name Astro is out.

Astro Image

I just checked out a great video by Lee Brimelow on http://gotoandlearn.com that will get you up and running with Flash Player 10. Here is the link. http://www.gotoandlearn.com/player.php?id=73.

You can check out the Adobe Labs site for instructions for setting this up and using Flex Builder if you would like to go that route.

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

Flex remoteObject() and Cold Fusion

I’ve recently started using Adobe Flex, and so far I really love it. Since I’m unable to design my way out of a wet paper bag, having pretty little components available like the datagrid has made me very happy.

Today i’m going to talk about my new friend remoteObject(), and since I am primarily a ColdFusion developer, i’ll be discussing specifically how to use it within a CF application. Those of you using other server side languages may want to stick it out, if for nothing more just to see how beautifully Flex can separate your view from your model. As far as the Flex side of things, it’s pretty similar between platforms anyhow. In this tutorial, I will show how to use remoteObject() to connect to a object on the server, and then display the results from this object in a flex datagrid.

more ->

Installing AS3 and Flex Bundle for Textmate

TextMate Bundle Editor

I am totally not a coding guru just yet, but I have my eyes on the prise and I hope to one day know my stuff, but for now I will admit that I have a little trouble understanding some simple tasks that most programmers would not have any trouble with. We all know and love Textmate. The great text editor for the Mac. Heck I even use it to write my blog posts. You have to check out the blogging bundle if you have not used it for that it is great.

As soon as I got Textmate I started using it for all my actionscript. At the time the bundle was only for AS2. Now that I am starting to dig into AS3 and Flex it would be great to start coding using this editor. It launches way faster than Flex Builder or Eclips. There are some draw backs. The biggest being that you do not get the code hinting quite as much as you do with Flex Builder, but still it is a great tool to work in. In the next few steps I will show you how to install SVN (subversion) client for your Mac so you can utilize all the bundles and updates that are currently being developed for Textmate and most importantly there is an AS3 / Flex bundle that you can download.

Read the rest of this entry »