- From: <bugzilla@jessica.w3.org>
- Date: Sat, 16 Oct 2010 11:22:48 +0000
- To: public-html-a11y@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10419
Karl Dubost <karl+w3c@la-grange.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |karl+w3c@la-grange.net
--- Comment #15 from Karl Dubost <karl+w3c@la-grange.net> 2010-10-16 11:22:44 UTC ---
This is a comment I had posted on html5quizz but still in moderation queue
Comment by karl at October 15th, 2010 at 4:25 pm
Your comment is awaiting moderation.
[…cut…]
It seems windows media player had a <param name="Mute" value="false"> . (*to
check*)
Youtube has in its API
http://code.google.com/apis/youtube/js_api_reference.html
* player.mute():Void -- Mutes the player.
* player.isMuted():Boolean - Returns true if the player is muted, false if not.
DailyMotion API
http://www.dailymotion.com/en/doc/api/player/javascript_api
* player.mute():Void -- Mutes the audio playback.
* player.isMuted():Boolean - If audio playback is muted, returns true, false
otherwise.
Vimeo Moogaloop video player doesn't seem to have anything for mute in the API.
http://vimeo.com/forums/topic:25102
mute="" seems to be aligned with YouTube and DailyMotion on another side, it
might be confusing for people.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Saturday, 16 October 2010 11:22:49 UTC