Load html file into target area?

does any body know if it is possible to load an html file into flash?

on (release) {
loadMovie(“loadme.html”, “_root.loadarea”);
}
\0
I have a site that displays images and text using php. I guess that i can introduce the php code directly into flash??? instead of importing the whole html file.

any advise would be wicked.