Log in | Jump |

Flash Player roundup

Flash Flex Air FMS
Adobe

This thing was constructed on May 12, 2009, and it was categorized as Adobe Air, Adobe Flex.
You can follow comments through the RSS 2.0 feed. You can leave a comment, or trackback.

adobe_air_logo

By Adrian Pomilio:

The solution is simple, Ribbit!. There is an api available at Ribbit.com that allows for you to integrate texting as well as voip features with Flex and Flash. Below is a quick tutorial on how to create a simple Air texting application.
EXPLANATION

Step 1 – Visit www.ribbit.com and sign up for a developers key and download the Flex SDK.
Step 2 – Create an Air Project in Flex Builder
Step 3 – Unzip the Ribbit Flex SDK and copy the Ribbit API swc to your projects lib directory.
Step 4 – Add a namespace to the WindowedApplication tag as follows:
<mx:WindowedApplication xmlns:mx=”http://www.adobe.com/2006/mxml” layout=”vertical”
xmlns:ribbit=”com.ribbit.api.*” creationComplete=”init()”>
Step 5 – Add the following component to your MXML <ribbit:RibbitServices id=”request” />  This will allow us to refer to the Ribbit Services via the name ‘request.’
Step 6 – Add the following import statments to your <mx:Script> block…

Read more at: http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&postid=12007&loc=en_US&productid=2

This thing was constructed by .


You can follow comments through the RSS 2.0 feed. You can leave a comment, or trackback.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*