Display HTML in an Actionscript 3 project

后端 未结 8 1888
一向
一向 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:11

    So long as your project is viewed within a web browser, your best bet would be to overlay HTML content in a DIV or iFrame above the Flash content using a JavaScript tool such as JQery's ThickBox

提交回复
热议问题