hi.

i have a media display component that i'm constantly moving around the
stage and loading new flvs into. i do this via:

function setMediaDisplayPos(  x:Number, y:Number ):Void
{
        _level0..mediaDisplay.move( x, y );
}

on my machine, FLV4 is off by a pixel. but on other machines, FLV4 is
just fine and FLV1 and FLV5 are off by a pixel.

i thought this might be related to screen resolution and ran some
tests only to find that it is not.

for example, i changed my resolution to the other machines i tested on
(where FLV1 and FLV5 were off) and still i'm having a problem only
with FLV4.

any ideas on what i might be experiencing here?

thanks. -- matt.
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to