well that would be this code then:
Code:
<object id="MediaPlayer1"
width=$viewwidth height=$viewheight
classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
type="application/x-oleobject">
<param name="URL" value="$playsong">
<embed type="application/x-mplayer2"
name="MediaPlayer"
width=$viewwidth
height=$viewheight
src="$playsong"
showcontrols="0">
</embed>
</object>
the thing is it is empedded but the videos dont show at all. and i dont even want it to show up on the page, it would be better if it would just open up windows media player itself and then play the video files. can you help me do that?