On Mon, 09 Jun 2008 13:02:31 -0000
Alexander Sack <[EMAIL PROTECTED]> wrote:

> > 
> 
> OK, so is this an mplayer only issue?
> 
>  - Alexander
> 

No, it is not. I have modified the mime type on the html page to make
FF to use VLC (type application/vlc) and the same thing occurs: when
the second object on the same page is clicked, the sound of the
*first* object starts again - however without video.
After reloading the page, another object can be played - but again,
only one.

Here is how the objects are defined. The outer object is for IE and
is correctly neglected by FF.
FF handles the whole thing otherwise correctly:
when I disable the plugin (Totem) for application/mime, it activates
the mplayer plugin to play of the inner video/mpeg object.

<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" 
  codebase="http://www.apple.com/qtactivex/qtplugin.cab"; 
  width="320" height="270">
  <param name="src" 
    value="../mpg/balulalow.mpg">
  <param name="controller" value="true">
  <param name="autoplay" value="true">
  <!--[if !IE]>-->
  <object type="application/vlc" 
    data="../mpg/balulalow.mpg" 
    width="320" height="270">
    <param name="autoplay" value="true">
    <param name="controller" value="true">
    <object type="video/mpeg" 
        data="../mpg/balulalow.mpg" 
        width="320" height="270">
        <param name="autoplay" value="true">
        <param name="controller" value="true">
            <a href="../mpg/balulalow.mpg">download/play mpeg file</a>
        </object>
  </object>
  <!--<![endif]-->
</object>

Kind regards,

Menno

-- 
plugin not properly unloaded
https://bugs.launchpad.net/bugs/237795
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to