Groups | Blog | Home
all groups > flash actionscript > august 2007 >

flash actionscript : AS3: position external swf


CipiClaudiu
8/23/2007 11:43:06 PM
this is the code I'm using

var request:URLRequest = new
URLRequest("http://www.[yourdomain].com/externalSwf.swf");
var loader:Loader = new Loader()
loader.load(request);
addChild(loader);[b]Text[/b]

It works, but I don't know how to position the external swf in a specific place

In AS2 I was using the registration point for positioning, now I can't use
this feature


CipiClaudiu
8/24/2007 12:00:00 AM
ok..10x...I'll have to search for more info about this...
kglad
8/24/2007 12:54:21 AM
kglad
8/24/2007 2:04:13 PM
AddThis Social Bookmark Button