Hi
using SMIL, how can I change the spatial values of a media while playing?
I'll give an example to clarify:
I have to write a smil file containing 3 elements:
element A - a video
element B - a jpg
element C - a jpg
first I have to show A & B were each one is 50% of the screen and A is left of B. then I have to show A & C were each one is 50% of the screen and C is left of A. that is A has to change its location while playing.
if A was an I could just show it on another location using a different start value but since its a video it has to continue from the same position.
Thanks
using SMIL, how can I change the spatial values of a media while playing?
I'll give an example to clarify:
I have to write a smil file containing 3 elements:
element A - a video
element B - a jpg
element C - a jpg
first I have to show A & B were each one is 50% of the screen and A is left of B. then I have to show A & C were each one is 50% of the screen and C is left of A. that is A has to change its location while playing.
if A was an I could just show it on another location using a different start value but since its a video it has to continue from the same position.
Thanks
Comment