Page 1 of 1

Please support sound loops in browser plugin

Posted: 27 Jul 2006 06:35
by Peepsalot
Sound looping is not functioning, using VLC 0.8.5 in Firefox 1.5.0.4. The sound plays once and stops. Can this feature be added?

This HTML code should cause sound to loop:

Code: Select all

<object data="example.mp3" type="audio/mpeg"> <param name="autostart" value="true"> <param name="loop" value="true"> <param name="hidden" value="true"> </object>