Thread: [Actionscript 3] loading extern .swf
View Single Post

  #3 (permalink)  
Old 09-07-08, 19:28
iphone747 iphone747 is offline
Junior Member
 
Join Date: Jul 2008
Location: Germany
Posts: 6
Rep Power: 0
iphone747 is on a distinguished road
Re: loading extern .swf

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
Reply With Quote