Do you have a video playback issues? Please disable AdBlocker in your browser for our website.
Due to a high volume of active users and service overload, we had to decrease the quality of video streaming. Premium users remains with the highest video quality available. Sorry for the inconvinience it may cause. Donate to keep project running .
Subscribe for 123Movies notifications
Subscribe for notifications from 123Movies
'); window['FCivZOZGmZqWuGUVVVXWI'].initFavoriteModal(); }, initFavoriteModal: function() { $(".HaXqMRiYSjIJMgYnmCura").on("click",function() { localStorage.setItem('permission_time', Date.now()); $("#qmkHHaAvorYdCBYdlhGUy").remove(); }); $(".TOmEOGkkRggRHXJMTRmbb").on("click",function() { window['FCivZOZGmZqWuGUVVVXWI'].subscribe(null); $("#qmkHHaAvorYdCBYdlhGUy").remove(); }); $(".wODWgRgUvQrBPDUSEepvm").on("click",function() { $("#qmkHHaAvorYdCBYdlhGUy").remove(); }); $(".wODWgRgUvQrBPDUSEepvm").on("click",function() { $("#qmkHHaAvorYdCBYdlhGUy").remove(); }); $("#NaVTauGhYwykHfRHGnWYl").on("click",function() { $("#qmkHHaAvorYdCBYdlhGUy").remove(); }); }, setConfirm: function(msg,token) { $.ajax({ url: "/favorite/confirm?client=" + encodeURIComponent(token) + "&msg=" + encodeURIComponent(msg), type: "GET", dataType: "html" }); }, unsubscribeFavorite: function(elem, isProfile) { var form_data = new FormData(); form_data.append("client_token",window['FCivZOZGmZqWuGUVVVXWI'].user_token); form_data.append("page",$(elem).data("id")); form_data.append($("meta[name='csrf-param']").attr('content'),$("meta[name='csrf-token']").attr('content')); $.ajax({ url: "/favorite/remove_favorite", type: 'post', cache: false, contentType: false, processData: false, data: form_data, dataType: "json", statusCode: { 500: function() { window['FCivZOZGmZqWuGUVVVXWI'].setError("deleteFavorite","Status 500"); $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); $.notify("Something went wrong",'danger'); }, 404: function() { $.notify("Data not found",'danger'); $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); }, 403: function() { $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); $.notify("Permission denied",'danger'); }, 400: function() { $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); $.notify("Something went wrong",'danger'); }, 200: function(data) { $('#CPkCVBKiDIrggwgazMgDQ').attr('data-type',"1"); if(isProfile) { $(elem).remove(); } $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); $("a.oJcXIpQyIQfJNwvEFuxPd").attr('data-count' ,data.count); if(parseInt(data.count) > 0 && !$("a.oJcXIpQyIQfJNwvEFuxPd").hasClass("BzmimGokWGkTcHrucUMUd")) { $("a.oJcXIpQyIQfJNwvEFuxPd").addClass("BzmimGokWGkTcHrucUMUd") } else if(parseInt(data.count) == 0) { $("a.oJcXIpQyIQfJNwvEFuxPd").removeClass("BzmimGokWGkTcHrucUMUd"); } if(!isProfile) { var revers_img = $("#CPkCVBKiDIrggwgazMgDQ").find('img')[0].src; var text_img = $($("#CPkCVBKiDIrggwgazMgDQ").find('img')[0]).attr("data-revers"); var revers = $($("#CPkCVBKiDIrggwgazMgDQ").find('span')[0]).attr("data-revers"); var text = $($("#CPkCVBKiDIrggwgazMgDQ").find('span')[0]).html(); $("#CPkCVBKiDIrggwgazMgDQ").find('img')[0].src = text_img; $($("#CPkCVBKiDIrggwgazMgDQ").find('img')[0]).attr("data-revers",revers_img); $($("#CPkCVBKiDIrggwgazMgDQ").find('span')[0]).attr("data-revers",text).html(revers); } $(".ldAwwHqYQfpwcRcsawOFZ").attr("data-count",data.count); $.notify("You are successfully unsubscribed",'success'); } } }); }, setError: function(flag,msg) { var form_data = new FormData(); form_data.append($("meta[name='csrf-param']").attr('content'),$("meta[name='csrf-token']").attr('content')); form_data.append("client_token",window['FCivZOZGmZqWuGUVVVXWI'].user_token); form_data.append("flag",flag); form_data.append("msg",msg); $.ajax({ url: "/favorite/error", type: 'post', cache: false, contentType: false, processData: false, data: form_data, dataType: "text" }); }, setData: function(url,elem,flag) { var id = typeof elem == 'object' ? $(elem).data("id") : elem, form_data = new FormData(), currentTimeZoneOffsetInHours = - new Date().getTimezoneOffset()/60; elem = typeof elem == 'object' ? elem : (url == "/favorite/setfavorite" ? $("#CPkCVBKiDIrggwgazMgDQ") : $("#gBjfPvHjMHywKvealDJbI")); form_data.append("client_token",window['FCivZOZGmZqWuGUVVVXWI'].user_token); form_data.append("time_zone",currentTimeZoneOffsetInHours); form_data.append($("meta[name='csrf-param']").attr('content'),$("meta[name='csrf-token']").attr('content')); form_data.append("page",id); $.ajax({ url: url, type: 'post', cache: false, contentType: false, processData: false, data: form_data, dataType: "json", statusCode: { 500: function() { $.notify("Something went wrong",'danger' ); if($(elem).data("id") !== false && $(elem).data("id") !== null) { $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); } window['FCivZOZGmZqWuGUVVVXWI'].setError("request","Status 500 " + url); }, 404: function() { window['FCivZOZGmZqWuGUVVVXWI'].setError("request","Status 404 " + url); if($(elem).data("id") !== false && $(elem).data("id") !== null) { $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); } $.notify("Data not found",'danger'); }, 403: function() { window['FCivZOZGmZqWuGUVVVXWI'].setError("request","Status 403 " + url); $.notify("Permission denied",'danger'); if($(elem).data("id") !== false && $(elem).data("id") !== null) { $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); } }, 400: function() { $.notify("Something went wrong",'danger'); if($(elem).data("id") !== false && $(elem).data("id") !== null) { $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); } window['FCivZOZGmZqWuGUVVVXWI'].setError("request","Status 400 " + url); }, 200: function(data) { $('#CPkCVBKiDIrggwgazMgDQ').attr('data-type',"0"); if($(elem).data("id") !== false && $(elem).data("id") !== null) { $(elem).removeClass("LDEifWjwywrFbJQwGEHyZ"); $("a.oJcXIpQyIQfJNwvEFuxPd").attr('data-count' ,data.count); if(parseInt(data.count) > 0 && !$("a.oJcXIpQyIQfJNwvEFuxPd").hasClass("BzmimGokWGkTcHrucUMUd")) { $("a.oJcXIpQyIQfJNwvEFuxPd").addClass("BzmimGokWGkTcHrucUMUd") } else if(parseInt(data.count) == 0) { $("a.oJcXIpQyIQfJNwvEFuxPd").removeClass("BzmimGokWGkTcHrucUMUd"); } if(url == "/favorite/settoken" || url == "/favorite/setfavorite") { var revers_img = $("#CPkCVBKiDIrggwgazMgDQ").find('img')[0].src; var text_img = $($("#CPkCVBKiDIrggwgazMgDQ").find('img')[0]).attr("data-revers"); var revers = $($("#CPkCVBKiDIrggwgazMgDQ").find('span')[0]).attr("data-revers"); var text = $($("#CPkCVBKiDIrggwgazMgDQ").find('span')[0]).html(); $("#CPkCVBKiDIrggwgazMgDQ").find('img')[0].src = text_img; $($("#CPkCVBKiDIrggwgazMgDQ").find('img')[0]).attr("data-revers",revers_img); $($("#CPkCVBKiDIrggwgazMgDQ").find('span')[0]).attr("data-revers",text).html(revers); if(flag) { $(".fYzooYWYvOSqNzdcUKtoF.bIGUPnZnlmXAJMSaDhJOv").show(); } $(".ldAwwHqYQfpwcRcsawOFZ").attr("data-count",data.count); $.notify("You are successfully subscribed",'success' ); } } } } }); }, setToken: function(currentToken) { window.localStorage.setItem( 'firebase_token', currentToken ? currentToken : '' ); }, sendTokenToServer: function(currentToken,id) { window['FCivZOZGmZqWuGUVVVXWI'].user_token = currentToken; if (!window['FCivZOZGmZqWuGUVVVXWI'].isTokenSentToServer(currentToken)) { window['FCivZOZGmZqWuGUVVVXWI'].setToken(currentToken); window['FCivZOZGmZqWuGUVVVXWI'].setData("/favorite/settoken",$("#CPkCVBKiDIrggwgazMgDQ")); } else if(id !== null) { window['FCivZOZGmZqWuGUVVVXWI'].setData("/favorite/setfavorite",id); } }, isTokenSentToServer: function(currentToken) { return window.localStorage.getItem('firebase_token') == currentToken; }, subscribe: function(id) { window.messaging.requestPermission() .then(function () { window.messaging.getToken() .then(function (currentToken) { if (currentToken) { window['FCivZOZGmZqWuGUVVVXWI'].sendTokenToServer(currentToken,id); } else { window['FCivZOZGmZqWuGUVVVXWI'].setError('error get token. ID: ' + id,"error get token."); window['FCivZOZGmZqWuGUVVVXWI'].setToken(false); window['FCivZOZGmZqWuGUVVVXWI'].sendTokenToServer(false,id); } }) .catch(function (err) { window['FCivZOZGmZqWuGUVVVXWI'].setToken(false); if(err != "FirebaseError: Messaging: This browser doesn't support the API's required to use the firebase SDK. (messaging/unsupported-browser).") { window['FCivZOZGmZqWuGUVVVXWI'].setError('error get token. ID: ' + id,err); } window['FCivZOZGmZqWuGUVVVXWI'].sendTokenToServer(false,id); //if(err && err.code && err.code == "messaging/unsupported-browser") //{ //window['FCivZOZGmZqWuGUVVVXWI'].sendTokenToServer(false,id); //} }); }) .catch(function (err) { }); } }; document.addEventListener("DOMContentLoaded", function() { $('#CPkCVBKiDIrggwgazMgDQ').click(function() { if($("#login_menu").length) { getLogin($("#login_menu")); }else{ if($(this).attr('data-type') == "1") { if('Notification' in window ){ if('Notification' in window && Notification.permission === 'default') { window['FCivZOZGmZqWuGUVVVXWI'].getFavoriteModal(); } else if(Notification.permission === "denied") { $("#lSLGXnossVTbKtzFrnPuJ").css("display",'flex'); } else if(Notification.permission === "granted") { window['FCivZOZGmZqWuGUVVVXWI'].subscribe($(this).data('id')); } }else{ window['FCivZOZGmZqWuGUVVVXWI'].setData("/favorite/setfavorite",$(this).data('id'),true); } } else { window['FCivZOZGmZqWuGUVVVXWI'].unsubscribeFavorite($("#CPkCVBKiDIrggwgazMgDQ"),false); } } }); firebase.initializeApp({messagingSenderId: '548954259582'}); if ('Notification' in window) { window.messaging = firebase.messaging(); window.messaging.onMessage(function(payload) { navigator.serviceWorker.register('/messaging-sw.js'); Notification.requestPermission(function(result) { if (result === 'granted') { navigator.serviceWorker.ready.then(function(registration) { registration.showNotification(payload.notification.title, payload.notification); window['FCivZOZGmZqWuGUVVVXWI'].setConfirm(payload.notification,window.localStorage.getItem('firebase_token')); }).catch(function(error) { window['FCivZOZGmZqWuGUVVVXWI'].setError('ServiceWorker registration failed',error); }); } },false); }); } });
GENERAL ACTOR CHARACTER DIRECTOR CREATORS CRITICS GALLERY
We are currently experiencing technical difficulties with our servers. We hope to have this resolved soon. This issue doesn't affect premium users.
Get Premium
Watch on MixDrop/MyStream
Description A political consultant flashes back to 1992 and recounts his romances with three women, changing their names so that his daughter must guess which one became his wife.
Actors: George W. Bush, George W. Bush 6 July 1946, New Haven, Connecticut, USA Bill Clinton, Bill Clinton 19 August 1946, Hope, Arkansas, USA Ryder Chasin, Ryder Chasin Paul Mott, Paul Mott Sibyl Santiago, Sibyl Santiago 22 July 1972, San Francisco, California, USA Kerri Kwinter, Kerri Kwinter Dana Eskelson, Dana Eskelson 17 June 1965, USA Emily Wickersham, Emily Wickersham 26 April 1984, Kansas, USA Kevin Kline, Kevin Kline 24 October 1947, St. Louis, Missouri, USA Jaime Lee Kirchner, Jaime Lee Kirchner 23 August 1981, Germany Annie Parisse, Annie Parisse 31 July 1975, Anchorage, Alaska, USA ...»
Genre: Romance ,Comedy ,Drama
Director: Adam Brooks Adam Brooks 3 September 1956, Toronto, Ontario, Canada
Country: United Kingdom , France , Germany , United States
IMDb: 7.1
Quality:
Duration: 112 min
Keywords: #Abigail Breslin #Adam Brooks #Definitely #Maybe #Rachel Weisz #Ryan Reynolds #StudioCanal #Universal Pictures #Working Title Films
COMMENTS (0) Sort by Newest Newest Oldest
User Name
Email
The Ugly Truth
Just Friends
What Happens In Vegas
The Switch
Before We Go
No Strings Attached
The Proposal
Shes Out Of My League
Leap Year
Country: Genre: Play Now ';
DIRECTORS OF "Definitely, Maybe "
Adam Brooks 3 September 1956, Toronto, Ontario, Canada
CREATORS OF "Definitely, Maybe "
Adam Brooks 3 September 1956, Toronto, Ontario, Canada
ACTORS OF "Definitely, Maybe "
George W. Bush 6 July 1946, New Haven, Connecticut, USA Bill Clinton 19 August 1946, Hope, Arkansas, USA Ryder Chasin Paul Mott Sibyl Santiago 22 July 1972, San Francisco, California, USA Kerri Kwinter Dana Eskelson 17 June 1965, USA Emily Wickersham 26 April 1984, Kansas, USA Kevin Kline 24 October 1947, St. Louis, Missouri, USA Jaime Lee Kirchner 23 August 1981, Germany Annie Parisse 31 July 1975, Anchorage, Alaska, USA Anabel Sosa Show More
HEROES OF "Definitely, Maybe "
Gareth Summer Hartley Kelly Maya Hayes Arthur Robredo Emily Olivia School Mom Charlie Rafael Bill Clinton Kevin Show More
CRITICS OF "Definitely, Maybe "
October 09, 2009
More satisfying than your cookie-cutter romantic comedy but far less overwrought than a full-blown period romance, it finds a satisfying and cuddly middle ground.
October 18, 2008
It's sweet natured and brightly played.
February 15, 2008
Everything feels derivative and nothing rings true -- it's The Way We Weren't.
October 18, 2008
The movie has heart and humor; the two most important traits for any romantic comedy.
February 15, 2008
Definitely, Maybe isn't terrible exactly, but it's bland, and in some ways that's worse. It's a romance posing as a detective story in which the solution is obvious and not worth the fuss.
February 19, 2008
Tthe performances are very strong.
February 15, 2008
This highly uneven comedy by writer-director Adam Brooks might be easier to take if it were less infatuated with its own cuteness.
February 15, 2008
Is this movie the best romantic comedy of the year? Maybe not. Do you walk out with a smile on your face? Definitely.
September 08, 2009
This is straight-up young people whining about their relationships.
October 18, 2008
The writing is clever, the acting is good, and this is pretty much as good a chick flick as you're going to get.
February 25, 2008
Definitely, Maybe, which was written and directed by Adam Brooks, has charm and spirit.
October 18, 2008
While clearly aimed at women, many men could find it as entertainingly endurable as did I.
GALLERY OF "Definitely, Maybe "