﻿// default video size: 512 x 308


//------------------------------------------------------------------------------------------------------------------------//
// Video = vid01
//------------------------------------------------------------------------------------------------------------------------//

var flashvars =
{
	/* GENERAL */
	'image':						   '/ayf/images/vid01.png', //path to the preview image
		        
	/* FOR CAPTIONS */
	'plugins':                         'captions-1', // turns on the captions plugin
    'captions.back':      			   'true',
	'captions': 					   '/ayf/flash/NationalConversation.xml', //path to the captions file
		                       
	/* FOR PROGRESSIVE VIDEO */
	'file':                            '/ayf/flash/NationalConversation091022.flv' //link to the movie file (relative to **player.swf** - all other links relative to this page)		        
};
	
var params =
{
	allowscriptaccess:                 'always',
	allowfullscreen:                   'true',
	bgcolor: 						   '#FFFFFF'
};
	
 var attributes =
{
	id:								   'defaultVid',
	name:							   'defaultVid'
};
		  
swfobject.embedSWF('/ayf/flash/player/player-licensed.swf', 'vid01', '331', '205', '9.0.124', false, flashvars, params, attributes);



//------------------------------------------------------------------------------------------------------------------------//
// Video = Conversation Video
//------------------------------------------------------------------------------------------------------------------------//

var flashvars =
{
	/* GENERAL */
	'image':						   '/ayf/images/vid02.jpg', //path to the preview image
		        
	/* FOR CAPTIONS */   
	'plugins':                         'captions-1', // turns on the captions plugin
    'captions.back':      			   'true',   
	'captions': 					   '/ayf/flash/NationalConversationMinistersMessage.xml', //path to the captions file
		                    
	/* FOR PROGRESSIVE VIDEO */
	'file':                            '/ayf/flash/NationalConversationMinistersMessage.flv' //link to the movie file (relative to **player.swf** - all other links relative to this page)		        
};
	
var params =
{
	allowscriptaccess:                 'always',
	allowfullscreen:                   'true',
	bgcolor: 						   '#FFFFFF'
};
	
 var attributes =
{
	id:								   'defaultVid',
	name:							   'defaultVid'
};
		  
swfobject.embedSWF('/ayf/flash/player/player-licensed.swf', 'vid02', '512', '308', '9.0.124', false, flashvars, params, attributes);



//------------------------------------------------------------------------------------------------------------------------//
// Video = Ellis-Burke Video
//------------------------------------------------------------------------------------------------------------------------//

var flashvars =
{
	/* GENERAL */
	'image':						   '/ayf/images/ellis-burke-still.jpg', //path to the preview image
		        
	/* FOR CAPTIONS */   
	'plugins':                         'captions-1', // turns on the captions plugin
    'captions.back':      			   'true',   
	'captions': 					   '/ayf/flash/Ellisburke.xml', //path to the captions file
		                    
	/* FOR PROGRESSIVE VIDEO */
	'file':                            '/ayf/flash/Ellisburke.flv' //link to the movie file (relative to **player.swf** - all other links relative to this page)		        
};
	
var params =
{
	allowscriptaccess:                 'always',
	allowfullscreen:                   'true',
	bgcolor: 						   '#FFFFFF'
};
	
 var attributes =
{
	id:								   'defaultVid',
	name:							   'defaultVid'
};
		  
swfobject.embedSWF('/ayf/flash/player/player-licensed.swf', 'ellisBurkeVid', '512', '308', '9.0.124', false, flashvars, params, attributes);



//------------------------------------------------------------------------------------------------------------------------//
// Video = Ellis-Burke Video HomePage
//------------------------------------------------------------------------------------------------------------------------//

var flashvars =
{
	/* GENERAL */
	'image':						   '/ayf/images/ellis-burke-still.jpg', //path to the preview image
		        
	/* FOR CAPTIONS */   
	'plugins':                         'captions-1', // turns on the captions plugin
    'captions.back':      			   'true',   
	'captions': 					   '/ayf/flash/Ellisburke.xml', //path to the captions file
		                    
	/* FOR PROGRESSIVE VIDEO */
	'file':                            '/ayf/flash/Ellisburke.flv' //link to the movie file (relative to **player.swf** - all other links relative to this page)		        
};
	
var params =
{
	allowscriptaccess:                 'always',
	allowfullscreen:                   'true',
	bgcolor: 						   '#FFFFFF'
};
	
 var attributes =
{
	id:								   'defaultVid',
	name:							   'defaultVid'
};
		  
swfobject.embedSWF('/ayf/flash/player/player-licensed.swf', 'ellisBurkeVid2', '331', '205', '9.0.124', false, flashvars, params, attributes);



