Firefox plugin will not loop
Posted: 02 Jun 2006 05:30
The VLC plugin for Firefox will play files once but not loop.
Here is the code that causes this behavior.
Running Firefox 1.5.0.3 in Ubuntu Dapper.
Here is the code that causes this behavior.
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>