embed :Harmony/DIY (HTML)

This is example HTML code for embedding spinControl:Harmony or spinControl:DIY 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>

<spinDirection>-.2</spinDirection>

<MaximumTilt>-20</MaximumTilt>

<enableAutospinToggle>yes</enableAutospinToggle>

<enableHotspotToggle>no</enableHotspotToggle>

<AutospinOnAtStart>1</AutospinOnAtStart>

<HotspotsOnAtStart>0</HotspotsOnAtStart>

<hasSound>yes</hasSound>

<SoundOnAtStart>1</SoundOnAtStart>

<FadeText1>I’m the first line of custom text</FadeText1>

</spincontrol>

“ />


<param name=‘moviename’ value=‘spinControl_Harmony’ />

<param name=‘src’ value=‘spinControl_Harmony.mov’ />

<embed pluginspage=‘http://www.apple.com/quicktime/download/’

type=‘video/quicktime’

height=‘30’

width=‘570’

controller=‘false’

cache=‘false’

MovieQTList=”

<spincontrol>

<spinDirection>-.2</spinDirection>

<MaximumTilt>-20</MaximumTilt>

<enableAutospinToggle>yes</enableAutospinToggle>

<enableHotspotToggle>no</enableHotspotToggle>

<AutospinOnAtStart>1</AutospinOnAtStart>

<HotspotsOnAtStart>0</HotspotsOnAtStart>

<hasSound>yes</hasSound>

<SoundOnAtStart>1</SoundOnAtStart>

<FadeText1>I’m the first line of custom text</FadeText1>

</spincontrol>



moviename=‘spinControl_Harmony’

src=‘spinControl_Harmony.mov’

>

</embed>

</object>
END EXAMPLE