all groups > macromedia flash sitedesign > october 2003 >
You're in the

macromedia flash sitedesign

group:

load movie parameters


load movie parameters andii
10/29/2003 5:42:20 PM
macromedia flash sitedesign:
hi
i need to load a swf movie into a main one.

the second movie i need to load is smaller so I need to assign it a determinated x and Y cordenates.
Is there a way to load this movie with a specific location in the first movie stage

really thanx in advance

andii

Re: load movie parameters Laiverd.COM
10/29/2003 11:34:43 PM
Best way to load into an empty container movieclip (created manually or by
script) that you place at the location where you want the loaded movie to
appear .

Something like:

createEmptyMovieClip("container", 99999) // 99999 being the depth at which
you position it
container._x = 50 // or whatever x coordinate
container._y = 50 // or whatever y coordinate
container.loadMovie("yourmovie.swf");

John

--
----------------------------------------------------------------------
Please reply only to the group, so everyone may share
----------------------------------------------------------------------
RESOURCES
http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash
http://www.macromedia.com/desdev/mx/flash/
http://www.macromedia.com/v1/tipsubmission/maintopic_browse.cfm
----------------------------------------------------------------------

AddThis Social Bookmark Button