“தமிழனா பொறந்தது தப்பா?” – ஜி.வி.பிரகாஷின் ‘ரெபல்’ ட்ரெய்லர் எப்படி? | gv prakash starrer Rebel movie trailer released

Estimated read time 1 min read

சென்னை: ஜி.வி.பிரகாஷ் நடித்துள்ள ‘ரெபல்’ திரைப்படத்தின் ட்ரெய்லர் வெளியாகி ரசிகர்களின் கவனத்தை ஈர்த்துள்ளது.

ஸ்டூடியோ கிரீன் சார்பில் ஞானவேல் ராஜா தயாரித்துள்ள இப்படத்தில் ஜி.வி.பிரகாஷ் முதன்மை கதாபாத்திரத்தில் நடித்துள்ளார். அறிமுக இயக்குநர் நிகேஷ் ஆர்.எஸ். படத்தை இயக்கியுள்ளார். மமிதா பைஜூ, கருணாஸ், சுப்பிரமணிய சிவா, ஷாலு ரஹீம், வெங்கிடேஷ் வி.பி, ஆதித்யா பாஸ்கர், கல்லூரி வினோத், ஆதிரா உள்ளிட்ட பலர் நடித்துள்ளனர்.

அருண் ராதாகிருஷ்ணன் ஒளிப்பதிவு செய்திருக்கும் இந்த திரைப் படத்துக்கு ஜி.வி பிரகாஷ் குமார் இசையமைத்துள்ளார். ஆக்‌ஷனுக்கு முக்கியத்துவம் கொடுக்கப்பட்டுள்ள இப்படம் உண்மைச் சம்பவங்களை அடிப்படையாக கொண்டது என படக்குழு தெரிவித்துள்ளது. இந்நிலையில் படத்தின் ட்ரெய்லரை படக்குழு வெளியிட்டுள்ளது.

ட்ரெய்லர் எப்படி? – கேரளத்தில் சென்று படிக்கும் தமிழ் மாணவர்கள் அங்கு நடக்கும் பிரச்சினைக்குள்ளாவது படத்தின் களம் என்பதை ட்ரெய்லர் உணர்த்துகிறது. கருணாஸின் கேரள பேராசியர் வேடம் கவனம் பெறுகிறது. பாண்டி என்ற பெயர் கொண்ட கதாபாத்திரம் கேரள கல்லூரியில் நகைப்புக்குள்ளாகிறது. காரணம் தமிழர்களை பாண்டி என பொதுவா அந்த மக்கள் அழைக்கின்றனர்.

இதனிடையே, கேரளாவைச் சேர்ந்த மாணவிக்கும் தமிழ் மாணவருக்கும் காதல் மலர்கிறது. உண்மை சம்பவத்தை அடிப்படையாக கொண்ட கதை என குறிப்பிடப்படும் ட்ரெய்லரில், “நாங்க தமிழனா பொறந்தது தப்பா சார்” போன்ற வசனங்கள் மூலம் படம், இரு தரப்புக்குமான பிரச்சினைகளை வெளிப்படுத்துகிறது. தமிழ், தமிழர் என்ற பாணியில் ட்ரெய்லர் பயணிக்கிறது. ட்ரெய்லர் வீடியோ:

'+divToPrint.innerHTML+''); newWin.print(); newWin.close(); setTimeout(function(){newWin.close();},10); }

var emoteStarted = 0; $('.emoteImg').click(function() { var thisId = $(this).attr('data-id'); if(emoteStarted==0){ var totcnt = parseInt($('.emote-votes').attr('data-id')); if(totcnt==0){ $('.emote-votes').html('1 Vote'); $('.emote-votes').css('padding', '2px 5px'); }else{ var newtotcnt = totcnt + 1; $('.emote-votes').html(newtotcnt+' Votes'); }

$('.emoteImg').each(function(idx, ele){ var s = parseInt($(this).attr('data-id')); var cnt = parseInt($(this).attr('data-res')); var tot_cnt = parseInt($(this).attr('data-count')) + 1;

if(s==thisId){ cnt+=1; } cntPer = (cnt/tot_cnt)*100; var percnt = cntPer.toFixed(); if(s==thisId){ $('#emote-res-txt'+s).addClass('active-1'); $('#emote-res-cnt'+s).addClass('active'); } $('#emote-res-cnt'+s).html(percnt+'%'); $(this).removeClass('emoteImg'); }); emoteStarted = 1; $.ajax({ url: 'https://www.hindutamil.in/comments/ajax/common.php?act=emote&emid='+thisId, type: "POST", data: $('#frmReact').serialize(), success: function(response) { //document.location.reload(); } }); }else{

} });

$(window).scroll(function() { var wTop = $(window).scrollTop(); var homeTemplateHeight = parseInt($('#pgContentPrint').height()-200);

var acthomeTemplateHeight = homeTemplateHeight; if(wTop>homeTemplateHeight){ if( related==1 ){ $('#related-div').html( $('.homePageLoader').html() ); $.ajax({ url:'https://api.hindutamil.in/app/index.php?key=GsWbpZpD21Hsd&type=related_article', type:'GET', data : { keywords:'', aid:'1213740' }, dataType:'json', //async: false , success:function(result){ let userData = null; try { userData = JSON.parse(result); } catch (e) { userData = result; } var data = userData['data']; console.log(data);

var htmlTxt="

தொடர்புடைய செய்திகள்

"; $.each(data, function (i,k){ var str = k.web_url; var artURL = str.replace("https://www.hindutamil.in/", "https://www.hindutamil.in/"); var artImgURL = k.img.replace("/thumb/", "/medium/");

if(i>=4){ return false; }

htmlTxt += '

'; }); htmlTxt += '

';

$('#related-div').html(htmlTxt); } }); related = 2; } } });

Source link

You May Also Like

More From Author

+ There are no comments

Add yours