This content has been marked as final.
Show 1 reply
-
1. Re: How to put stage at 0 horz, 0 vert.
Tols (UK) Sep 22, 2009 5:04 AM (in response to onefiftymph)in a preparemovie script you could try
set the rect of the stage to rect(0,0,w,h)
updatestage
where w and h are whatever your width and height
might be overkill (and the second line may do nothing in that handler) but works for me anyway. In authoring I also run a handler which runs the same 'set the rect...' script prior to publishing - who knows, maybe that is the real solution.

