УРА!!! РАБОТАЕТ!

Код AS3:
private function init():void {
var html:HTMLLoader = new HTMLLoader();
html.placeLoadStringContentInApplicationSandbox = true;
html.load(new URLRequest("http://www.flasher.ru/forum/"));
html.addEventListener(Event.COMPLETE, onLoad);
}
protected function onLoad(e:Event):void {
container.addChild(html);
html.width = container.width = html.contentWidth;
html.height = container.height = html.contentHeight;
html.window.document.getElementById("main").setAttribute("style", "-o-user-select:none; -moz-user-select:none; -webkit-user-select:none; -khtml-user-select:none; user-select:none;");
}
Оказывается все так просто

Сколько копал в инете... а надо было просто напрячь извилину

и конечно же благодарю за подсказку

А движок у него Webkit, тот же что и в Safari