Connecting to Flash Media Server Using ActionScript 3.0

Sep 29

A lot of times you will need to connect to Flash Media Server , where there is lot of code avialable for AS 2.0 , I was not able to find much code on AS 3.0 . I hope this helps other fellow Action Script programmers out there. package { import flash.net.NetConnection; import flash.display.Sprite; import flash.text.TextField; import...

Read More

Custom Branded FLV Player

Jan 05

Recently we got a project to do a custom branded flv player for a client. Ram and me decided to make one custom Branded FLV Player. Here is what we came out with. Just give path to a flv file on http and play it http://www.indiauploading.com/demosites/videoplayer/customplayer.html If you want to see how it looks, Watch a static video on this player...

Read More