Posted by: arunbluebrain on: November 11, 2008
Im providing the links as is from the adobe site currently it has only 3Days training links i will update it as soon as adobe provides the links
Learn Flex in one week by going through this video training course. To maximize your learning, we recommend that you view the videos and complete the exercises in [...]
Posted by: arunbluebrain on: November 11, 2008
This class uses Google Suggests to fill an array with its suggestions;
Note : this class doesn’t work on a server because of the sandbox violation;
But if you rum the application on your local machine or in an AIR project it works well
The Application:
<?xml version=”1.0″ encoding=”utf-8″?>
<mx:WindowedApplication xmlns:mx=”http://www.adobe.com/2006/mxml”
applicationComplete=”init()”
layout=”vertical” xmlns:ns1=”it.creativesource.*”
width=”380″ height=”330″>
<mx:Script>
<![CDATA[
import it.creativesource.GoogleSuggests;
private var gs:GoogleSuggester ;
private function init():void{
gs=new GoogleSuggester [...]
Posted by: arunbluebrain on: November 11, 2008
By Laura Milligan
Despite the many wifi spots that are popping up all around airports, coffee shops and even whole neighborhoods, it’s sometimes hard to find a free, secure and stable connection. For many freelancers, business travelers and other professionals who have to spend time out of their office or on the road, Adobe AIR is [...]