1 | Next Page

Swiz Desktop for AIR support

Nov 9, 2009 2:48 PM
Rating: (Total Clicks 45)

When you develop AIR applications you see repeating tasks which you have in all projects. You need to take care about the update process and online status. I am developing all my applications with the Swiz framework so I tried to come up with some re-usable code which fits nicely ... (translate)

FGATracker for Google Analytics tracking

Nov 8, 2009 2:44 PM
Rating: (Total Clicks 21)

FGATracker is an AS3 library which wraps gaforflash for Google Analytics and can be easily used in combination with the Swiz framework. Source and Download Source on GitHub Download SWC API docs Usage Add FGATracker to your BeanLoader: Dispatch TrackPageEvent or TrackActionEvent: From a view class (set bubbles=true): dispatchEvent( new TrackPageEvent( TrackPageEvent.PAGE, "/pagename", true ) ); dispatchEvent( new TrackActionEvent( TrackActionEvent.ACTION ... (translate)

FlairLoc Public Beta

Nov 3, 2009 11:01 AM
Rating: (Total Clicks 53)

FlairLoc is an Adobe® AIR™ application to localize Adobe® Flex® applications. Today I am happy to announce that the public beta of FlairLoc is available. Features Change resources in a user interface with search capability Extract resource keys from source code and synchronizes it with all locale sets Automatic translation into 42 languages with the ... (translate)

GIT Tips and Tools

Nov 2, 2009 1:06 PM
Rating: (Total Clicks 36)

If you don't know GIT yet it is a software version control system like Subversion, CVS or Perforce. It was primary developed by Linus Torvalds for Linux kernel development.  I have started using GIT in the beginning of 2009 and I must say that after a not so small learning ... (translate)

YouTube AS3 example

Oct 15, 2009 5:57 PM
Rating: (Total Clicks 115)

Today YouTube finally released an ActionScript 3 API. Maybe this was accelerated by the move of Vimeo because they came up with an AS3 API last week. I have build a little AIR client as an example application. Check my YouTubeAS3 project on github for the source code. The example of ... (translate)

Presentation Model Interface with Swiz

Aug 17, 2009 2:01 PM
Rating: (Total Clicks 69)

Lately I have started to use the presentation model approach and I like it a lot. Swiz fellow Ben Clinkinbeard has a wonderful example posted on his blog. However I disliked that I have to dispatch custom events to make getters bindable. This would normally look like this in an interface: [Bindable(event="customDataChanged")] function ... (translate)

High level AS3/Flex library for OAuth with Twitter from AIR

Jul 8, 2009 9:54 AM
Rating: (Total Clicks 68)

Recently I have played again with the Twitter API and finally have OAuth working. When I have first played with the Twitter API I have used the example from Tour de Flex. The example loads up the friends list and uses the Twitter AS3 API. The API is not really ... (translate)

Width Problem with Firefox

Jun 30, 2009 1:55 PM
Rating: (Total Clicks 63)

Recently I ran into a problem that I had to build a Flash movie which should fit the browser window meaning the Flash movie is embedded with 100%x100%. The problem I had is that even if I resized the browser window to something like 400x400 the stage.width property still showed 662. ... (translate)

Swiz 0.6.2 with Flex 4 support

Jun 1, 2009 7:45 PM
Rating: (Total Clicks 57)

We just released a new Swiz update: Flex 4 support (beta) TwoWay autowire Mediate priorities Pass event to mediating method Flex 4 support Today Adobe has released Flex Flash Builder 4 and Flash Catalyst betas on Adobe Labs. One more reason for Swiz to support Flex 4. We have now posted two SWCs for Flex 2/3 and ... (translate)

Swiz Unit Tests with FlexUnit 4

May 26, 2009 9:48 PM
Rating: (Total Clicks 41)

Recently FlexUnit 4 beta 1 was released. To get started I recommend FlexUnit 4 in 360 seconds and the feature overview. If you are using the Swiz framework and want to apply some changes to provide a patch file you could run the unit tests to be sure to break ... (translate)

1 | Next Page