View Single Post
Posts: 143 | Thanked: 205 times | Joined on Apr 2008
#18
Originally Posted by Pejman View Post
Will this work, if I use KMplayer instead of Media Player?
Currently you can only achieve this by wrapping the music file in a smil file, like

<smil>
<body>
<audio dur="900" src="your-music.mp3"/>
</body>
</smil>

and open this file.
(actually 15m should work, but somehow it doesn't ..)