Is it possible to embed a whole HTML page in a pure AS3 based Adobe AIR app?

I am playing with AIR app to make some utilities for my own use.

I want to know whether/how I can embed a whole HTML page (should be a URL, not a local html data) in this app. What is the most light-weight way?

Thanks!