本文转自:http://designstacks.net/actionscript-3-new-capabilities

http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS5b3ccc516d4fbf351e63e3d118a9b8f6c0-7ffe.html

Actionscript 3 – New Capabilities

flash.net.Socket

You can now make Flash talk in many different protocols. Connect to a port on a remote computer and talk in your own language if you like.

No longer do you need a server-side script to send email from Flash, now you can just connect directly to an SMTP server, speak its language (The SMTP Protocol) and tell it to send the email for you.

I have written classes that allow Flash to retrieve email from Pop3 or IMAP Servers, send email using SMTP Servers and read newsgroups from NNTP servers.

It’s a shame that there is no File I/0 Capabilities, because then we could make an FTP client in Flash. I doubt very much that we will ever see File I/O in the Flash Player for security reasons.

最新文章

  1. ABP框架 - 缓存
  2. Ember.js 的视图层
  3. 「C语言」Windows+EclipseCDT下的C语言开发环境准备
  4. public,protected,friendly,private的访问权限
  5. SQL 处理空值
  6. GDSOI2015 task4 ACU
  7. 运用Merge Into实现增加或更新数据
  8. CodeForces 610D Vika and Segments
  9. java系列--抽象类和接口
  10. 使用Tomcat的Reload提高开发速度(翻译)
  11. docker 笔记
  12. leveldb(ssdb)性能、使用场景评估
  13. WebSocket 实现链接 发送消息
  14. python检查URL是否能正常访问
  15. .Net转Java.02.数据类型
  16. C++ 中的异常机制分析
  17. jmm 和线程安全
  18. (转)话说C语言const用法
  19. javascript高逼格代码实现数组去重,JSON深度拷贝,匿名函数自执行,数字取整等
  20. Spring-AOP的五种通知和切面的优先级、通知变量声明

热门文章

  1. BitAdminCore框架更新日志20180524
  2. 486. Predict the Winner
  3. 使用java中for循环,循环打印出五角星--
  4. 我编写 33 个 VSCode 扩展的原因以及管理扩展的经验
  5. SQL面试题(网络收集)
  6. IOS----UIScrollerView的使用
  7. open/read/write/close
  8. pycharm连接数据库出现时区jdbc问题
  9. 【算法笔记】A1047 Student List for Course
  10. order by中用子查询排序