| Dynamic Resizing a .SWF with the Browser Window
Question: How do I set a .swf exported in .html to resize dynamically with the browser window?
Answer: Modify the height and width parameters for the .swf in the .html script.

When you export an Xcelsius dashboard as .html, the .swf and the .html script file are produced with static width and height values.

To set the .swf dashboard to resize, when the browser window is resized, change these parameters to 100%. You will want to modify the width and height for both the Internet Explorer object tag and the Firefox/Netscape embed tag in order to accommodate multiple browser types.

|
|