Display HTML in an Actionscript 3 project

后端 未结 8 1984
一向
一向 2021-02-04 15:47

Folks,

I am pulling all my Flash (pure AS3 project, not Flash CS3) content from a Drupal back-end for SEO purposes. This works great, except the HTML rendering built in

8条回答
  •  甜味超标
    2021-02-04 16:05

    AIR introduces a DisplayObject called flash.html.HTMLLoader. It's powered by WebKit, so if your content is compatible with Safari, it will work with HTMLLoader.

提交回复
热议问题