H.Feist
Guest
|
Posted:
Sun Aug 01, 2004 8:15 am Post subject:
visualizations embedded in web page? |
|
|
Is it possible to add visualizations while playing mp3's in wmp
embedded in a web page? Maybe by adding some parameter to this code?
<OBJECT ID="MediaPlayer1" width=320 height=240
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">
<PARAM NAME="FileName" VALUE="<%= fileToPlay %>"/>
<PARAM NAME="animationAtStart" VALUE="true"/>
<PARAM NAME="ShowControls" VALUE="false"/>
<PARAM NAME="ShowStatusBar" VALUE="true"/>
<EMBED type="application/x-mplayer2" pluginspage =
"http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"
SRC="<%= fileToPlay%>"
name="MediaPlayer1"
width=320
height=240
ShowControls=false
ShowStatusBar=true
</OBJECT>
|
|