143
143
var fWidth = fStyle.getPropertyValue("width");
144
144
var width = parseInt(flash.width || flash.style.width);
148
150
width = Math.max(width,32) + "px";
153
153
placeholder.style.width = width;
155
155
var fHeight = fStyle.getPropertyValue("height");
156
156
var height = parseInt(flash.height || flash.style.height);
160
162
height = Math.max(height,32) + "px";
165
165
placeholder.style.height = height;