
<demo name="video2" width="640" height="480" bpp="32" fullscreen="0">
	<create></create>

	<loadplugin file="../fx/fxmain.dll"></loadplugin>
	<loadplugin file="../fx/fx_rawhed.dll"></loadplugin>

	<add type="clear" name="clear"></add>
	<clear color="0xff000000"></clear>

	<add type="musicplay" name="snd1"></add>
	<snd1 filename="cfx17.wav" sample="1"></snd1>
	<add type="musicplay" name="snd2"></add>
	<snd2 filename="metb18.wav" sample="1"></snd2>

	<draworder effect="clear" effect="snd1" effect="snd2"></draworder>

	<load></load>

	<event key="1">
		<snd1><play></play></snd1>
	</event>

	<event key="2">
		<snd2><play></play></snd2>
	</event>

	<run></run>

</demo>