Re: [Flashcoders] Stage.height Misreporting

2006-01-05 Thread Flavio Ramos
It's better to give the player a time to render the Stage first, or you may get wrong values. On 1/5/06, Daniel Todd <[EMAIL PROTECTED]> wrote: > > Have you tried placing the flash object into an html file and testing it > there? > > I know that on some older versions of flash, that when testing

Re: [Flashcoders] Stage.height Misreporting

2006-01-05 Thread Daniel Todd
Have you tried placing the flash object into an html file and testing it there? I know that on some older versions of flash, that when testing in the IDE it would give you different stage sizes than the size of the stage as set in the properties panel. On 1/5/06, coker todd <[EMAIL PROTECTED]>

Re: [Flashcoders] Stage.height Misreporting

2006-01-05 Thread coker todd
--- Mike Britton <[EMAIL PROTECTED]> wrote: > Try using setInterval > > Mike > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > __

Re: [Flashcoders] Stage.height Misreporting

2006-01-05 Thread Mike Britton
Try using setInterval Mike ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Stage.height Misreporting

2006-01-05 Thread Rich Rodecker
i've run into a simlar issue before: http://www.visible-form.com/blog/000190.html you might need to wait a few frames before getting the correct width and height properties. On 1/4/06, Jason Lutes <[EMAIL PROTECTED]> wrote: > > I need some brain help this morning. I want to position a button ten

[Flashcoders] Stage.height Misreporting

2006-01-05 Thread Jason Lutes
I need some brain help this morning. I want to position a button ten pixels in from the lower right-hand corner of the movie. I decided to use Stage.width and Stage.height, minus the respective width and height of the button, minus ten (each). I can't get this to work though, because Flash reports