View Full Version : Load MovieClip from external swf
conradoplg
August 21st, 2007, 04:23 PM
Hello,
Is there a way to load a MovieClip from an external swf file?
Thanks
selfdefiant
August 22nd, 2007, 12:19 AM
Hello,
Is there a way to load a MovieClip from an external swf file?
Thanks
You can load a external Movie, I don't think you can load a movie clip only.
loadMovie("your.swf",1);
panel
August 22nd, 2007, 02:17 AM
@conradoplg this is as3 forum co sour code won't work.
var loader = new Loader()
var urlRequest = new URLRequest("image path");
var loader.load(_urlRequest);
addChild(loader)
I never heard about loadnig specified movieclip from whole swf.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.