﻿
// "Satay" flash embed

function embedFlash(link, width, height) {
	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="noflash.gif" width="200" height="100" 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>
*/
