Bug #4597
openWAudio, missing argument for timeUpdated and volumeChanged events
0%
Description
Hello,
You have noticed there was a missing argument for timeUpdated and volumeChanged events for the WMediaPlayer:
http://redmine.webtoolkit.eu/boards/2/topics/10994
I am experiencing the same issue working with low level WAudio. I guess the fix is missing there too?
(Perhaps in WVideo too?)
Emeric
Updated by Koen Deforche almost 9 years ago
- Status changed from New to Feedback
Hey Emeric,
Since here we are forwarding the native browser events, it's not as easy to add the argument. Is the use-case to have the argument server-side or client-side?
Updated by Emeric Poupon almost 9 years ago
Koen Deforche wrote:
Hey Emeric,
Since here we are forwarding the native browser events, it's not as easy to add the argument. Is the use-case to have the argument server-side or client-side?
Hello,
The use case is to have the argument client side.
The goal would be to react to this event to update an HTML text or slider.