Julia71 / projekktor-zwei

Automatically exported from code.google.com/p/projekktor-zwei
0 stars 0 forks source link

When playing back flash, Javascript doesn't know what time the player is at #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Firefox, playing back flash
2. Ask the player what time it's at ($("video")[0].currentTime)
3. When Flash is loaded, the video won't tell you any metadata

What is the expected output? What do you see instead?
Ideally, I'd like to be able to get at all the metadata, specifically
currentTime, regardless of whether it's flash or <video>.

What version of the product are you using? On what operating system?
I tested the issue on your site using Firefox 3.6.3 for Mac.

Please provide any additional information below.
I like your player, seems like it's going in the right direction.

Original issue reported on code.google.com by randall....@gmail.com on 27 Apr 2010 at 10:39

GoogleCodeExporter commented 8 years ago
I think this is actually an enhancement and not a defect.

Original comment by randall....@gmail.com on 27 Apr 2010 at 10:39

GoogleCodeExporter commented 8 years ago
I will add an "onmeta" feedback and a possibility to fetch the current time 
index
from flash. shouldn´t cause any problems.  

Original comment by frankygh...@googlemail.com on 29 Apr 2010 at 7:30

GoogleCodeExporter commented 8 years ago
added "time" and "loaded" attribute to flash component (v0.7.6)

Original comment by frankygh...@googlemail.com on 27 May 2010 at 11:37