LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 


Prev Previous Post   Next Post Next
  #1  
Old 07-17-2007, 01:03 AM
Strangenate Strangenate is offline
Registered User
 
Join Date: Jul 2007
Posts: 16
Rep Power: 0
Strangenate is on a distinguished road
flash media server

is there anyone here who uses flash media server? I am having trouble connecting.

it is on my local machine, I just want to connect locally.

but I don't know what port to use, this one returns "Can't connect"

I feel like I"m missing something from flash media server, like there is supposed to be a line of code that points to the fact that its flash media server that's being used.

any ideas?

Code:
var ip:String   = "127.0.0.1"
var port:Number  = 9339

var nc = new NetConnection();

// Connect to the server
nc.connect(ip, port)

//----------------------------------------------------------
// Handle connection response from server
//----------------------------------------------------------
 if (nc.onConnect(success))
 {
  status_txt.text = "Connection succesfull!"
 }
 else
 {
  status_txt.text = "Can't connect!"
 }
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Extensive list of Flash server/socket and hosting FlashMove Flash Media Server 5 12-30-2011 03:36 AM
New Flash Builder 4.6 is now available for download FlashMove Flash Builder 0 12-05-2011 01:35 AM
New Flash Software with Exclusive Capability to Publish to Social Media Sites in Just One Click FlashMove New Softwares 0 11-26-2011 06:23 AM
cannot connect flash xml client socket to php socket server doc XML & Sockets 4 03-21-2007 06:55 PM
Flash research [Interactive Media Student] Uberman Server Side 2 11-26-2004 06:50 PM




All times are GMT. The time now is 07:17 AM.