123 Flash Chat Software (64-bit) can add a chat room to social networking services, with users fully integrated. It can be easily integrated to the leading CMSes or forums Joomla, phpBB, vBulletin, and Skadate. Features include Java chat server, social connect, virtual currency, video or audio chat, video conference, pay per minute, virtual gifts, administration, integration or single sign-on, customizable skin, upload or webcam avatar, social network promotion, cross devices, YouTube or Media Player, and play flash games. Full Specifications What's new in version 9.9 The new HTML5 client for 123 Flashchat works beautifully on iPhone, iPad, Android devices and PCs at the same time, which means the same URL applies for both PC-based and mobile-phone-based web sites and both groups of users can get the layout and content that best fit their devices. It's all automatically. The ability to work cross devices is revolutionary and the powerful features are impressive. General Publisher Publisher web site Release Date January 22, 2013 Date Added April 16, 2013 Version 9.9 Category Category Subcategory Operating Systems Operating Systems Windows 98/2000/XP/2003/Vista/Server 2008/7 Additional Requirements None Download Information File Size 92.03MB File Name 123flashchatx64.exe Popularity Total Downloads 3,045 Downloads Last Week 1 Pricing License Model Purchase Limitations 15-day trial Price $299.
Port Protocol Transport Description 1935 RTMP/E TCP Flash Media Server listens for RTMP/E requests on port 1935/TCP. Flash Player and AIR clients attempt to connect over ports in the following order: 1935, 80 (RTMP), 80 (RTMPT). 1935 RTMFP UDP Flash Media Server listens for RTMFP requests on port 1935/UDP. 80 RTMP, RTMPT, HTTP TCP Flash Media Server listens for HTTP requests on port 80.
Flash Media Server falls back to port 80 if a client cannot con 8134 HTTP TCP Flash Media Server forwards HTTP requests to Apache HTTP Server on port 8134. 1111 HTTP, RTMP TCP Flash Media Administration Server listens for HTTP and RTMP requests on port 1111.
![123 123](https://scripts-cdn.softpedia.com/screenshots/123-Flash-Chat-Server-Software-_4.png)
Online Solutions 123 Flash Chat Server For Mac
Some firewalls reject traffic that doesn't use the HTTP protocol. This behavior can prevent communication over RTMP even if port 1935 is open. Consult the documentation for the firewall to determine how to configure it to allow RTMP traffic. To use RTMP and RTMFP, firewalls between the server and clients must allow inbound and outbound traffic on port 1935. If you cannot configure the firewall to allow traffic on port 1935, configure the server to use a different port.
Configure the port in the fms.ini file or in the tag of the Adaptor.xml file. See. If you configure the server to use a port other than 1935, specify the port in the NetConnection.connect statement. In client-side ActionScript, if a port is specified in the NetConnection.connect statement, Flash Player attempts to connect only on the specified port.
Although Flash Player automatically attempts to connect to Flash Media Server over multiple ports, the time between connection attempts can be longer than you would like. Also, you sometimes want to attempt to connect over more ports than Flash Player uses by default. Jake Hilton has created a class called that quickly connects a client to Flash Media Server through a firewall. The NetConnectionSmart class also includes properties that let you choose whether to use RTMPE, whether to use tunneling, and so on. You can also write your own ActionScript that uses multiple ports to connect to Flash Media Server. The following is a simple example.