ok, i'm going to the Javascript route, however, I'm stuck on
getting those variables into flash.. I use SWFObject to embed, and
this is how you're supposed to send variables to flash
so.addVariable('Sheight', 'screenH');
where Sheight is the variable name, and screenH is the
value... well my value needs to grab from javascript function that
gets the width and height... it stores the value in screenH and
screenW... but what i'm using now, isn't working, it's returning
undefined.
This is what i'm using in flash to see what the value is..
screenH_txt.text = _root.Sheight;