Re: [whatwg] synchronization of (HTML5 video+audio) and (image) and (text/html/frames) = html5 multimedia presentation

2011-05-13 Thread Narendra Sisodiya
On Wed, May 11, 2011 at 5:06 PM, Narendra Sisodiya 
naren...@narendrasisodiya.com wrote:



 On Wed, May 11, 2011 at 5:02 PM, Silvia Pfeiffer 
 silviapfeiff...@gmail.com wrote:

 Are you maybe talking about popcorn.js ?
 Or are you after a certain API in HTML5?


 I was looking for popcorn.js
 I got it.
 My purpose is to replace flash and create multimedia content using open web
 standards ..
 Hope I will be able to create good content soon


PopCorm-js is a great project but it did not full fill my requirement ..
Popcorn-js synchronize resource (text, graphics, etc) over video..

What i want is a general purpose synchronize mechanism when resource like
(text, video, graphics, etc) will be played over a general purpose timer
(timeline) with interaction..


Ex -

   resource type=html src=asd.html x=50%  y=50%  width=10%
height=10% z=6 xpath=page1 tIn=5000ms tOut=9400ms
inEffect=fadein outEffect=fadeout inEffectDur=1000ms
outEffectDur=3000ms/

   resource type=html src=Indian.ogv x=50%  y=50%  width=10%
height=10% z=6 xpath=page2 tIn=5000ms tOut=9400ms
inEffect=fadein outEffect=fadeout inEffectDur=1000ms
outEffectDur=3000ms/


-- 
┌─┐
│Narendra Sisodiya
│http://narendrasisodiya.com
└─┘


Re: [whatwg] synchronization of (HTML5 video+audio) and (image) and (text/html/frames) = html5 multimedia presentation

2011-05-11 Thread Silvia Pfeiffer
Are you maybe talking about popcorn.js ?
Or are you after a certain API in HTML5?
Silvia.

On Wed, May 11, 2011 at 7:33 PM, Narendra Sisodiya
naren...@narendrasisodiya.com wrote:
 I forget the API and project name.
 May someone tell me if there is any existing API/project for this kind of
 task. I am willing to sart/collaborate such work..

 --
 ┌─┐
 │    Narendra Sisodiya
 │    http://narendrasisodiya.com
 └─┘



Re: [whatwg] synchronization of (HTML5 video+audio) and (image) and (text/html/frames) = html5 multimedia presentation

2011-05-11 Thread Narendra Sisodiya
On Wed, May 11, 2011 at 5:02 PM, Silvia Pfeiffer
silviapfeiff...@gmail.comwrote:

 Are you maybe talking about popcorn.js ?
 Or are you after a certain API in HTML5?


I was looking for popcorn.js
I got it.
My purpose is to replace flash and create multimedia content using open web
standards ..
Hope I will be able to create good content soon