This is example HTML code for embedding spinControl:Linguist in your Web page. This has been formatted for readability.
This example uses both the “object” and “embed” tags, with the Quicktime- and spinControl-specific parameters. We highly recommend you use both object and embed tags, to ensure cross-platform and cross-browser compatibility.
The spinControl-specific parameter, “MovieQTList”, has been highlighted in bold.
— BEGIN EXAMPLE —
<object classid=‘clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B’
codebase=‘http://www.apple.com/qtactivex/qtplugin.cab’
height=‘30’
width=‘570’>
<param name=‘controller’ value=‘false’ />
<param name=‘cache’ value=‘false’ />
<param name=‘MovieQTList’ value=”
<spincontrol>
<mainBackground>ffffff</mainBackground>
<outlineNormal>cccccc</outlineNormal>
<outlineOver>cccccc</outlineOver>
<outlineDown>cccccc</outlineDown>
<buttonNormal>ffffff</buttonNormal>
<buttonOver>cccccc</buttonOver>
<buttonDown>ffffff</buttonDown>
<arrowNormal>99cc00</arrowNormal>
<arrowOver>ffffff</arrowOver>
<arrowDown>cccccc</arrowDown>
<textColor>666666</textColor>
<spinDirection>-.2</spinDirection>
<MaximumTilt>-20</MaximumTilt>
<LanguageFlag>9</LanguageFlag>
<enableAutospinToggle>yes</enableAutospinToggle>
<enableHotspotToggle>no</enableHotspotToggle>
<disabledTransparency>20</disabledTransparency>
<AutospinOnAtStart>1</AutospinOnAtStart>
<HotspotsOnAtStart>0</HotspotsOnAtStart>
<hasSound>yes</hasSound>
<SoundOnAtStart>1</SoundOnAtStart>
<initialText>Click-and-drag on the image…</initialText>
<FadeText1>I’m the first line of custom text</FadeText1>
<FadeText2>I’m the second line of custom text</FadeText2>
</spincontrol>
“ />
<param name=‘moviename’ value=‘spinControl_Linguist’ />
<param name=‘src’ value=‘spinControl_Linguist.mov’ />
<embed pluginspage=‘http://www.apple.com/quicktime/download/’
type=‘video/quicktime’
height=‘30’
width=‘570’
controller=‘false’
cache=‘false’
MovieQTList=”
<spincontrol>
<mainBackground>ffffff</mainBackground>
<outlineNormal>cccccc</outlineNormal>
<outlineOver>cccccc</outlineOver>
<outlineDown>cccccc</outlineDown>
<buttonNormal>ffffff</buttonNormal>
<buttonOver>cccccc</buttonOver>
<buttonDown>ffffff</buttonDown>
<arrowNormal>99cc00</arrowNormal>
<arrowOver>ffffff</arrowOver>
<arrowDown>cccccc</arrowDown>
<textColor>666666</textColor>
<spinDirection>-.2</spinDirection>
<MaximumTilt>-20</MaximumTilt>
<LanguageFlag>9</LanguageFlag>
<enableAutospinToggle>yes</enableAutospinToggle>
<enableHotspotToggle>no</enableHotspotToggle>
<disabledTransparency>20</disabledTransparency>
<AutospinOnAtStart>1</AutospinOnAtStart>
<HotspotsOnAtStart>0</HotspotsOnAtStart>
<hasSound>yes</hasSound>
<SoundOnAtStart>1</SoundOnAtStart>
<initialText>Click-and-drag on the image…</initialText>
<FadeText1>I’m the first line of custom text</FadeText1>
<FadeText2>I’m the second line of custom text</FadeText2>
</spincontrol>
“
moviename=‘spinControl_Linguist’
src=‘spinControl_Linguist.mov’
>
</embed>
</object>
—END EXAMPLE —




