Closed Bug 302232 Opened 19 years ago Closed 19 years ago

music in the web page doens´t repeat

Categories

(Core Graveyard :: Plug-ins, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: aitac99, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-PT; rv:1.7.10) Gecko/20050717 Firefox/1.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-PT; rv:1.7.10) Gecko/20050717 Firefox/1.0.6

In the page http://recanto.no.sapo.pt/observatorium.htm, the music should loop
and it doen´t. It only plays one time.(tryed in IE6 and works fine. Page source
code (music): <embed src="musicas/Mitigate-Will_Mus-8047_hifi.wma" width="32"
height="32" loop="true"></embed></div></td>

Reproducible: Always

Steps to Reproduce:
1.Open the webpage. 
2.
3.

Actual Results:  
The music doens´t loop

Expected Results:  
Reproduce the music file serveral times.
*** Bug 304830 has been marked as a duplicate of this bug. ***
Confirmed Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1

This is an issue having to do with Mozilla/Firefox not casting the attribute, just like bug 263105.

Workaround: Try using playcount="true" instead of loop="true"

<embed src="musicas/Mitigate-Will_Mus-8047_hifi.wma" width="32"
height="32" playcount="true"></embed>

I got this workaround from http://forums.mozillazine.org/viewtopic.php?t=323276
Status: UNCONFIRMED → NEW
Ever confirmed: true
Component: General → Plug-ins
Product: Firefox → Core
Version: unspecified → Trunk
Blocks: 327017
not a mozilla issue, report this to whoever produced the plugin.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.