Home » Archive

Articles Archive for February 2010

ActionScript 3.0, Flash CS4, Flex »

[24 Feb 2010 | No Comment | ]
To use Flex SWC files in Flash CS4

Now we can use the SWC files created for Flex applications in Flash.
Just we need to add the SWC to Flash compiler. Follow the steps to use Flex SWC files in Flash development.
1. Open new File Flash CS4.
2. Select File > Publish Settings or Press Ctrl + Shift + F12, Publish Settings window will Popup.
3. Click on Settings… and Select Library path

4. Click on Plus Symbol to add SWC path or File.

5. Copy and Paste the Flex SWC files Path.
For example:C:\Program Files\Adobe\Adobe Flash Builder Beta 2\sdks\4.0.0\frameworks\libs
Thats it …

ActionScript 3.0, Flex, RED5 »

[23 Feb 2010 | No Comment | ]
Create First Java Application in Red5 Server

Last we have seen how to Install/Setup Red5 Server. If you dont have the Red5 Setup in your system click here.
In this tutorial we are going to see how to make new Red5 Project.
Before trying this tutorial, make sure the Red5 Server and its sample runs.
Type http://127.0.0.1:5080/ in address bar of your browser and you will see the page below.

Next we will see how to setup server-side code in Eclipse.
Download and install Eclipse for Java EE.
1. Create new Java Project in Eclipse. delete the src folder
2. Create WEB-INF folder …

Webmasters »

[2 Feb 2010 | No Comment | ]
Appcelerator Titanium

Titanium makes cross-platform native application development easy.
A free and open source application development platform, Titanium let’s you create native mobile and desktop application experiences using existing web skills like Javascript, HTML, CSS, Python, Ruby, and PHP.

Titanium For Mobile:
Titanium translates your hard won web skills into native applications that perform and look just like they were written in Objective-C [iPhone] or Java [Android]. With over 300 APIs, a thriving developer community6, and the support you need, you can build applications that are more social, local, media rich, interactive, and extensible.
Titanium For …