The AIR browser API lets web applications detect, install, and launch AIR applications. There are some restrictions on its use, however:
Applications have to opt-in to the detect and launch capability. This is done by specifying
The AIR browser API lets web applications detect, install, and launch AIR applications. There are some restrictions on its use, however:
Applications have to opt-in to the detect and launch capability. This is done by specifying
Adobe today announces AIR 1.0. In their words, here are how it’s important for Developers and for How it’s good for business.
For Developers:
The Adobe® AIR™ runtime lets developers use proven web technologies to build rich Internet applications that deploy to the desktop and run across operating systems. It’s for all developers like AJAX, Adobe Flex Developers and Adobe Flash Developers.
When I testing the open-source components of Yahoo,video-flash.de made a small flash MP3 player and shared the source code.He/Her wrote it in German,I translated it into English.
Free Orkut Themes
First you have to make sure that you meet all the requirements before you can start using these themes.
Requirements:
Mozilla Firefox (Don’t have it? Download from here)
Do you ever wanted to get started with BlazeDS? A bug bit me yesterday that forced me to sit at my computer for hours on end until I could achieve two things: setting up Amazon’s EC2 Webservice and getting up and running with BlazeDS.
I had to do quite a bit of hunting due to my inexperience with a few things, which led me to the conclusion that someone else out there might want to benefit from my Googling and bookmarking.
Anyone who is on a Mac should be able to follow along fairly easily, and if you’re on Windows, it shouldn’t be too bad to translate.
http://ecodazoo.com/ This may one of the best 3d flash website I ever seen. Funny and Interesting.
The Eco Zoo. If you take a close look at the animals there… you might be able to get some tips to live in a more environmentally friendly way.
xmlutility
package {
public class XMLUtilities
{
//
public static function XMLListToSimpleArrayByDepth(xmlList:XMLList, depthLimit:int=10):Array{
var resultArr:Array=new Array();