flex展示html 可以保护网页内容

2. 参考

http://stackoverflow.com/questions/260270/display-html-in-an-actionscript-3-project

3.相关资源

  1. Text Layout FrameWork
    1.   http://help.adobe.com/en_US/flex/using/WS02f7d8d4857b1677-165a04e1126951a2d98-7ffe.html
    2. 底层的操作。
  2. HTML Tidy
    1.   将html格式化的工具。不能运用。
    2. http://sourceforge.net/projects/tidy/
  3. HtmlWrapper
    1.   https://github.com/talltyler/HTMLWrapper
    2. 整站直接转换。效果不错,但是格式有限制
  4. as3htmlparser
    1.   https://github.com/mindojo/as3HtmlParser-Plus
    2. 效果比较满意

相关文章:

  • 2021-07-18
  • 2021-12-25
  • 2021-05-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-31
  • 2021-12-26
  • 2021-12-06
猜你喜欢
  • 2021-07-31
  • 2021-12-24
  • 2021-07-06
  • 2022-12-23
  • 2022-12-23
  • 2021-06-16
  • 2021-11-15
相关资源
相似解决方案