/*

This file will write the flash using the AC_FL_RunContent.

*/

document.write("<br/><br/>");

AC_FL_RunContent
( 
	'codebase','http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,45,0',
	'width','650',
	'height','170',
	'id','Main',
	'align','middle',
	'src','Main.swf',
	'quality','high',
	'bgcolor','#000000',
	'name','Main',
	'allowscriptaccess','always',
	'allowFullScreen','true',
	'pluginspage','http://www.macromedia.com/go/getflashplayer',
	'movie','Main',
	'FlashVars', "xmlFile=albums.xml"
);

// LOOK! *************

// the last line here where you see xmlFile=albums.xml is where you do the flashvar for the xml!
