Closed
Bug 414307
Opened 17 years ago
Closed 15 years ago
Failure embedding QuickTime player locally
Categories
(Firefox :: File Handling, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: ice, Unassigned)
Details
(Whiteboard: [closeme 2010-09-15])
Attachments
(1 file)
2.42 KB,
application/zip
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b3pre) Gecko/2008012604 Minefield/3.0b3pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b3pre) Gecko/2008012604 Minefield/3.0b3pre
<object type="image/x-quicktime" data="file.mov" width="180" height="16"> doesn't embed properly in Firefox 3 beta. You need to leave the page and navigate Back to the page to embed and play media. Player version is 7.0.4. Pro.
Reproducible: Always
Steps to Reproduce:
1. open QTtest.htm
2. click link to anypage.htm
3. press browser Back button
Actual Results:
Step 1. open QTtest - does not embed player.
Step 3. press browser Back button - embeds player.
Expected Results:
The QuickTime plugin should be embedded and Step 3 should unnecessary.
Try out the QuickTime test page. It might work fine on other platforms or with different versions of QuickTime installed.
Reporter | ||
Comment 1•17 years ago
|
||
Reporter | ||
Comment 2•17 years ago
|
||
Online the player is embedded. This behavior only happens locally in Firefox 3 beta.
Reporter | ||
Comment 3•17 years ago
|
||
<embed src="file.mov" type="image/x-quicktime" width="180" height="16"></embed> is no problem.
Reporter | ||
Comment 4•17 years ago
|
||
Player Pro 7.4 is the same.
Interestingly Safari 3 beta for Windows has a similar problem embedding QuickTime locally.
Comment 5•15 years ago
|
||
do you still see this problem with newest version of firefox and quicktime?
(last bug comment was prior to 2010-08-29)
Whiteboard: [closeme 2010-09-15]
Comment 6•15 years ago
|
||
No reply, INCOMPLETE. Please retest with Firefox 3.6.10 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
Reporter | ||
Comment 7•15 years ago
|
||
Sorry for the delay.
I've retested with FF 3.6.10 and QT 7.6.5. The issue still exists.
Local QT media player embedding,
This code embeds the player:
<embed src="pre1bach.mov" type="image/quicktime" width="180" height="16" autoplay="true" volume="90" balance="0" loop="false" controller="true"></embed>
This code does not embed the player:
<object type="image/x-quicktime" data="pre1bach.mov" width="180" height="16">
<param name="autoplay" value="true" />
<param name="volume" value="90" />
<param name="balance" value="0" />
<param name="loop" value="false" />
<param name="controller" value="true" />
</object>
Pressing browser Back button is needed.
You need to log in
before you can comment on or make changes to this bug.
Description
•