cancel
Showing results for 
Search instead for 
Did you mean: 

SWF files viewed in Internet Explorer

Former Member
0 Kudos

Hi Folks,

At present when a SWF file is viewed in Internet Explorer you get thick white margins on either side of the page. Is there any way to allow the dashboard to extend into these margins?

Cheers,

Jeanne

Accepted Solutions (0)

Answers (1)

Answers (1)

amrsalem1983
Active Contributor
0 Kudos

i think you can control the size of the dashboard from the Xcelsius itself, from file->document

or from the Code of the HTML used to get this SWF file into the web page, there is an option let you manage the size and the position of this SWF.

edit the HTML page, just click View->Source , in the internet explorer, and u will see something like

<object width="550" height="400">

<param name="movie" value="somefilename.swf">

<embed src="somefilename.swf" width="550" height="400">

</embed>

</object>

good luck

Amr