Player = function(){

	this.Play = function(gallery_movie_current){
		url_fl = gallery_movie_current[0];
		url_split = url_fl.split("/");
		url_f_new = url_split[4]+"/"+url_split[5]+"/"+url_split[6]; //passing media path to video_flash() function
		GetYourItemFrame.Set(gallery_movie_current[1], gallery_movie_current[2], gallery_movie_current[3]);
		GetYourItemFrame.GetData(gallery_movie_current[4], gallery_movie_current[5], gallery_movie_current[1] );
	}
}