கார்த்திக் ராஜு இயக்கத்தில் ரெஜினா கஸண்ட்ரா நடிக்கும் புதிய படம் துவக்கம் !
"
},
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_50184', 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);
Regina Cassandra Actress Gallery
');
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
திருடன் போலீஸ், உள்குத்து படங்கள் மூலம் விமர்சக ரீதியிலும் ரசிகர்களின் மனதிலும் இடம்பிடித்த இயக்குநர் கார்த்திக் ராஜு தனது அடுத்த படத்தை இயக்கவுள்ளார். Apple Tree studios தங்களது முதல் திரைப்படமாக தயாரிக்க உள்ள இப்படம் மர்மங்கள் நிறைந்த திரில்லர் திரைப்படமாக தயாராகிறது. ரெஜினா கஸண்ட்ரா முன்னணி கதாப்பாத்திரத்தில் நடிக்க தமிழ், தெலுங்கு என இரு மொழிகளில் தயாராகிறது. இப்படத்தின் படப்பிடிப்பு 2020 ஜனவரி 13 முதல் துவங்கவுள்ளது.
Apple Tree studios ராஜ் சேகர் வர்மா கூறியதாவது..
ஒரு தயாரிப்பாளராக இல்லாமல் பார்வையாளனாகவே இயக்குநர் கார்த்திக் ராஜு சொன்ன கதை, என்னை மிகவும் ஈர்த்தது. எவரும் கேள்விப்பட்டிராத தளத்தில் வித்தியாசமான பாணியில் பல இடங்களில் ஆச்சர்யப்படுத்தும் விதமாக அவரது கதை இருந்தது. சமீப காலமாக பெண் பாத்திரங்களை மையமாக கொண்டு, நல்ல அழுத்தமாக கதையம்சம் கொண்ட படங்கள் தமிழ் திரையில் ஜெயித்து வருகிறது. அந்த வகையில் Apple Tree studios முதல் தயாரிப்பாக பெண் கதாப்பாத்திரத்தை மையமாக கொண்ட திரில்லர் படத்தை தயாரிப்பது பெரும் மகிழ்ச்சி. கார்த்திக் ராஜு கதை சொன்ன போதே இந்த கதாப்பாத்திரத்திற்கு ரெஜினா கஸண்ட்ரா சரியாக இருப்பார் என நினைத்தேன் அவரும் கதை பிடித்து ஆவலுடன் நடிக்க ஒப்புக்கொண்டார். இந்த கதாப்பாத்திரத்தில் ரசிகர்கள் அவரை பெரிதும் ரசிப்பார்கள். தொடர்ந்து வித்தியாசமான கதாப்பத்திரங்களாக தேர்ந்தெடுத்து, ரசிகர்களை கவர்ந்து வரும் அவர் இப்படத்திலும் தன் திறமையை நிரூபிப்பார். கதாப்பாத்திரத்தின் மீது அவர் காட்டும் ஈடுபாடும் அதற்கு அவர் செய்துகொள்ளும் முன் தயாரிப்புகளும் திரைப்படத்தின் மீதான அவரது காதலை, அர்ப்பணிப்பை காட்டுகிறது. இப்படத்தை திரையில் பார்க்கும் போது நீங்களும் அதை காணலாம். இத்திரைப்படம் திரில்லர் ரசிகர்களுக்கு விருந்தாக அமையும் என்றார்.
Production no 1 என தற்போதைக்கு தலைப்பிடபட்டிருக்கும் இத்திரைப்படத்தில் ரெஜினா கஸண்ட்ரா தொல்பொருள் ஆய்வாளராக நடிக்கவுள்ளார். தற்போது அவர் ஸ்டண்ட் காட்சிகளில் டூப் இல்லாமல் தானே நடிக்க பயிற்சி எடுத்து வருகிறார். படப்பிடிப்பு 2020 ஜனவரி 13 முதல் குற்றாலத்தில் துவங்கவுள்ளது. படத்தின் பெரும்பான்மை காட்சிகள் நேரடி லொகேஷன்களில் படம்பிடிக்கப்படவுள்ளது. படத்தின் நடிக்கவுள்ள மற்ற நடிகர் நடிகையர் விவரம் ஃபர்ஸ்ட் லுக்குடன் மிக விரைவில் அதிகாரப்பூர்வமாக அறிவுக்கப்படும் என்றார் தயாரிப்பாளர் ராஜ் சேகர் வர்மா.