hi xInstinct,
i tried it but if i start nothing appears. No error message and no chat. I hope that i paste your code correctly here is the complete script:
HTML Code:
var request:URLRequest = new URLRequest("http://static.chatopica.com/chat.swf?=v0.9");
var loader:Loader = new Loader()
loader.addEventListener(Event.COMPLETE, addToStage);
function addToStage(e:Event)
{
addChild(loader);
}
Thanks