Is there any way to use flash to show html? Something similar to an iframe if it can't display it naturally. Maybe something could be accessed externally in the browser?
urami_ - 10 Jul 2008 04:37 GMT
> Is there any way to use flash to show html? Something similar to an iframe if it can't display it naturally.
> Maybe something could be accessed externally in the browser?
No, you can't display html in flash.
Flash can load text dynamically, from txt or xml. This text can be formated
with basic HTML 1.0 tags like HREF, BOLD, etc... Nothing beyond that.

Signature
Best Regards
Urami
--
"Never play Leap-Frog with a Unicorn."
<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
</urami>
Noelbaland - 10 Jul 2008 04:44 GMT
Hello,
You can create a dynamic or input textbox that will render HTML text. It
won't show full websites if that's what you're after.
Here's a link to everything you need to know about HTML text in Flash
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14808
Hope it helps
Travis Newbury - 10 Jul 2008 12:52 GMT
> Is there any way to use flash to show html? Something similar to an iframe if it can't display it naturally. Maybe something could be accessed externally in the browser?
No, but through some fancy javascript, the DOM and externalInterface
you can simulate it.