Shootist
20th October 2002, 14:40
I know that you can use mp3 and normal wav files with rmvb files using this
<smil>
<head>
<layout>
<root-layout backgroundColor="black" width="352" height="288"/>
<region id="video_region" z-index="1"/>
<!-- top is = height minus 50, i.e. actual movie heigth -->
</layout>
</head>
<body>
<par>
<video src="video.rmvb" region="video_region" fill="remove"/>
<audio src="audiooutput.mp3"/>
</par>
</body>
</smil>
but is it possible to use it with ogg files? with the real one player it doesn`t work. maybe there is another player which can do that.
<smil>
<head>
<layout>
<root-layout backgroundColor="black" width="352" height="288"/>
<region id="video_region" z-index="1"/>
<!-- top is = height minus 50, i.e. actual movie heigth -->
</layout>
</head>
<body>
<par>
<video src="video.rmvb" region="video_region" fill="remove"/>
<audio src="audiooutput.mp3"/>
</par>
</body>
</smil>
but is it possible to use it with ogg files? with the real one player it doesn`t work. maybe there is another player which can do that.