(New page: == FlashBrowserWindowHeight == This option sets the width of the built-in resource browser used in the "Flash Properties" window. By default the height is expressed in percentage of the s...) |
|||
Line 2: | Line 2: | ||
This option sets the width of the built-in resource browser used in the "Flash Properties" window. By default the height is expressed in percentage of the screen. E.g. 0.7 equals 70% of the screen. | This option sets the width of the built-in resource browser used in the "Flash Properties" window. By default the height is expressed in percentage of the screen. E.g. 0.7 equals 70% of the screen. | ||
− | <pre>FCKConfig.FlashBrowserWindowHeight = FCKConfig. | + | <pre>FCKConfig.FlashBrowserWindowHeight = FCKConfig.ScreenHeight * 0.7 ; |
</pre> | </pre> | ||
Of course you may also express the height in pixels. Example: | Of course you may also express the height in pixels. Example: | ||
<pre>FCKConfig.FlashBrowserWindowHeight = '220' ; | <pre>FCKConfig.FlashBrowserWindowHeight = '220' ; | ||
</pre> | </pre> |
Latest revision as of 14:58, 10 January 2008
FlashBrowserWindowHeight
This option sets the width of the built-in resource browser used in the "Flash Properties" window. By default the height is expressed in percentage of the screen. E.g. 0.7 equals 70% of the screen.
FCKConfig.FlashBrowserWindowHeight = FCKConfig.ScreenHeight * 0.7 ;
Of course you may also express the height in pixels. Example:
FCKConfig.FlashBrowserWindowHeight = '220' ;