test.php (kunne også være test.html eller andet)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled</title>
</head>
<body>
<p><img src="mp3_player.gif" width="181" height="46" border="0"><br>
<!-- Embedded Microsoft Media Player Object for Microsoft Internet Explorer. -->
<OBJECT ID="NSPlay" width="181" height="40" 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">
<!-- ASX File Name -->
<PARAM NAME="FileName" VALUE="test.wax">
<!-- Display Controls -->
<PARAM NAME="ShowControls" VALUE=1>
<!-- Display Position Controls -->
<PARAM NAME="ShowPositionControls" VALUE=1>
<!-- Display Audio Controls -->
<PARAM NAME="ShowAudioControls" VALUE=1>
<!-- Display Tracker Controls -->
<PARAM NAME="ShowTracker" VALUE=1>
<!-- Show Display -->
<PARAM NAME="ShowDisplay" VALUE=0>
<!-- Display Status Bar -->
<PARAM NAME="ShowStatusBar" VALUE=0>
<!-- Diplay Go To Bar -->
<PARAM NAME="ShowGotoBar" VALUE=0>
<!-- Display Controls -->
<PARAM NAME="ShowCaptioning" VALUE=0>
<!-- Player Autostart -->
<PARAM NAME="AutoStart" VALUE=0>
<!-- Animation at Start -->
<PARAM NAME="AnimationAtStart" VALUE=0>
<!-- Transparent at Start -->
<PARAM NAME="TransparentAtStart" VALUE=0>
<!-- Do not allow a change in display size -->
<PARAM NAME="AllowChangeDisplaySize" VALUE=0>
<!-- Do not allow scanning -->
<PARAM NAME="AllowScan" VALUE=0>
<!-- Do not show contect menu on right mouse click -->
<PARAM NAME="EnableContextMenu" VALUE=1>
<!-- Do not allow playback toggling on mouse click -->
<PARAM NAME="ClickToPlay" VALUE=1>
<!-- Embedded Microsoft Media Player Object for Netscape Navigator. -->
<Embed type="application/x-mplayer2" pluginspage="
http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" Name=NSPlay src="test.wax" width="181" height="40" controls="console" autostart="false" loop="false" align="absmiddle">
</embed>
</OBJECT>
</body>
</html>
test.wax :
<ASX version = "3.0">
<Abstract>: This text will show up as a Tooltip and in the Properties dialog box
</Abstract>
<Title> Global title of the show </Title>
<Author> The name of the author </Author>
<Copyright> 2000 by Your Company </Copyright>
<MoreInfo href="
http://www.microsoft.com/windows/windowmedia" />
<Entry>
<Ref href="
MMS://netshow.microsoft.com/ms/sbnasfs/wtoc.asf" />
<Banner href="
http://Servername/Path/Banner1.gif"> <MoreInfo href="
http://www.microsoft.com/windows/windowsmedia" />
<Abstract> This is the description for this clip. </Abstract>
</Banner>
</Entry>
<Entry>
<Title> Markers Discussion </Title>
<Copyright> 2000 Microsoft Corporation </Copyright>
<Logo href="
http://servername/path/banner2.gif" Style="ICON" />
<MoreInfo href="
http://www.microsoft.com/windows/windowsmedia" />
<Ref href="
MMS://netshow.microsoft.com/ms/sbnasfs/wcc.asf" />
<Ref href="blow.wma" />
</Entry>
</ASX>
Kan du ikke teste om det virker? Jeg kan dog stadig ikke se at det skulle være sværere at finde frem til blow.wma end før, men måske man ikke kan åbne test.wax når den ligger på en Microsoft server?