Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help with Javascript sockets

Status
Not open for further replies.

jdarco

Programmer
Apr 10, 2007
2
FR
Hi,
I'm looking for the best way to send sockets with JS using an SWF template like XMLSocket ( & Aflax , you have to download only the 2 or 1 SWF file(s) and the rest is written in your file as JS code.
my target is to ,first of, avoid to install a FMS2 on server side and be able to create sockets between users and server with only JS help.
I don't know if that's possible with these 2 solutions I found.I already tried XMLSocket but It didn't work ; I don't know the reason but I can't tell if It's because I need an FMS.
I'm working on an HTTP voip softphone and sending sockets is only the beginning (capturing voice won't be easier for sure),& I don't wanna take the wrong direction.
Please help me choosing one of those or tell me if there's another way.
 
I'm picking that the solution to your problem has very little (if anything) to do with Javascript. You may end up using javascript as part of the solution you finally deliver, but it's not going to be the driving force of this.

If you are using swf files to handle your VoIP, then I suggest you ask in the Flash Forum... since there's a good chance the folk over there will have some idea how to string all that together.

Cheers,
Jeff

[tt]Jeff's Page @ Code Couch
[/tt]

What is Javascript? FAQ216-6094
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top