|
I am creating an mxm skin and I have come into a little snag with something. I have videos in the skin and what I need help with is getting them to play a different video when one ends. I dont know xml at all, but what I have so far is:
<Resource Type="Image" Name="ICP"> <RandomSource>True</RandomSource> <File>Media\ICP1.wmv</File> <File>Media\ICP2.wmv</File> <File>Media\ICP3.wmv</File> <File>Media\ICP4.wmv</File> <File>Media\ICP5.wmv</File> <File>Media\ICP6.wmv</File> </Resource>
<Layout Screen="Menu"> <LayoutElement Type="Image" Source="ICP"> <Scaling X="True" Y="True"/> <Pos L="-39" T="12" W="709" H="461"/> <Sound Enable="true" SuspendMusic="true" /> </LayoutElement>
And now all I need is a way to get the files to play a new file after one ends, not start the same one over again. Can anyone help me with this?
|