/**
* AUDI JavaScript library: videoplayer
* 
* @projectDescription	functions for interactions with the flash-videoplayer
* @namespace			videoplayer.*
*
* @author 				$Author: hhoettecke $
* @version				$Revision: 173 $
* @copyright			NEUE DIGITALE GmbH, Berlin
* 
* @jslint: 2008-10-31
* 
* @file:				audi_ngw.videoplayer.js
* $URL: https://svn.pvtool.org/svn/day_audi_ngw/trunk/ngw_base/frontend/js/audi/audi_ngw.api.js $
*/

audi_ngw.namespace(audi_ngw, 'videoplayer');

audi_ngw.videoplayer.onPlaybackComplete = function(id) {

	// if this is video is a guided tour and there are some links we want to show...show them
	jQuery('#' + id).siblings('.audi_guided_tour').show();	
};

audi_ngw.videoplayer.onStartPlayback = function(id) {
	
};
