How do i dynamically load an swf, or any file for that matter at specific ‘x’ and ‘y’ co-ordinates.
so far, iv’e been experimenting with variations of the following but just cant seem to get it right…
[AS]on (release) { loadMovieNum(“mov2.swf”, 5); _x=50, _y=200; } [/AS]