Kumbaari is based on the friendship of young people
By
Naveen on December 21, 2022
"
},
apiUrl = 'https://api.flickr.com/services/rest/',
photos = [];
// The actual plugin constructor
function Plugin(element, options) {
this.element = jQuery(element);
this.settings = jQuery.extend({}, defaults, options);
this._defaults = defaults;
this._name = pluginName;
this._hideSpinner = function() {
this.element.find('.spinner-wrapper').hide().find('*').hide();
};
this._printError = function() {
this.element.find('.gallery-container').append(jQuery("
", { "class": "col-lg-12 col-lg-offset-1" })
.append(jQuery("
", { "class": "error-wrapper" })
.append(jQuery("
", { "class": "label label-danger error" })
.html(this.settings.errorText))));
};
this._flickrAnimate = function() {
this.element.find('.gallery-container img').each(jQuery.proxy(function(index, el) {
var image = el;
setTimeout(function() {
jQuery(image).parent().fadeIn();
}, this.settings.loadingSpeed * index);
}, this));
};
this._printGallery = function(photos) {
var element = this.element.find('.gallery-container');
jQuery.each(photos, function(key, photo) {
var img = jQuery('', { 'class': 'thumb img-thumbnail gall-img-responsive', src: photo.thumbnail, });
element.append(jQuery('
', { 'class': 'col-md-4 col-sm-6 wl-gallery ' + photo.hideme })
.append(jQuery('
', { 'class': 'b-link-fade b-animate-go' })
.append(jQuery('
', { 'data-lightbox-gallery': 'enigma_lightbox', 'class': 'nivoz_102236', title: photo.title, href: photo.href }).hide()
.append(img)
.append(jQuery('
', { 'class': 'b-wrapper' })))));
});
element.imagesLoaded()
.done(jQuery.proxy(this._flickrAnimate, this))
.always(jQuery.proxy(this._hideSpinner, this));
};
this._flickrPhotoset = function(photoset) {
var _this = this;
var hidemeval = "";
photos[photoset.id] = [];
jQuery.each(photoset.photo, function(key, photo) {
// hide thumbnails after a limit
if(key > 29) {
hidemeval = "hidepics";
}
// Limit number of photos.
if(key >= _this.settings.photosLimit) {
return false;
}
photos[photoset.id][key] = {
thumbnail: 'https://farm' + photo.farm + '.static.flickr.com/' + photo.server + '/' + photo.id + '_' + photo.secret + '_n.jpg',
href: 'https://farm' + photo.farm + '.static.flickr.com/' + photo.server + '/' + photo.id + '_' + photo.secret + '_b.jpg',
title: photo.title,
hideme: hidemeval
};
});
this._printGallery(photos[photoset.id]);
};
this._onFlickrResponse = function(response) {
if(response.stat === "ok") {
this._flickrPhotoset(response.photoset);
}
else {
this._hideSpinner();
this._printError();
}
};
this._flickrRequest = function(method, data) {
var url = apiUrl + "?format=json&jsoncallback=?&method=" + method + "&api_key=" + this.settings.apiKey;
jQuery.each(data, function(key, value) {
url += "&" + key + "=" + value;
});
jQuery.ajax({
dataType: "json",
url: url,
context: this,
success: this._onFlickrResponse
});
};
this._flickrInit = function () {
this._flickrRequest('flickr.photosets.getPhotos', {
photoset_id: this.settings.photosetId
});
};
// Init
this.init();
}
Plugin.prototype = {
init: function () {
this._flickrInit();
}
};
// Wrapper
jQuery.fn[pluginName] = function (options) {
this.each(function () {
if (!jQuery.data(this, "plugin_" + pluginName)) {
jQuery.data(this, "plugin_" + pluginName, new Plugin(this, options));
}
});
// Chain
return this;
};
})(jQuery, window, document);
');
jQuery('.b-link-stroke').prepend('
');
/* Twist */
jQuery('.b-link-twist').prepend('
');
jQuery('.b-link-twist').prepend('
');
jQuery('.b-link-twist img').each(function(index, element) {
jQuery(this).css('visibility','hidden');
jQuery(this).parent().find('.b-top-line, .b-bottom-line').css('background-image','url('+jQuery(this).attr('src')+')');
});
/* Flip */
jQuery('.b-link-flip').prepend('
');
jQuery('.b-link-flip').prepend('
');
jQuery('.b-link-flip img').each(function(index, element) {
jQuery(this).css('visibility','hidden');
jQuery(this).parent().find('.b-top-line, .b-bottom-line').css('background-image','url('+jQuery(this).attr('src')+')');
});
/* Fade */
jQuery('.b-link-fade').each(function(index, element) {
jQuery(this).append('
')
});
/* Flow */
jQuery('.b-link-flow').each(function(index, element) {
jQuery(this).append('
')
});
/* Box */
jQuery('.b-link-box').prepend('
');
jQuery('.b-link-box').prepend('
');
/* Stripe */
jQuery('.b-link-stripe').each(function(index, element) {
jQuery(this).prepend('
');
});
/* Apart */
jQuery('.b-link-apart-vertical, .b-link-apart-horisontal').each(function(index, element) {
jQuery(this).prepend('
');
});
/* diagonal */
jQuery('.b-link-diagonal').each(function(index, element) {
jQuery(this).prepend('
');
});
setTimeout("calculate_margin();", 100);
});
Flickr Album Gallery Pro Powered By:
wpfrank
Kumbaari is based on the friendship of young people
‘Kumbaari’ is an upcoming film produced by Kumaradhas under the banner Royal Enterprises. Written and directed by Kevin Joseph, this film is centered on the friendship of young people and the love between a brother and sister.
The movie has Vijay Vishwa, Naleem Zia as the protagonists and Mahana Sanjeevi as the heroine. Also, John Vijay, Paruthiveeran Saravanan, Chaams, Madhumitha, Senthi, Kadhal Sukumar and others have played prominent roles.
The recently released first single of this film, Kumbaari, has been well received by the fans.
The final stages of the film are currently underway. The film is scheduled to be released after Pongal. The announcement will be out soon.
CAST
Vijay Vishwa, Naleem Zia, Mahana Sanjeevi, John Vijay, Paruthiveeran Saravanan, Chaams, Madhumitha, Senthi, Kadhal Sukumar
TECHNICAL CREW
Producer: Kumaradhas
Director: Kevin Joseph
Music: Jaiprakash, Jason, Prithvi
Editor: T.S.Jai
Cinematography: Prasad Arumugam
Stunts: Miracle Michael
Choreography: Rajumurugan
Singers: Anthony Dasan, Aishwarya, Sai Charan
Lyrics: Vinodhan, Arun Bharathi, Sirkazhi Sirpi
Effect: Randy
Mixing: Krishnamoorthy
PRO: Riaz K Ahmed
https://youtu.be/fCwt2gsk9jw*ந
ட்பு, அண்ணன் தங்கை பாசத்தை மையப்படுத்தி உருவாகும் கும்பாரி*
இளைஞர்களின் நட்பை மையப்படுத்தி உருவாகும் கும்பாரி
ராயல் என்டர்பிரைசஸ் சார்பில் குமாரதாஸ் தயாரிப்பில் உருவாகியுள்ள படம் ‘கும்பாரி’. இளைஞர்களின் நட்பு மற்றும் அண்ணன் தங்கை பாசத்தை மையப்படுத்தி உருவாகியுள்ள இந்த படத்தை கெவின் ஜோசப் எழுதி இயக்கியுள்ளார்.
இந்த படத்தில் கதாநாயகர்களாக விஜய் விஷ்வா, நலீப் ஜியா நடிக்க, கதாநாயகியாக மஹானா சஞ்சீவி நடித்திருக்கிறார். மேலும் ஜான்விஜய், பருத்திவீரன் சரவணன், சாம்ஸ், மதுமிதா, செந்தி, காதல் சுகுமார் உள்ளிட்ட பலர் முக்கிய கதாபாத்திரங்களில் நடித்துள்ளனர்.
சமீபத்தில் வெளியான இந்த படத்தின் முதல் பாடலான கும்பாரி பாடல் ரசிகர்களிடையே மிகுந்த வரவேற்பை பெற்றுள்ளது
இந்த படத்தின் இறுதிக்கட்ட பணிகள் தற்போது நடைபெற்று வருகின்றன. பொங்கலுக்கு பிறகு படத்தை திரையிடும் விதமாக திட்டமிடப்பட்டுள்ளது. இதுகுறித்த அறிவிப்பு விரைவில் வெளியாக இருக்கிறது.
நடிகர்கள்
விஜய் விஷ்வா, நலீம் ஜியா, மஹானா சஞ்சீவி, ஜான்விஜய், பருத்திவீரன் சரவணன், சாம்ஸ், மதுமிதா, செந்தி, காதல் சுகுமார்
தொழில்நுட்ப குழுவினர் விபரம்
தயாரிப்பாளர் ; குமாரதாஸ்
இயக்குனர் கெவின் ஜோசப்
இசை ஜெய்பிரகாஷ், ஜெய்சன், பிரித்வி
படத்தொகுப்பு ; T.S.ஜெய்
ஒளிப்பதிவு ; பிரசாத் ஆறுமுகம்
சண்டைப்பயிற்சி ; மிராக்கிள் மைக்கேல்
நடனம் ; ராஜுமுருகன்
பாடகர்கள் ; அந்தோணிதாசன், ஐஸ்வர்யா, சாய்சரண்
பாடலாசிரியர்கள் ; வினோதன், அருண்பாரதி, சீர்காழி சிற்பி
எபெக்ட் ; ராண்டி
மிக்சிங் ; கிருஷ்ணமூர்த்தி
மக்கள் தொடர்பு ; ரியாஸ் K.அஹ்மத்