Quote:
Originally Posted by kadafi_alive
Hi Andrew, thank you for the fast reply.
Is there also a way to make it embedded for realplayer?
Regards
|
I think so, but offhand I don't know what the <OBJECT> statement looks like for real media.
for media player, it is as follows:
Code:
<OBJECT ID="MediaPlayer" WIDTH=200 HEIGHT=100
CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..."
TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="$STREAM_SCRIPT.php?action=stream&id=$linkid">
<EMBED TYPE="application/x-mplayer2"
src="$STREAM_SCRIPT.php?action=stream&id=$linkid"
NAME="MediaPlayer"
WIDTH=200
HEIGHT=100>
</EMBED>
</OBJECT>