- We design and build extraordinary applications for companies looking to make the next great idea a reality.
- learn more
Using Adobe Flex Builder 3 on a Mac
I've made a recent switch from Windows (Vista) to Mac (OS X 10.5.4). In these two months I had enough time to evaluate all biases that I was carrying with me for the past decade, including the one about coding on a Mac.
+
= ![]()
I was very wrong about Mac. And I was very wrong about coding on a Mac. In a nutshell, my productivity went up considerably since the switch. On a day to day basis, I use primarily Flex Builder, then Dreamweaver, Flash, Photoshop, Illustrator, an FTP client and as of today Snackr.
Flex Builder 3 acts exactly like it does on a Windows machine, with all the blessings and bugs included. No difference at all (I've been using Flex since 2.0 was released on Windows). Productivity boost comes from OS's fantastic interface which allows me to switch windows, not get bothered by focus steeling, run multiple screens with ease, find stuff easily (spotlight), organize files easier and more.
I use Firefox 2 as my primary testing browser, although Safari works just as well. I used to say: "I don't test for Mac, who cares, it's a small market anyhow..." but now I get to test on a Mac "for free".
I initially wanted to install a Windows VM, but so far I don't see the need.
So if anybody wants to code AS3, Mac is the way to go.
Comments: 2 so far
Leave a comment
About Pathfinder
Recent
- Roles Testing For Security
- Blackbird takes the pain out of JavaScript logging
- Making GWT JSON not Quite so Painful
- IDEA - preconference workshop 06 Oct 08
- HTML5, Ajax history management, and The Ajax Experience 2008 Boston
- A Look Back At Past Posts
- Flash Player on iPhone gossip
- Microsoft to Jump on Board EC2
- TAE Boston 2008: The Unsexy Presentations
- The Ajax Experience 2008: Hope to see you in Beantown
Archives
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006


I’ve installed the free trial on both Mac and PC, and failed to get anything to completely work on a Mac. It keeps complaining about a missing HTML file - and looking at what is generated on the PC - the mac version seems to fail in creating the HTML page to actually run/debug the project. Ho hum. And i couldn’t find any answers on the internet!
Comment by stephen d, Tuesday, July 15, 2008 @ 6:33 am
Hi Stephen,
There is only one parameter in Flex Builder that controls the creation of a HTML wrapper.
It at: Project -> Properties -> Flex Compiler
In the “HTML wrapper” box there is a “Generate HTML wrapper file” check box that needs to be checked.
Personally I’ve never had a problem with that. I do have an issue when moving projects between Windows and Mac, but it’s in regards to Flex Builder not being able to locate asset files right away.
To fix that I go to: Project -> Clean and it solves that problem.
If you post the error that you are getting, I could help more.
Comment by Sasha Dzeletovic, Friday, July 18, 2008 @ 11:28 am