﻿
// "Satay" flash embed

function embedSlideshow(xml_var, width, height) {
var link = "slideshow.swf?id=" + xml_var;
	document.write('<object type="application/x-shockwave-flash" data="' + link + '" width="' + width + '" height="' + height + '">');
	document.write('<param name="movie" value="'+ link + '" />');
	document.write('<img src="images/noflash.gif" alt="" />');
	document.write('</object>');
}

/*
<object type="application/x-shockwave-flash
data="c.swf?path=movie.swf" 
width="400" height="300">
<param name="movie" 
value="c.swf?path=movie.swf" />
<img src="noflash.gif" 
width="200" height="100" alt="" />
</object>
*/
