Loading a swf. into a specific location

I’m trying to load my movie into a specific location…I got the code to load it properly, and now I need to know how to load it to specific X and Y positions…\r\rdeep cover

Well, this should work :

  on (release) {\r\r        loadMovie ("about.swf","_root.blank" ) ;\r\r        _root.blank._x = 150 ;\r\r        _root.blank._y = 125 ;\r\r}

If it doesn’t, just post back. :smiley: \r\rpom 0]

good one Pom…it works perfectly…you know I learned all of this, but my notes are home…thanx a hundred times Pom…

0]