Flash Mobile Guidelines
http://www.kongregate.com/pages/flash-sizing-zen
http://www.kongregate.com/pages/multiscreen-best-practices
Posted in Flash, as3, mobile | July 18th, 2010| Add comment
http://www.kongregate.com/pages/flash-sizing-zen
http://www.kongregate.com/pages/multiscreen-best-practices
Posted in Flash, as3, mobile | July 18th, 2010| Add comment
http://www.smashingmagazine.com/2010/06/07/the-principles-of-cross-browser-css-coding/
Posted in HTML/CSS | June 7th, 2010| Add comment
this company has managed to make an exporter from ActionScript to JS/HTML. Let see how it plays out.
http://smokescreen.us/
Posted in Flash, HTML/CSS | June 2nd, 2010| Add comment
Google has built a web application that you can hack…. If you follow the tutorial it goes through all the attack vectors providing hints on how to exploit them. Oh and then it tells you how to not fall into the same trap.
Looks like essential reading/play for all web developers, old and young.
Posted in Web | May 7th, 2010| Add comment
After installing subclipse flash builder will nag you every time you launch it with a pop up window containing this error message.
Failed to load JavaHL Library.
These are the errors that were encountered:
no libsvnjavahl-1 in java.library.path
no svnjavahl-1 in java.library.path
no svnjavahl in java.library.path
java.library.path = .:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
The solution is rather simple go to the Flash builder preference and make your way to Team->SVN.
Under Client interface choose switch to SVNKit(PureJava).
Posted in flex, MAC OSX | March 31st, 2010| Add comment
Go to the location where the symbolic link needs to go.
cd /some/path/
then type the following
ln -s {target} {alias}
{target} is the path to the file we want to create shortcut to
{alias} is the name of the symbolic link (generally it is the same as the file we creating a shortcut for)
Posted in MAC OSX | March 23rd, 2010| Add comment
Creating a sounds effects for games has never been easier. You can even export the sound effects as WAV files
http://www.superflashbros.net/as3sfxr/
Posted in Flash, as3 | February 24th, 2010| Add comment
PushButton is a Flash game engine from a team of seasoned game developers that’s free, open source, and associated with an innovative revenue model that should help spur its adoption.
Posted in Flash, Game, as3 | February 24th, 2010| Add comment
Bug base for Flex, BlazeDS, Flash Player, ActionScript Compiler, ColdFusion, ColdFusion Builder
http://bugs.adobe.com/
Posted in Flash, flex, as3 | February 15th, 2010| Add comment
flashSURF is an image analyzes library. It allows you to match a certain pattern (image) that the application knows with one coming from a video feed. I could see this being used with augmented reality but without the need to use a squared black and white marker. The marker could be anything, any images, a book cover, a face…
check it out:
http://blog.inspirit.ru/?p=343
http://code.google.com/p/in-spirit/wiki/FlashSurf
http://vimeo.com/9351280
Posted in Flash, as3 | February 13th, 2010| Add comment