Sans Browser

Archives Posts

Flash Player on 3G iPhone?

June 5th, 2008 by enefekt

Here we go again. Via MacRumors, Apple has filed a patent application that seems to cover some of the rumored features for the next 3G iPhone on the 2.0 software.

The interesting bit is what the application says about our very own beloved Flash Player:

“In some embodiments, the content can be played with a QuickTime, Windows Media, or Flash plugin”

So will this be in the distant future, or on Monday? :)

Archives Posts

Flash Player via OS X Software Update

December 18th, 2007 by enefekt

Both Tiger users and Leopard users will be automatically getting Flash Player 9 Update 3 along with the latest Security Updates via Mac OS X’s Software Update.

Nice to get Flash Player updates this way, they have come this way before. This should happen for every release really.

Filed under Mac, Adobe, Flash Player having No Comments »

Archives Posts

Flex Support for Xcode 3

November 29th, 2007 by enefekt

Following up on the efforts that a few others had already started (including someone named Robbish who’s blog is gone), I’ve updated the macros and language spec files for ActionScript 3 to work with Xcode 3.

Xcode 3 switched from pblangspec files to xclangspec. The macros format and pbfilespec files had a few tweaks to be made as well. There are a few lines still left in the pblangspec file, Xcode didn’t seem happy without them, or with them moved into the xclangspec file. I wasn’t able to keep the method parameters in the code completion, it wouldn’t properly work with some of the different characters in there. I tried a few things, but it didn’t work. If I or someone else gets that figured out, it will be updated.

As a brand spankin’ new addition, and as a result of Xcode 3 having better support for XML, I was able to get an xclangspec going for MXML too! I even have ActionScript in the CDATA blocks working! It works hand-in-hand with the ActionScript.xclangspec file.

This is a first stab, and no doubt can be improved on, but at least I’m rockin’ and rollin’ with Xcode 3 now. To use, just drop the files here:
/Developer/Library/Xcode/Specifications/

If you are moving a project over from an older Xcode project, the ActionScript and MXML files may not automatically register. As you work on them, simply do a “Get Info” (Command+I), and select either “sourcecode.actionscript” or “sourcecode.mxml” for the type in the inspector.

Here you go, enjoy!
Flex for Xcode 3 (0.0.1)

Filed under Mac, MXML, Xcode, Flex, ActionScript having 9 Comments »

Archives Posts

XAPGen for Xcode

September 10th, 2007 by enefekt

I’ve put together an Xcode project template for XAPGen. So if you have the Xcode development tools, just download, unzip, and drop the files packaged up below in the right spot, and you’re ready to rock.

After setup, in Xcode just go to File->New Project, and choose XUL->XAPGen. You have an instant XULRunner project directory ready to build. Just choose the build-and-run target, click “Build”, and you’ll see the default Hello World app get packaged up and launched all automatically.

And of course, the build-all target will build Windows and Linux distributions as well!

When naming your new project name, remember to use all lowercase.

XAPGen for Xcode

Filed under IDA, Mac, XULRunner, Mozpad, XAPGen having 2 Comments »

Archives Posts

Brent Simmons on Internet and Desktop

April 18th, 2007 by enefekt

The Hivelogic Podcast is awesome. There consistently has been some really good content and interviews in this podcast.

Last month around this same time, there was a really cool episode featuring Brent Simmons, the developer behind NetNewsWire.

Brent is someone who came from a web app developer background and moved into desktop applications that work with the web, and cares a lot about the user experience. He has some very interesting insights into incorporating web technologies into desktop applications.

His focus is on Cocoa development on the Mac, but many of the points he brings up can be applied to cross-os endeavors as well.

Go check it out!

Filed under IDA, Mac, Cocoa, Podcasts, Adobe, Mozilla having No Comments »