Flash whiteboard function

xiaoxiao2021-03-06  37

Flash Communication Server

Ten features of the Flash Communication Server: Kyle 11/21/02

content:

1. Establish a distinct application through Macromedia Flash Communication Server, you can build and integrate a new type of interactive function and user experience in the website content. You can easily add functions such as chat room, streaming, diversified media message communication and real-time collaborative operations.

2. Contact to the most widely used Internet Network Communication User Macromedia Flash Player is the most widely used software on the website, so most users will be able to experience the user who uses a browser, platform or device that uses users on the Internet network. Your communication app.

3. Self-ordering brand video and communication experiences Establish a video media presentation that meets your brand appearance and image, and even the buttons and navigation interfaces. As with all Macromedia Flash movie content, the communication application built by Macromedia Flash Communication Server MX will be loaded immediately, and can be executed in an existing HTML web page, and a player combined with web content with web content Presenting it makes your content.

4. Multi-directional communication capabilities establish a communication application for self-developed, real-time, one-way, two-way or N-direction. Take humanity interact with your website through broadcast to multiplayer, or establish a private or group talk talk.

5. Tightly combined with existing applications Through Flash Remoting (Built in Macromedia Coldfusion MX and JRUN 4), you can easily inject communication functions in existing applications and enterprise materials.

6. Enterprise-level server solutions Flash Communication Server reaches the security, expansion and reliability requirements required to deploy communication features within the enterprise internal network, external network, or public website.

7. Get full of the power of the Macromedia Flash MX development environment Through familiar script language, clear instructions and teaching documents, the exemplified example documents and the majority of workforce websites, books and other resources to promote the resources of Macromedia Flash platforms, The R & D staff who already knows Macromedia Flash will be familiar to the feelings.

8. The expandable prefabricated communication object link library can quickly and easily establish standard communication applications via a drag and drop assembly. You can modify the components through easy Macromedia Flash MX visual design tools that make it complies with your website design and join your own business logo, background and other design elements. You can even modify the original code of the component to create a variety of applications.

9. Shared Object (Shared Object) with synchronous features This latest technology makes it possible to make applications that make all participants can share the joint experience, so that each communication user receives the same and continuous sound. , Video and data.

10. Offline data synchronously establishes an application that can experience and update in an offline state. The Macromedia Flash client can synchronize the application and all materials that need to be updated when the user will be updated later.

Set Flash Communication Server correctly

Author: Jolin 12/29/02

content:

Correctly set Flash Communication Server to prevent risk of unauthorized users from logging in, stealing servers, game cheating, and even closing servers, etc. About management settings: 1. Use secure users are named password, do not use "admin", "administrator" The user name. The password is not less than 8 letters, using the number with punctuation with punctuation 2, editing server.xml (my machine path is C: / Program Files / Macromedia / Flash Communication Server MX / Conf / Server.xml) in Mark and two tags can control which computer login management. 3, in the same, to modify management of management. If you are only used for intranet, or only on the local network login management, this port is turned off in the firewall to prevent external access. Vhost.xml Settings: My Machine Path is E: / Program Files / Macromedia / Flash Communication Server MX / Conf / _Default_ / _ _ Defaultvhost_ / vhost.xml 1, editing and tag, but this control Use people you serve. 2, if you don't use stream in your program, set to 0 3, you can set the to access the log for the ON or OFF switch (for example, when you think that there is an exception need to view the log) About service Setting: In Server.xml 1. Modify to control the resources used by the server, specifically visible Note 2 in XML 2, please set tag adaptor.xml when you need to run the program with multiple servers, please set the tag adaptor.xml (I The machine path is E: / Program Files / Macromedia / Flash Communication Server MX / Conf / _Default / Adaptor.xml 3, check the tag, if the service is only used in intranet, please turn this port in the firewall. 4, Edit and You can control the domain name of the user using the program and the IP address write. Information, although we usually do this when we write procedures, these should be shielded into the code that the user cannot find.

2. When the user logs in, use Server-Side Scripts to check the client's ReferRer attribute to determine where it comes from the place you want, usually to access SWF, which should be from your web server, not It should be a hacker written SWF 3. In addition to the above measures, it is best to have some other ways of shaking between your SWF and the server (it is determined to be your own SWF, not a hacker's SWF method, such as collar Brand, yet, or other algorithm), although SWF is not strong, this at least some time, not to use some shallow methods to harm your server 4, check the script of your server (.asc), clear it All the debugged, useless, trace code 5, clear all useless or old version of the script about the program setting 1, set the tag in vhost.xml, this is the directory where your program is located Please make sure it cannot be viewed outside or even download 2, organize your program where you need to provide the program you need to provide users. 3. Remove the example 4 when all MACROMEDIA FLASH COMMUNICATION SERVER MX is installed, set and tag in Vhost.xml and Application.xml, specify the video file storage directory, make sure it cannot be viewed outside Even download, specifically see the NML Note 5, set the shared objects to the appropriate value 6 in the Vhost.xml tag, set vhost.xml tag restrictions from the domain name 7, set The uses the defense process into the dead cycle Waste server resources about Web files 1, web files, such as HTML, SWF, etc. Open files to be separated from the Flash Communication program file 2, except for web files, Web Directory There should be no other files, especially your Fla !! Server.xml, vhost.xml, Application.xml's relationship is the first-class relationship. It should be able to understand the IIS, and set them correctly to make you The server is safer and will be more efficient.

Clear Flash COM electronic whiteboard method ...

Author: Kyle (ckyle@zerone.com.tw) 2/11/03 content: // put this in your whiteboard main client side // if it is already not there // delete all SOs prototypeFCWhiteBoardClass.prototype.eraseBoard = function ( ) {for (var i in this.so.data) {delete (this.so.data [i]);} this.so.flush ();}; // end function

// Now for the delete buttonmyButton.onRelease = function () {theWhiteBoardInstance.raseboard ();

Author: Jolin (jolin@jolin.idv.tw) 2/13/03 content: at the following address ... although in English ... but look at the program code is enough .. ^ _ ^ http: //www.macromedia .com / devnet / mx / flashcast / video: //www.macromedia.com/desdev/mx/flashcom/articles/broadcast.html

This is a foreign website ... he will record my meeting audio and video ... you can look at the meeting room http://mxbook.themakers.com/v1/ch13/confrecord.html meeting record http: // MXbook.Themakers.com/v1/ch13/confretrieve.html

Flash reads non-Unicode's Chinese web solution .. Content: When using Flash links are not using the Chinese webpage using Unicode, there is a problem with garbled when displaying, you can use the following instructions to solve ... System.useCodePage = true; flash enhanced !! appearance of UI components: Kyle 2/15/03

content:

Everyone thinks that the UI component is very easy ... but there is a shortcoming .. Not good .... Now someone has made a strengthen version .... Let the UI no longer so ugly .. ^ _ ^ Want Understanding people can download http://www.octaneinteractive.com/ Examples can be seen here ... http://www.octaneinteractive.com/beta/scrollbar/

转载请注明原文地址:https://www.9cbs.com/read-69954.html

New Post(0)