Re: [Flashcoders] HTMLLoader problem

2009-02-23 Thread jonathan howe
Yes, that class is only for AIR. Adding rendering of HTML content using Webkit engine was one of the 3 or 4 most significant features introduced by AIR. In the docs, AIR only classes usually have the little red pinwheel icon next to them. -jonathan On Mon, Feb 23, 2009 at 8:36 AM, Lehr, Theodore

Re: [Flashcoders] HTMLLoader problem

2009-02-23 Thread Fabio Pinatti
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/html/HTMLLoader.html On Mon, Feb 23, 2009 at 10:36 AM, Lehr, Theodore M (N-SGIS) < theodore.m.l...@lmco.com> wrote: > I'm having a funny issue with HTMLLoader. I'm getting a "1046: Type was > not found or was not a compile-time cons

[Flashcoders] HTMLLoader problem

2009-02-23 Thread Lehr, Theodore M (N-SGIS)
I'm having a funny issue with HTMLLoader. I'm getting a "1046: Type was not found or was not a compile-time constant: HTMLLoader." Error for the line of code below. public var _htmlLoader:HTMLLoader = new HTMLLoader(); I'm importing HTMLLoader and URLLoader. The odd part to me is the code I am