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
Recent Comments