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

Poker Progamming – Step One

Sep 29

Ok so you want so create a Multiplayer poker game, thats why you are here. Writing a rock solid poker game application has been my keen interest over past 2 years. After seeing so much demand of online multi-player poker rooms, I really wished Globussoft should enter the online gaming market one day. The first step to develop an Online Massive Multiplayer...

Read More

Flash Based Poker Gaming Framework with realtime Audio-Video Poker Rooms – A Revolution in Online Poker Gaming Industry

Sep 29

This week we started the development of a Flash ActionScript 3 Based Poker gaming framework. The advantage with Action Script 3 is that we can port the code to Flex 3 SDK easily and then deploy the same codebase as a Desktop based AIR Application. This allows us to have the a multi Operating system game which can be played from the browser or as a desktop...

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