hi nick,
so müsste es gehen:
<object id=video1 classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" border="0" height="132" width="176">
<param name="controls" value="ImageWindow">
<param name="console" value="Clip1">
<param name="autostart" value="true">
<param name="src" value="pfad+deinfile.rm">
-------------------------^^^^^^^^^^^^^^^^
<embed src="pfad+deinfile.rm" type="audio/x-pn-realaudio-plugin" console="Clip1" controls="ImageWindow" height="132" width="176" autostart=true border="0">
------------^^^^^^^^^^^^^^^^
</embed>
</object>
</body>
<br>
<object id=video1 classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" height=60 width=176 border="0">
<param name="controls" value="ControlPanel,StatusBar">
<param name="console" value="Clip1">
<embed type="audio/x-pn-realaudio-plugin" console="Clip1" controls="ControlPanel,StatusBar" height=60 width=176 autostart=true border="0">
</embed>
</object>
das erste object ist für die wiedergabe und das zweite objekt ist controlleiste
diese infos hättest du aber auch im selfhtml, bzw. bei real selber finden können!!!
greetZ
p@