नई दिल्ली: टीम इंडिया के पूर्व स्टार खिलाड़ी इरफान पठान (Irfan Pathan) अब बड़े पर्दे पर धमाल मचाने के लिए तैयार हैं. जी हां, इरफान अब फिल्मों में भी अपना डेब्यू करने जा रहे हैं. वो एक तमिल फिल्म कोबरा से सिल्वर स्क्रीन पर एंट्री लेंगे. उनकी फिल्म का टीजर यूट्यूब पर रिलीज हो गया है और फैंस इसे बेहद पसंद कर रहे हैं.
इरफान का फिल्मों में डेब्यू
फिल्म कोबरा के टीजर रिलीज के बाद से ही, इसका वीडियो तेजी से वायरल हो रहा है और फैंस इरफान की खूब सराहना कर रहे हैं. तमिल फिल्मों के सुपरस्टार चियान विक्रम इस फिल्म में लीड रोल निभा रहे है. कोबरा में वो चियान विक्रम गणितज्ञ हैं और अपने टैलेंट का उपयोग अपराध में करते हैं.
इरफान पठान (Irfan Pathan) इस मूवी में एक तुर्की के इंटरपोल अधिकारी की भूमिका में नजर आ रहे हैं, जो गणितज्ञ का पीछा करते है. इस फिल्म को अजय गनामुत्थु डायरेक्ट कर रहे हैं.
यहां देखें टीजर
बता दें कि इस पूर्व ऑलराउंडर ने अपने जन्मदिन इस बात की जानकारी दी थी कि वो सिल्वर स्क्रीन पर जल्द नजर आएंगे. तब से ही वो इस फिल्म पर काम कर रहे है और फैंस उनकी इस मूवी का बेसब्री से इंतजार कर रहे हैं.
function adPausedEvent(event) {
gtag("event", "kaltura_adpaused", { "event_category": videotype, "event_label": vlabel});
}
/* End of Kaltura player function code */
$(document).delegate("div[id^='play']", "click", function(){
//console.log($(this).attr("id"));
//console.log($(this).attr("video-source"));
//console.log($(this).attr("video-code"));
var isyoutube = $(this).attr("video-source");
var vurl = $(this).attr("video-path");
var vid = $(this).attr("id");
$(this).hide();
var pvid = $(this).attr("newsid");
var vx = $(this).attr("id").replace('play-','');
var vC = $(this).attr("video-code");
var playDiv = "video-" + vid + "-" + pvid;
if(isyoutube =='No'){
videoPlayerAPIReady(vid, vC, playDiv,vx, pvid, vurl);
}else{
onYouTubePlay(vid, vC, playDiv,vx, pvid);
}
});
$(document).delegate("div[id^='ptop']", "click", function(){
var vid = $(this).attr("id").replace('ptop','');
$(this).hide();
var pvid = $(this).attr("newsid");
//console.log($(this).attr("id") + "--" + vid);
//console.log($(this).parent().children().find('#play-'+vid).attr("video-source"));
//console.log($(this).parent().children().find('#play-'+vid).attr("video-code"));
var isyoutube = $(this).parent().children().find('#play-'+vid).attr("video-source");
var vC = $(this).parent().children().find('#play-'+vid).attr("video-code");
var vurl = $(this).parent().children().find('#play-'+vid).attr("video-path");
var playDiv = "mvideo-play-" + vid + "-" + pvid;
if(isyoutube =='No'){
//console.log(jwplayer($(this).attr("id")).getState());
videoPlayerAPIReady($(this).attr("id"), vC, playDiv, vid, pvid,vurl);