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 Programming – Step Three (Flash & AIR based but why?)

Sep 29

In the last article we saw that we finalized our research to three technology platforms. Now before finalizing any particular platform we need to see the pros and cons of each. Before starting lets recall the requirement of this project. 1. The final game should be deploy able in all Operating Systems (MAC, Windows and Linux). 2. It should be deploy able...

Read More

Poker Programming – Step Two (Choosing the Right Technology Stack)

Sep 29

The first step in developing any successful project is choosing the correct technology stack. Dunno how many software evangelists second this idea, but I have known this with experience in many of the projects whose part I have been. The technology platform or stack can actually depend on lot of points - 1. Team Competency – How competent is your...

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

How to Play Texas Hold’em Poker

Sep 29

The following is a basic set of instructions on getting you started in Texas Hold’em. However, if you’d rather familiarize yourself with the rules of Texas Hold’em first, then read on below. The Blinds In Texas Hold’em, a disc known as “the button” serves to indicate which player is the nominal dealer for the current...

Read More

Poker – Rules of the Game

Sep 29

Texas Hold’em (or simply, “Hold’em”) is the most popular poker game in the casinos and poker card rooms across North America and Europe. Before you begin playing Texas Hold’em however, you’ll have to learn the rules first. In Texas Hold’em, each poker player is dealt two cards (known as “hole cards”)...

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
Page 3 of 612345...Last »