|
Technique FAQ Why does my flash keep loading?123 Flash Chat server software is recommended to be installed on a separate server instead of on the web server directly, for security reason. Even if on the same server, put the chat server to a different directory so it won ’ t be easily hacked. In the previous case, when chat server and web server are not on the same server, two parameters are obligatory to ensure the successful connection between the chat client SWF and the chat server.: - init_host - init_port Sample Code: <div id="demo"><script language="javascript"> //init_lcid=Math.round(Math.random()*1000000); //openSWF('lc.swf','1','1','flashchat_lc','topcmm_123flashchat_lc'); openSWF('123flashchat.swf ?init_host=your_chat_server_IP ','634','476'); </script> </div> When the web server is different from the chat server, please open: <123flashchat>/client/index.html, find the parameter above, add the init_host / init_port parameter s after " 123flashchat.swf "? just as the red code above. " your_chat_server_IP "? can also be the domain of your chat server. |
||




