[Bug 237795] [NEW] plugin not properly unloaded
MennoT
m.tjoelker at zonnet.nl
Mon Jun 9 18:49:26 UTC 2008
On Mon, 09 Jun 2008 13:02:31 -0000
Alexander Sack <asac at jwsdot.com> 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 Mozilla
Bugs, which is subscribed to firefox-3.0 in ubuntu.
More information about the Ubuntu-mozillateam-bugs
mailing list