Size and Shape

Sample only.  Data is not current.

Change the height and width of the ticker similar to the way that you set the height and width of other HTML elements.  These can be fixed or relative sizes.  If you set the width of the ticker relative to the width of the page, the ticker will resize when the user resizes the web browser.

Example 1:  Thin, Spanning the Page

  <OBJECT classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000"
          codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,1,0"
          WIDTH=100% HEIGHT=48>
    <PARAM NAME=src VALUE="http://www.trade-ideas.com/Banners/ShockWave.dcr">
    <PARAM NAME=swRemote VALUE="swSaveEnabled='false' swVolume='false' swRestart='false' swPausePlay='false' swFastForward='false' swContextMenu='true' ">
    <PARAM NAME=swStretchStyle VALUE=stage>
    <PARAM NAME=SW1 VALUE="color_scheme=3">
    <EMBED src="http://www.trade-ideas.com/Banners/ShockWave.dcr"
           WIDTH=100% HEIGHT=48
           SW1="color_scheme=3"
           swRemote="swSaveEnabled='false' swVolume='false' swRestart='false' swPausePlay='false' swFastForward='false' swContextMenu='true' "
           swStretchStyle=stage
           type="application/x-director"
           pluginspage="http://www.macromedia.com/shockwave/download/">
    </EMBED>
  </OBJECT>

Example 2:  Fixed Width

  <OBJECT classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000"
          codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,1,0"
          WIDTH=512 HEIGHT=64>
    <PARAM NAME=src VALUE="http://www.trade-ideas.com/Banners/ShockWave.dcr">
    <PARAM NAME=swRemote VALUE="swSaveEnabled='false' swVolume='false' swRestart='false' swPausePlay='false' swFastForward='false' swContextMenu='true' ">
    <PARAM NAME=swStretchStyle VALUE=stage>
    <PARAM NAME=SW1 VALUE="color_scheme=3">
    <EMBED src="http://www.trade-ideas.com/Banners/ShockWave.dcr"
           WIDTH=512 HEIGHT=64
           SW1="color_scheme=3, fg_color=#080852, bg_color=#9496FF"
           swRemote="swSaveEnabled='false' swVolume='false' swRestart='false' swPausePlay='false' swFastForward='false' swContextMenu='true' "
           swStretchStyle=stage
           type="application/x-director"
           pluginspage="http://www.macromedia.com/shockwave/download/">
    </EMBED>
  </OBJECT>
trade ideas logo
Copyright 2024 Trade Ideas, LLC.
Privacy Statement  /  Disclosure Statement