Posted by kjk on 06/19/07 16:34
Hi Folks,
I've added streaming audio to a web page by using the following HTM
code . . .
<OBJECT ID="MediaPlayer1"
CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#
Version=5,1,52,701" STANDBY="Loading Microsoft Windows® Media Player
components..." TYPE="application/x-oleobject" width="280" height="46">
<param name="fileName" value="http://www.domain.com/music/music.m3u">
<param name="animationatStart" value="true">
<param name="transparentatStart" value="true">
<param name="autoStart" value="true">
<param name="showControls" value="true">
<param name="Volume" value="-300">
<embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
src="http://www.domain.com/music/music.m3u" name="MediaPlayer1"
width=280 height=46 autostart=1 showcontrols=1 volume=-300>
</OBJECT>
. . . but the music stops playing when the listener moves to another
web page. Can somebody tell me how to edit that code so that the
player opens as a popup, which will then continue playing even if
listener moves to another web page? Any advice would be much
appreciated. Thanks.
Ken
[Back to original message]
|