adriantr09 / gecko-mediaplayer

Automatically exported from code.google.com/p/gecko-mediaplayer
GNU General Public License v2.0
0 stars 0 forks source link

Seek Method doesn't accept Integer #111

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use the JS "Seek" method using an integer as argument
2. Example = document.getElementById('video').Seek(100); DOESN'T WORKS
2. Example = document.getElementById('video').Seek(100.100); IT WORKS

What is the expected output? What do you see instead?

The Video always starts from beginning, i need to add some floating number 
(like position + 0.001) to make it works.

What version of the product are you using? On what operating system?

Version: 0.9.9.2-1
OS: Ubuntu Hardy 8.04.4

Please provide any additional information below.

Original issue reported on code.google.com by fabrizio...@gmail.com on 14 Oct 2010 at 8:14

GoogleCodeExporter commented 8 years ago
I'm sorry, the OS Version is 10.04 instead 8.04

Original comment by fabrizio...@gmail.com on 14 Oct 2010 at 8:16

GoogleCodeExporter commented 8 years ago
Fixed in SVN 411 of gecko-mediaplayer. However, you will need SVN of 
gnome-mplayer as well. Or wait for gecko-mediaplayer 1.0 to come out.

Original comment by kdeko...@gmail.com on 14 Oct 2010 at 1:35