Unless it's an AIR app, you'll need to write a custom parser. HTML4 is
not necessarily even well-formed XML, so you'll be starting at the
basics...

If it's a browser-based application, you might be able to have the
HTML rendered in a hidden browser frame, and then use FABridge to
communicate with JavaScript to navigate the resulting DOM. I don't
think there are many other decent options.

Peter

On 8/27/07, Davor Bauk <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Is it possible to parse HTML 4.0 natively in AS3 or  do I need to write
> (or find) a custom parser?
>
> cheers,
> Davor
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to