Re: [whatwg] How to remember VIDEO tag mute setting.

2009-02-21 Thread Biju g...@il
I'd suggest filing a bug within Mozilla's Bugzilla. Done... https://bugzilla.mozilla.org/show_bug.cgi?id=479622

Re: [whatwg] Synchronized play/seek of multiple audio elements?

2009-02-18 Thread Biju g...@il
However, I've been unable to find any information on how to trigger several audio files in a synchronized manner. I wish this exist for VIDEO tag also. On Firefox nightly the situation is even worse due to https://bugzilla.mozilla.org/show_bug.cgi?id=476371 One solution is watching timeupdate

[whatwg] How to remember VIDEO tag mute setting.

2009-02-17 Thread Biju g...@il
If you are new to the city, it nice to watch the busy street from the hotel window. The street is noisy but your not hearing it as the glass window is closed. You dont want to put ear plug because you want to hear sounds inside the room. For me browsing web is like watching external world thru

[whatwg] Multiple-page version link looks like broken

2009-01-28 Thread Biju g...@il
Multiple-page version link at http://www.whatwg.org/specs/web-apps/current-work/ ie, http://whatwg.org/html5 which is linked to http://www.whatwg.org/specs/web-apps/current-work/multipage/ is displaying a dir list

[whatwg] DnD Jacking

2009-01-25 Thread Biju g...@il
At http://bijumaillist.googlepages.com/2in1.html i have iframed http://bijumaillist.googlepages.com/dnd.html and http://www.whatwg.org/demos/2008-sept/dnd/dnd.html Now I can drag items between iframes. This is good when we do mashups. But I wonder whether this will create a similar vulnerability

Re: [whatwg] Can AUDIO/VIDEO element have a balance attribute

2008-11-15 Thread Biju g...@il
On Sun, Nov 16, 2008 at 12:50 AM, Nils Dagsson Moskopp [EMAIL PROTECTED] wrote: Not to be rude, but can you desribe a use case that is not some kind of game ? It can be educational or game sites for kids. Like http://www.starfall.com/ http://pbskids.org/ Some where at these sites I saw a

Re: [whatwg] Issue when Video currentTime used for seeking.

2008-11-13 Thread Biju g...@il
On Wed, Nov 12, 2008 at 3:16 AM, Chris Double [EMAIL PROTECTED] wrote: On Wed, Nov 12, 2008 at 6:36 PM, Biju [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: video_element.src=http://www.double.co.nz/video_test/ascannerdarkly480.ogg;; video_element.currentTime=10; video_element.play(); You can

Re: [whatwg] Issue when Video currentTime used for seeking.

2008-11-13 Thread Biju g...@il
On Wed, Nov 12, 2008 at 3:24 AM, Chris Double [EMAIL PROTECTED] wrote: On Wed, Nov 12, 2008 at 6:36 PM, Biju [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: toKeyFrame - optional, boolean, default false. if true indicates goto the nearest keyframe of the value provided in secondsToSeek. this is

[whatwg] Can AUDIO/VIDEO element have a balance attribute

2008-10-16 Thread Biju g...@il
Can AUDIO/VIDEO tag have a balance attribute like? http://developer.mozilla.org/En/HTML/Element/Bgsound BTW: Thanks to http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2008-October/016699.html for dmo link. spec: http://www.whatwg.org/specs/web-apps/current-work/#dom-media-volume

Re: [whatwg] VIDEO tag height/width best fit

2008-08-06 Thread Biju g...@il
We found Firefox implementation is wrong for aspect ratio adjustment. So if it is fixed and the developer really to change aspect ratio how will he able to it. Use case are 1) developer wants to give special effect. 2) to fix aspect ratio problem in the existing media. like

Re: [whatwg] VIDEO tag height/width best fit

2008-08-04 Thread Biju g...@il
I dont get this effect in new firefox see https://bugzilla.mozilla.org/attachment.cgi?id=332287 So can I am assuming it is a firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=449142 On Mon, Aug 4, 2008 at 6:58 AM, Ian Hickson [EMAIL PROTECTED] wrote: On Mon, 4 Aug 2008, Biju [EMAIL

[whatwg] VIDEO tag height/width best fit

2008-08-03 Thread Biju g...@il
I apologize if I did not understood http://www.whatwg.org/specs/web-apps/current-work/#video I see a situation where we want to specify the height and width of the BOX in which a video need to be displayed. And while writing HTML code we dont know the height/width of the video. But when playing