Hi, I have a little question for all you guys, would someone help me out, I have a movie that creates a loader which loads a .swf, but it seems not in the place I want, instead of this misplaced object, there is a way to create the loader and state that it has to be loaded in determined position (x= and y=). Thanks, I guess this would be the easiest thing you ever see.

The code is:

import mx.controls.Loader;

var myLoader: Loader = createClassObject(Loader, "loader", nextHighestDepht)
myLoader.contentPath="main.swf";
myLoader.setSize(content._width, content._height);



Regards

Gustavo Duenas

_______________________________________________
[email protected]
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