CompactMVC is a free and easy to use compact (Multicore) Flash/Flex/Air Framework for building Applications based on MVC Design Pattern. Supports to communicate among all core actors of a module based application.

AS3: DrawPlane/Distord Image Method

24. Februar 2012

Today i found a Plane Distord Method like Photoshops Free Transform Tool:

http://zehfernando.com/2010/the-best-drawplane-distortimage-method-ever/

SUDOMOTO. A somewhat different puzzle!

22. Februar 2012


www.tomlook.com/sudomoto/

Linux: Extract ZIP files

16. Februar 2012

# unzip [filename].zip

 

 

Flash/Flex: Unicode-Range Generator

20. Januar 2012

Today i found a great Unicode-Range Generator:

http://www.zenoplex.jp/tools/unicoderange_generator.html

Flash Builder 4.6 Mobile: In-App-Purchase for iOS with Native Extensions (ANE) and ActionScript

28. Dezember 2011

You have to read this Introduction first:

http://www.raywenderlich.com/2797/introduction-to-in-app-purchases

Here you find the Source & Examples for your Flex-Mobile-Project:

http://code.google.com/p/in-app-purchase-air-ios/

Sample-Project (.fxp):

InAppPurchase

Flash Builder 4.6 – Native Extensions (ANE) Download-Page

28. Dezember 2011

http://www.adobe.com/devnet/air/native-extensions-for-air.html

FlashBuilder Error: Ant Compiling in FlashBuilder “Error: Java heap space”

16. November 2011

To resolve this misconduct, follow the following steps:

1. Open Adobe FlashBuilder 4.5
2. Go to Window -> Preferences
3. From the menu select Java -> Installed JREs
4. Select the VM and click the edit button. In the “Default VM Arguments” enter “-Xmx512m” without quotes.

Falcon JS 2012: experimental cross-compiler from MXML and ActionScript to HTML and JavaScript

16. November 2011

The official Adobe Flex team plans for the year 2012, a cross compiler named “Falcon JS” for MXML or ActionScript code to bring out HTML and javascript. That would be the logical step in my opinion, to be prepared easily for HTML5. There still remain doubts whether this will work.

Source: http://blogs.adobe.com/flex/2011/11/your-questions-about-flex.html

CompactMVC Version 2.0.0 Beta

23. Oktober 2011

Today I started with an improvement of the framework: Version 2.0.0 Beta.

Changes to Version 1:

  • new controllerMXML Pattern included
  • no need to register DisplayObjects (View) with the controller to inject models (real decoupling from the framework)
  • dependency injection is now supported to all display objects added to the displayList
  • and more…

Checkout at:
https://github.com/compactmvc/compactmvc-framework

Linux Shell: Verzeichnis inkl. Unterverzeichnisse löschen

26. September 2011

rm -r verzeichnis