Google Maps Collaboration is another sample I wrote during the Flex 2 beta. Since it triggered some interest at the time, I updated the code for the GA build of Flex 2.

The Flex application is essentially a collaboration panel that I added on top of Google Maps, but that you could add on top of any application (HTML, Ajax, or Flex).
The Flex module adds the following collaboration features to Google Maps:
- Map sharing: Maps are kept in sync (in real time) between users involved in a collaboration session.
- Videoconferencing (Webcam sharing and VOIP): You can share your Webcam and microphone to add video and audio to your collaboration session.
- Whiteboarding: Collaborating users can draw on the map. For example you could draw potential directions, etc. The users’ whiteboards are kept in sync in real time.
- Cursor sharing: When you move your mouse, other users see the movements of your mouse and what you are pointing at.
The Flex features used in this example include:
- Publish/subscribe messaging and support for real-time communication
- Drawing API
- Support for webcam/voice capture and streaming (Flash Media Server is required for streaming).
Run a simplified version of the application. Real time messaging (used for map sharing and whiteboard synchronization) has been disabled in this version.
Installation instructions:
- Install the Flex Data Services
- Download the application and deploy it in the samples web app.
- In messaging-config.xml, add a “flexmaps” destination: You can copy the dashboard_chat destination and change the destination id to “flexmaps”.
- Install the Flash Media Server: you can download a free developer edition here (click free developer edition)
- In C:\Program Files\Macromedia\Flash Media Server 2\applications\flex_videoconference, create a directory called flex_videoconference and copy the main.asc file in that directory
- Access the application using the appropriate URL. For example: http://localhost:8700/samples/flexmaps.html
作者:gdgzboy@牛C网
地址:http://www.niuc.net/post/286/
版权所有。转载时必须以链接形式注明作者和原始出处及本声明!
牛C网推荐您再看看以下日志:
Flex SQLite Admin的BUG
Building Collaborative Applications with Flex Data Services and Flash Media Server
FLEX 界面SKIN样式设计
Flex 3 正式版注册码(cdkey)
Speaking at the QCon Conference
BlazeDS Release Candidate Available
flexbook+ImageZoom整合,带Flex翻书,图片导航功能
对 Adobe Flex的 十大误解
Flex中数据绑定技巧
Flash Debug最新版下载(9.0.115)
Flex SQLite Admin的BUG
Building Collaborative Applications with Flex Data Services and Flash Media Server
FLEX 界面SKIN样式设计
Flex 3 正式版注册码(cdkey)
Speaking at the QCon Conference
BlazeDS Release Candidate Available
flexbook+ImageZoom整合,带Flex翻书,图片导航功能
对 Adobe Flex的 十大误解
Flex中数据绑定技巧
Flash Debug最新版下载(9.0.115)
Flex and JMS: Portfolio Viewer (Updated for F
How Flex can transform the user experience on





