// 
// flowplayer("player", "http://www.miamibeachincard.com/theme/default/swf/flowplayer-3.2.7.swf",  {
// 	clip: {
// 		
// 		// these two configuration variables does the trick
// 		autoPlay: false, 
// 		autoBuffering: true // <- do not place a comma here  
// 	}
// });



	
flowplayer("player", "http://www.miamibeachincard.com/theme/default/swf/flowplayer-3.2.7.swf",  {

	
	    clip : {			// Clip is an object, hence '{...}'
	        autoPlay: false,
	        autoBuffering: true,
	    },

	    playlist: [		// playlist is an array of Clips, hence [...]
		{url: 'http://www.miamibeachincard.com/theme/default/images/MiamiBeachInCardA.mp4', autoPlay: true},
	
		{url: 'http://www.miamibeachincard.com/theme/default/images/MiamiBeachInCardB.mp4', autoPlay: true}
	
	    ]
	
	
	}).ipad();


