|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I am creating a presintation. I need the presintation to go fullscreen but not the movie I am trying to load. I am trying to load a movie in the center of the full screen. What would be the best way to go about this??? HELP!!
-JS Last edited by jschoen27 : November 12th, 2003 at 05:56 PM. |
|
#2
|
|||
|
|||
|
Hi,
you could try something like: myMovie._x = (Stage.width / 2) - (myMovie._width / 2); myMovie._y = (Stage.height / 2) - (myMovie._height / 2); thats assuming your centered movie is aligned along the top left axis within its timeline i.e. x---- | | otherwise if its center aligned then you can simply use: myMovie._x = (Stage.width / 2); myMovie._y = (Stage.height / 2); I think thats all correct. I used something similar before. -Tann |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > Load Movie Question??? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|