Flex 3 Actionscript Examples

Thursday, July 17th, 2008

I was reading some Flex docs online the other night, and in the live docs section I noticed a link to where you could download the example scripts for many of the examples shown in the Flex docs.  The zip file is available here and contains some great Flex/AS projects including a Wiki Editor, Video Jukebox, Display Object Transformer and many more.

Firefox 3 and Flex Debug Not Working

Wednesday, June 18th, 2008

If you use Firefox as your primary browser for debugging your Flex applications, you may want to read this bug report before you upgrade you browser to Firefox 3…

[#FB-13064] Firefox 3 and Flex Debug Not Working

If you must have the latest and greatest Firefox, you can always use the workaround of debugging with Safari or Internet Explorer!

Google Maps API for Flash/Flex

Thursday, May 15th, 2008

Google has just announced the Google Maps API for Flash.  This AS3 library will allow you to natively put Google Maps into your Flex or Flash apps without having to do any hacky-hack iFrame/div methods.  You can read the announcement on Google’s blog.

Flex SDK Coding Conventions

Friday, April 18th, 2008

The OpenSource Flex site has released the team’s Flex SDK coding conventions and best practices.  If you’re planning on committing code to the SDK, these are the guidelines that you will have to follow.  These guidelines are also useful even if you’re just looking to be a better AS3 coder.

Prevent Dupliate Tabs Extension Updated

Thursday, April 10th, 2008

I’ve updated my Prevent Dupliate Tabs Firefox extension to allow for whitelisting of URLs that should be prevented from being opened in duplicate tabs.  You can grab latest version here.  Read the instructions about the new UI, checkout the changelog, and take a look at what I have planned next.

I created the extension to solve an annoyance that has always bugged me about Flex Builder, or more specifically any Eclipse based tool (ie. Aptana).  When you click the Run/Debug/Build button (or F11/ctrl-11) your project is always opened up in a new browser tab.  It doesn’t take long until you realize that you have 20 tabs open!

Flex Builder Annoyance Redux

Wednesday, April 2nd, 2008

Earlier this week, I wrote a Firefox extension to prevent duplicate tabs from opening.  Reader Jimmy Fung posted a comment with a link to  Firefox 2 and Flex: Launching builds in the same window.  It makes my extension somewhat (alright completely) useless - but hey, I learned a lot about making Firefox extensions in the process!

Flex Builder Annoyance Solution

Tuesday, April 1st, 2008

One thing that has always bugged me about Flex Builder (or more specifically Eclipse) is that when you click the Run/Debug/Build button (or F11/ctrl-11) your project is always opened up in a new browser tab.  It doesn’t take long until you realize that you have 20 tabs open – or at least in my workflow it happens!

So last night I built a Firefox extension that I have been wanting to make for a while.  It’s called Prevent Duplicate Tabs, and ensures that only the most recent tab of a given url is open at any one time.   After its installed, you will notice that there is a menu item in the Tools menu called “Prevent Duplicate Tabs”.  By default it is checked, and if you want to turn the extension off, you can simple toggle the menu item.

This is my first ever Firefox extension.  It was a bit of a pain to develop, and I now have even greater appreciation for the Flex documentation ;-)

Feedback is welcome – source is available by request.

Are There Any Flex Developers on Vancouver Island?

Friday, March 21st, 2008

I’ve been wondering lately how many Flex/Flash developers we have on Vancouver Island.  I know there are a few here, here and a couple more here so there must be a fer more kicking around.  I’ve been toying with the idea of starting a Flex/Flash Users’ Group, but would only do so if there were enough interested developers.  If you’re interested send me an email (jim.rutherford[at]gmail.com) or leave a comment that includes your name and email address on this post.

Quick Thought on No Flash on iPhone

Thursday, March 6th, 2008

So the iPhone is powerful enough to run Spore & Super Monkey Ball  but not powerful enough to run Flash or Flex applications?  Seems odd to me.

Is Flash on iPhone Coming Soon?

Monday, February 11th, 2008

You gotta love the Mac rumor mill!  Gear Live is reporting that Flash on the iPhone is just around the corner and will be available along side Apple’s release of the iPhone SDK near the end of this month.  I can’t wait to start hacking some cool Flex apps if and when the Flash Player is made available on the iPhone.