Archive for the ‘General’ Category

Video streaming on Nokia 6210 with Red5

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 [...]

October 25, 2009  Tags: , , , , ,   Posted in: Actionscript 2.0, Flash Lite, General, RTMP, Red5  One Comment

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 [...]

October 24, 2009   Posted in: Actionscript 3.0, Air, General  No Comments

Calling functions from a textfield in as3

The good old asfunction in as2 is no more. so does that mean we cant call action script functions from text fields ? Well yes we can . asfunction mechanism has been replaces by a more prominent and organized methodology in action script 3.0. flash.text.TextField dispatches event:link . Means we can setup the text [...]

October 18, 2009   Posted in: Actionscript 3.0, General  No Comments

HTTP vs RTMP streaming – a visual comparison

For those of you , who have been wondering about “whats the fuss about RTMP and streaming”, here is a little eye opener. Though many think of saving cash by having to invest less on storing flv videos in your web server accounts, the point to create a good user experience is beaten. The advantage [...]

October 16, 2009  Tags: , ,   Posted in: Actionscript 2.0, Actionscript 3.0, General, RTMP, Red5  One Comment


>