
<object
classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="100"
width="100">
<param name="volume" value="100" />
<param
name="hidden" value="true" />
<param name="src" value="http://MY URL -
WHERE THE SAMPLE IS" />
<param name="autoplay" value="true"
/>
<param name="controller" value="false" />
<embed
height="100" hidden="true"
pluginspage="http://www.apple.com/quicktime/download/" src="http://MY URL WHERE
THE SAMPLE IS" type="video/quicktime" width="100" controller="false"
autoplay="true" volume="100"></embed>
</object>
This code will activate the quicktime plugin on your PC and give you the
opportunity to take you to the Quicktime site to download it, if it is not
detected.
Most people have this player installed, but there is an easier way
to play the music using the built in Windows Media Player.
It consists of one
line of code and is the easiest way of putting music on your Bolt profile.
<embed src="http://YOUR MUSIC URL HERE" autostart="true" loop="true" volume="15" hidden="true">
This line of code forces the download of your music to
your profile from the server.
The options you have are these:
autostart=
"true" or "false" should be obvious
loop= "true" for an infinite loop or can
be a number between "1" and "99" to set the number of repeats.
volume = Any
number between "0" - off to "100" - maximum volume. A value between 15-25 is
best.
hidden= "true" no controls or "false" shows play/pause control to
visitors
If you intend to display other media
files in your profile, I suggest setting autostart="true", loop="1" and
hidden="false" this will only play your sound through once and give your visitor
a chance to replay it again using the play controls.
===========================================================================================
<object
classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="116"
width="300">
<param name="volume" value="75" />
<param
name="bgcolor" value="#000000" />
<param name="src" value="http://MY
URL - WHERE THE SAMPLE IS" />
<param name="autoplay" value="false"
/>
<param name="controller" value="true" />
<embed
height="116"
pluginspage="http://www.apple.com/quicktime/download/"
src="http://MY URL -
WHERE THE SAMPLE IS" type="video/quicktime" width="300" controller="true"
autoplay="false" volume="75"></embed>
</object>
You will notice the Quicktime code is almost identical except for the controller, autoplay and volume values. Once the background tune has stopped you can then press play on the panel below to start off another tune.
The quick way for Bolt is simply this
<embed src="http://YOUR MUSIC URL HERE" autostart="false" loop="false" volume="15" hidden="false">
This line can be added under the code that calls up your stylesheet
© Joculator - 2005
