You can build apps in HTML using Adobe AIR which parses it using Webkit, can this be done in Flash?
For example you have a string that contains <html><body><b>hello world</b></body></html>
and then call a function that runs the WebKit parser over it and then outputs 'hello world' in bold to the stage?