如何利用LocalConnection在多个Flash文件间进行通信的教程
By Minidxer | August 7, 2008
一个本地的连接可以让两个或者更多的正在运行的SWF文件间进行通信,这样建立一个本地连接对象的话就可以在SWF件调用另外一个SWF的函数了。下面是一篇关于如何利用LocalConnection在多个Flash文件间进行通信的教程。写的相当详细,有兴趣的可以去看看:
A local connection is used to communicate between two or more currently running SWF files. These can be either opened in Flash Player or, more commonly, embedded in a web page. A local connection object can be used to facilitate the communication between SWFs by enabling one SWF to call a function in another SWF.
这里是链接:
http://www.ahrooga.com/2008/08/how-to-communicate-between-multiple-flash-files-with-localconnection/
Topics:
Adobe其他 |
1 Comment » |
904 views
Tags: Flash, LocalConnection, SWF, 通信
可以看这个开源项目啊 使用localconnection进行数据共享:
http://code.google.com/p/datasharing/