> _url has been removed from AS3. Trying to find its replacement... is there
> one?
>
> - eric

Assuming you mean like:

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

then you might want to look up URL in the Flash AS3 help for more
information.

hth

Hermit

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to