PDA

View Full Version : stage placement for external swf or flv (newbie)



urbantruth
November 17th, 2005, 04:31 PM
I'm trying to find out how to set the placement on the stage for an external swf or flv.

oh and i've tryed to loop an external flv with a listener object but i can't seem to get it to work.

any help would be great.

mathew.er
November 17th, 2005, 05:10 PM
When you load external file, you load it to a movieclip. So you can then place this MC anywhere you want with myMC._x and myMC._y properties

urbantruth
November 18th, 2005, 07:38 PM
Thanks!!!