[Mp4-tech] XMT-O video playback trouble
Kris Vanhoutte
Kris.Vanhoutte UGent.be
Tue Apr 20 10:37:37 ESTEDT 2004
Hi there,
we're creating a presentation in XMT-O to illustrate the possibilities of XMTO-
O. To make it as impressive as possible we would like some videosequences to
be played when we click an object. Sounds simple but actualy making it work
isn't as easy as expected.
We used the following code:
<polygons id="p1" dur="indefinite" coord="-20 -100; 20 -100; 10 100; -10 100">
<material color="blue" filled="true" transparency="0">
<set attributeName="transparency" to="1" begin="p1.mouseover"
end="p1.mouseout"/>
<set attributeName="transparency" to="0" begin="p1.mouseout"
end="p1.mouseover"/>
<outline color="black" width="1" style="solid"/>
</material>
<transformation translation="160 0"/>
</polygons>
<group id="video1" begin="p1.click" end="p1.click+10s">
<video id="film1" src="city352x288.mp4" dur="indefinite"/>
</group>
Can someone tell us what we're doing wrong?
Thank you very much.
yours truly,
Kris and Stijn
--
More information about the Mp4-tech
mailing list