Flex-Ajax bridge the primer for flex-javascript communication

Flex-Ajax-Bridge


Often a common issue i face redundantly in setting up a actionscript – Javascript  communication is – actionscript function call back. ie:  calling actionscript function from JavaScript.  sometimes its a real pain to get it to work in all browser pretty much error free Read the rest of this post »

Popularity: 18% [?]

October 29, 2009 · admin · No Comments
Posted in: AJAX, Flex, General, Javascript

India goes DoCoMo !

docomo

Hoardings/Ads  of TATA DOCOMO are lashing city boards, banners, televisions in a massive way.

TATA , One of the largest mobile operators in India, is now bringing  ”D0C0M0”  implementation to Indian mobile users. Tata DoCoMo was formed in 2008  as an alliance between Tata Teleservices and NTT DOCOMO.

This partnership will bring promising opportunities to both mobile developers and users alike. Benefiting development which was earlier held back due to weak backbone. some of the key features tolook out for  incude:

2 GHz (UMTS2100) /800 MHz(UMTS800(Band VI)) / 1800 MHz(UMTS1800(Band IX)) bands.
You can read more about TATA DoCOMo here

Popularity: 10% [?]

October 28, 2009 · admin · One Comment
Posted in: Advertising, Commercial, Flash Lite

Video streaming on Nokia 6210 with Red5

red5 streaming on mobile

red5 streaming on mobile

This week i was experimenting  a lot with red5, so thought of trying this out :) . With flash lite 3.0 released its not much problem porting most of your action script 2.0 code to mobile version of it. The only thing being that you need to ensure proper memory usage. Here is  an example of setting up video streaming on Nokia 6201 with flash lite 3.0 and Red5 streaming server. If you want to tryout for other phones, please check their device profiles for flash lite version and streaming video support.

Remember we want lite,  so no flv components. The only tools we shall use is the Video Object, Movie Clips, and home grown action script. To get the source code running you need to have Red5 installed on your local machine.

Get latest stable build of red5 server from  http://osflash.org/red5


Download the full source code Here

Popularity: 29% [?]

October 25, 2009 · admin · 28 Comments
Tags: , , , , ,  Â· Posted in: Actionscript 2.0, Flash Lite, General, Red5, RTMP

Simple logging class for AIR applications

Working on a recent AIR project , i had the need to log activities of the user on my application and have it mailed to me for debugging the application remotely. You can setup your own php/asp/jsp gateway via remoting or URLLoader method and have your AIR application mail to log file to you. Am posting my log file though to help you get started with it. Please do feel free to post bugs/requests/comments on this if you feel.


Download Logger Class Source: Here

Popularity: 6% [?]

October 24, 2009 · admin · One Comment
Posted in: Actionscript 3.0, Air, General