1:

Flash Content ex.1 - JavaScript needs to be enabled!
<site>
	<el	eltype="txt"		x="23"	y="18"		datatype="static"	dataval="Hello, World!"		
		font="Helvetica"	color="0xff0000"	size="30"	bold=""		embedFonts="true" />

	<el	eltype="line"		x="30"	y="B-30"		x2="R-30"	y2="30"			c="0x000000"	a="100"		t="1"	/>
	
	<el	eltype="rect"		x="30"	y="75"		w="140"	h="25"		c="0x00ff00"	a="50"	/>

	<el	eltype="bord"		x="50"	y="90"		w="170"	h="25"		c="0x0000ff"	a="50"	t="3" />
</site>

2:

Flash Content ex.2 - JavaScript needs to be enabled!
<website>
	<config>
	<sys>
		<styles>
			<st_bord	eltype="bord"	c="0xb30000"	x="1"	y="1"	x2="R-1"	y2="B-1"	t="2"	r="5"	a="100"/>
			<st_rect	eltype="rect"	c="0xcccccc"	x="3"	y="3"	x2="R-3"	y2="B-3"		a="90"/>
			<st_triang	eltype="triang"	c="0x006699"	x1="5"	y1="B-5"	x2="33%"	y2="5"	x3="R-5"	y3="B-5"	a="80"	/>
		</styles>
		<elems>
			<el_set	eltype="elem_group"	x="0"	y="0"	w="100%"	h="100%"	>
				<el	style="st_rect"	/>
				<el	style="st_triang"	/>
				<el	style="st_bord"	/>
			</el_set>
		</elems>
	</sys>

		<site>
			<el	elem="el_set"	/>
			<el	elem="el_set"	x="C-50"	y="C-70"	w="100"	h="140"	/>
			<el	elem="el_set"	x="R-130"	y="10"	x2="R-10"	y2="100"	/>
			
		</site>
		<pages>
			<homepage/>
		</pages>
	</config>
</website>

3:

config:

<site> <el eltype="slideshow" datatype="xpath_arr" dataxpath="*/imgs/i" speed="5" first_item="0" x="0" y="0" w="100%" h="100%"> <item > <el eltype="rect" x="140" y="0" w="512" h="384" c="0xcccccc" a="20"/> <el eltype="img" x="140" y="0" w="512" h="384" size="fit_wh_min" align="c" datatype="attr" dataattr="i_src"/> </item> <nav> <el elname="isnav" eltype="sel__4state" preload_items="true" x="0" y="0" w="102" h="100%" ew="102" eh="76" edx="0" edy="80" scrl="yes"> <eloff> <el eltype="img" x="0" y="0" w="100%" h="100%" size="fit_wh_min" align="c" datatype="attr" dataattr="i_th_src"/> <el eltype="rect" x="0" y="0" w="100%" h="100%" c="0xaaaaaa" a="50"/> </eloff> <eloffov> <el eltype="img" x="0" y="0" w="100%" h="100%" size="fit_wh_min" align="c" datatype="attr" dataattr="i_th_src"/> </eloffov> <elon> <el eltype="img" x="0" y="0" w="100%" h="100%" size="fit_wh_min" align="c" datatype="attr" dataattr="i_th_src"/> </elon> <elonov> <el eltype="img" x="0" y="0" w="100%" h="100%" size="fit_wh_min" align="c" datatype="attr" dataattr="i_th_src"/> </elonov> </el> </nav> </el> </site>

data:

<site> <imgs> <i name="img 1" desc="desc 1" i_src="i/P1080891_rz.jpg" i_th_src="i/P1080891_rz_th.jpg"/> <i name="img 2" desc="desc 2" i_src="i/P1080899_rz.jpg" i_th_src="i/P1080899_rz_th.jpg"/> <i name="img 3" desc="desc 3" i_src="i/P1080912_rz.jpg" i_th_src="i/P1080912_rz_th.jpg"/> <i name="img 4" desc="desc 4" i_src="i/P1080918_rz.jpg" i_th_src="i/P1080918_rz_th.jpg"/> <i name="img 5" desc="desc 5" i_src="i/P1080963_rz.jpg" i_th_src="i/P1080963_rz_th.jpg"/> <i name="img 6" desc="desc 6" i_src="i/P1080965_rz.jpg" i_th_src="i/P1080965_rz_th.jpg"/> </imgs> </site>