Groups | Blog | Home


Archived Months
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007


all groups > macromedia flash flashcom > november 2005 > threads for november 29 - 30, 2005

Filter by week: 1 2 3 4 5

Live stream
Posted by rethor at 11/30/2005 10:04:23 AM
Hi, I have FMS2, Flash 8 and this client-side code: var client_nc:NetConnection; var out_ns:NetStream; var in_ns:NetStream; emisor_cam = Camera.get(); emisor_video.attachVideo(_root.emisor_cam); function doConnect() { client_nc = new NetConnection(); client...more >>

Record to MP3
Posted by wallster at 11/29/2005 2:32:11 PM
What is the best way to record using the client's microphone to an MP3 stored in a database? Currently, I am doing: client_nc.connect("rtmp://mymediaserver/myRecordedMp3Directory"); out_ns = new NetStream(client_nc); out_ns.attachAudio(Microphone.get()); out_ns.publish("myMp3", "reco...more >>

FMS2 CRASHING! (almost seems to be random)
Posted by BryanTheCrow at 11/29/2005 2:09:58 AM
I'm writing an application that utilizes the XMLSocket object, and the XML / XMLNode objects. It's getting to the point where there is allot of code building / parsing XML some very simple Messages. It seems that once I've passed a certain threshhold of building/sending, then a-synchronously ...more >>



DevelopmentNow Blog