I have a video playing in the background and I want a sound file to play on a delay as the video loops. I am having difficulty getting this to work. The following is an example of my mxm_skin.xml.
| QUOTE |
<LayoutElement Type="Image" Source="lightning"> <Pos t="0" l="-190" w="640" h="480" /> <Scale x="true" y="true" /> <Proportional>true</Proportional> <Timer Type="delay">0</Timer> <Timer Type="cycleon">1500</Timer> <Timer Type="cycleoff">4500</Timer> <Sound Enable="false" SuspendMusic="true" /> </LayoutElement> <LayoutElement Type="Sound" Source="current"> <Timer Type="delay">0</Timer> <Timer Type="cycleon">1500</Timer> <Timer Type="cycleoff">4500</Timer> </LayoutElement> |
Can anyone help?