I am trying to get my flash site to not scale/resize when the window is resized…but I also want it to stay centered on the page…the centering part I have figured out, and I also have the no scaling part figured out…however when you make the browser window smaller…the bottom of my swf gets cut off an no vertical scroll bar shows up in my browser window…
Within my flash movie…I have
Stage.align = “T”;
Stage.scaleMode = “noScale”;
I am using SWFobject to embed my swf to HTML…and here is the line that does it…I think this is where my problem lies, but I am not sure…please help?
var so = new SWFObject(“flash.swf”, “eXfX”, “100%”, “100%”, “8”, “#ffffff”);
so.write(“flashcontent”);