{"id":10590,"date":"2026-03-26T14:51:34","date_gmt":"2026-03-26T04:51:34","guid":{"rendered":"https:\/\/staging.moviesense.com\/?page_id=10590"},"modified":"2026-03-27T09:45:23","modified_gmt":"2026-03-26T23:45:23","slug":"how-to-watch","status":"publish","type":"page","link":"https:\/\/staging.moviesense.com\/?page_id=10590","title":{"rendered":"How to watch"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"10590\" class=\"elementor elementor-10590\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b9fd78e e-con-full e-flex e-con e-parent\" data-id=\"b9fd78e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-56a4d4d elementor-widget elementor-widget-html\" data-id=\"56a4d4d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>How to Watch - MovieSense<\/title>\n  <style>\n    :root{\n      --bg: #020824;\n      --bg-soft: #071138;\n      --card: #0b1338;\n      --card-border: rgba(255,255,255,0.08);\n      --text: #f5f7ff;\n      --muted: #b7bfdc;\n      --orange: #ff7a1a;\n      --orange-dark: #e86608;\n      --purple: #6f56ff;\n      --hero-overlay: linear-gradient(90deg, rgba(2,8,36,0.94) 0%, rgba(2,8,36,0.72) 42%, rgba(2,8,36,0.38) 100%);\n      --shadow: 0 12px 40px rgba(0,0,0,0.28);\n      --radius: 20px;\n      --container: 1240px;\n    }\n\n    *{\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    body{\n      font-family: Inter, Arial, sans-serif;\n      background: var(--bg);\n      color: var(--text);\n      line-height: 1.5;\n    }\n\n    img{\n      max-width: 100%;\n      display: block;\n    }\n\n    a{\n      color: inherit;\n      text-decoration: none;\n    }\n\n    .container{\n      width: min(var(--container), calc(100% - 40px));\n      margin: 0 auto;\n    }\n\n    .site-header{\n      position: sticky;\n      top: 0;\n      z-index: 20;\n      background: rgba(2,8,36,0.9);\n      backdrop-filter: blur(10px);\n      border-bottom: 1px solid rgba(255,255,255,0.06);\n    }\n\n    .nav{\n      min-height: 84px;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 20px;\n    }\n\n    .logo{\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      font-weight: 800;\n      letter-spacing: 0.02em;\n    }\n\n    .logo img{\n      width: 82px;\n      height: auto;\n    }\n\n    .nav-links{\n      display: flex;\n      align-items: center;\n      gap: 28px;\n      list-style: none;\n      color: var(--muted);\n      font-size: 15px;\n    }\n\n    .nav-actions{\n      display: flex;\n      align-items: center;\n      gap: 12px;\n    }\n\n    .btn{\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      min-height: 44px;\n      padding: 0 18px;\n      border-radius: 12px;\n      border: 1px solid transparent;\n      font-weight: 700;\n      transition: 0.2s ease;\n      cursor: pointer;\n    }\n\n    .btn:hover{\n      transform: translateY(-1px);\n    }\n\n    .btn-outline{\n      background: rgba(111,86,255,0.14);\n      border-color: rgba(111,86,255,0.35);\n      color: #fff;\n    }\n\n    .btn-orange{\n      background: var(--orange);\n      color: #fff;\n    }\n\n    .btn-orange:hover{\n      background: var(--orange-dark);\n    }\n\n    .hero{\n      position: relative;\n      min-height: 460px;\n      background:\n        var(--hero-overlay),\n        url('hero-how-to-watch.jpg') center\/cover no-repeat;\n      display: flex;\n      align-items: center;\n    }\n\n    .hero-content{\n      max-width: 620px;\n      padding: 90px 0;\n    }\n\n    .eyebrow{\n      display: inline-block;\n      font-size: 14px;\n      color: #ffb37c;\n      font-weight: 700;\n      margin-bottom: 12px;\n      letter-spacing: 0.04em;\n      text-transform: uppercase;\n    }\n\n    .hero h1{\n      font-size: clamp(42px, 6vw, 68px);\n      line-height: 1.02;\n      margin-bottom: 18px;\n      font-weight: 800;\n    }\n\n    .hero p{\n      max-width: 560px;\n      color: #d6dcf4;\n      font-size: 20px;\n    }\n\n    .section{\n      padding: 72px 0;\n    }\n\n    .section-title{\n      text-align: center;\n      margin-bottom: 16px;\n      font-size: 18px;\n      color: #e5e9fb;\n      font-weight: 700;\n    }\n\n    .section-subtitle{\n      text-align: center;\n      color: var(--muted);\n      max-width: 760px;\n      margin: 0 auto 42px;\n      font-size: 16px;\n    }\n\n    .device-grid{\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 24px;\n    }\n\n    .device-card{\n      background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));\n      border: 1px solid var(--card-border);\n      border-radius: var(--radius);\n      overflow: hidden;\n      box-shadow: var(--shadow);\n      display: flex;\n      flex-direction: column;\n    }\n\n    .device-card-inner{\n      padding: 22px;\n      display: flex;\n      flex-direction: column;\n      height: 100%;\n    }\n\n    .device-head{\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      margin-bottom: 16px;\n    }\n\n    .device-icon{\n      width: 42px;\n      height: 42px;\n      border-radius: 12px;\n      background: rgba(255,122,26,0.16);\n      border: 1px solid rgba(255,122,26,0.24);\n      color: var(--orange);\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 20px;\n      flex: 0 0 auto;\n    }\n\n    .device-title{\n      font-size: 30px;\n      font-weight: 800;\n      line-height: 1.1;\n    }\n\n    .device-image{\n      aspect-ratio: 16 \/ 10;\n      border-radius: 16px;\n      overflow: hidden;\n      margin-bottom: 18px;\n      border: 1px solid rgba(255,255,255,0.07);\n      background: #111;\n    }\n\n    .device-image img{\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .steps{\n      list-style: none;\n      display: grid;\n      gap: 14px;\n      margin-top: 8px;\n    }\n\n    .steps li{\n      display: grid;\n      grid-template-columns: 28px 1fr;\n      gap: 12px;\n      align-items: start;\n      color: #e8ecfb;\n      font-size: 15px;\n    }\n\n    .step-num{\n      width: 28px;\n      height: 28px;\n      border-radius: 999px;\n      background: var(--orange);\n      color: #fff;\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 13px;\n      font-weight: 800;\n      margin-top: 1px;\n    }\n\n    .step-note{\n      color: var(--muted);\n      font-size: 14px;\n      margin-top: 4px;\n    }\n\n    .help-box{\n      margin-top: 56px;\n      border: 1px solid rgba(255,255,255,0.08);\n      border-radius: 24px;\n      background:\n        radial-gradient(circle at left, rgba(255,122,26,0.16), transparent 32%),\n        linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.012));\n      padding: 56px 28px;\n      text-align: center;\n      box-shadow: var(--shadow);\n    }\n\n    .help-box h2{\n      font-size: 42px;\n      margin-bottom: 12px;\n    }\n\n    .help-box p{\n      max-width: 720px;\n      margin: 0 auto 24px;\n      color: var(--muted);\n      font-size: 16px;\n    }\n\n    .info-grid{\n      margin-top: 34px;\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 22px;\n    }\n\n    .info-card{\n      background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));\n      border: 1px solid var(--card-border);\n      border-radius: 18px;\n      padding: 22px;\n    }\n\n    .info-card h3{\n      color: #ffb37c;\n      margin-bottom: 10px;\n      font-size: 20px;\n    }\n\n    .info-card p{\n      color: var(--muted);\n      font-size: 15px;\n    }\n\n    .site-footer{\n      border-top: 1px solid rgba(255,255,255,0.06);\n      margin-top: 80px;\n      padding: 46px 0 26px;\n    }\n\n    .footer-grid{\n      display: grid;\n      grid-template-columns: 1.2fr 1fr 1fr 1fr;\n      gap: 30px;\n    }\n\n    .footer-brand p{\n      color: var(--muted);\n      margin-top: 16px;\n      max-width: 280px;\n    }\n\n    .footer-col h4{\n      font-size: 16px;\n      margin-bottom: 14px;\n    }\n\n    .footer-col ul{\n      list-style: none;\n      display: grid;\n      gap: 10px;\n      color: var(--muted);\n      font-size: 15px;\n    }\n\n    .footer-bottom{\n      border-top: 1px solid rgba(255,255,255,0.06);\n      margin-top: 28px;\n      padding-top: 18px;\n      text-align: center;\n      color: var(--muted);\n      font-size: 14px;\n    }\n\n    @media (max-width: 1100px){\n      .device-grid,\n      .info-grid,\n      .footer-grid{\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n    }\n\n    @media (max-width: 820px){\n      .nav{\n        flex-wrap: wrap;\n        justify-content: center;\n        padding: 16px 0;\n      }\n\n      .nav-links{\n        order: 3;\n        width: 100%;\n        justify-content: center;\n        flex-wrap: wrap;\n      }\n\n      .hero{\n        min-height: auto;\n      }\n\n      .hero-content{\n        padding: 72px 0;\n      }\n\n      .device-grid,\n      .info-grid,\n      .footer-grid{\n        grid-template-columns: 1fr;\n      }\n\n      .device-title{\n        font-size: 26px;\n      }\n\n      .help-box h2{\n        font-size: 34px;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n  <section class=\"hero\">\n    <div class=\"container\">\n      <div class=\"hero-content\">\n        <span class=\"eyebrow\">MovieSense <\/span>\n        <h1>How to Watch<\/h1>\n        <p>Stream MovieSense on any device \u2014 from your big screen TV to your mobile phone.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <main class=\"section\">\n    <div class=\"container\">\n      <h2 class=\"section-title\">How to watch your favourite films<\/h2>\n    \n\n      <div class=\"device-grid\">\n\n        <article class=\"device-card\">\n          <div class=\"device-card-inner\">\n            <div class=\"device-head\">\n              <div class=\"device-icon\">\uf8ff<\/div>\n              <h3 class=\"device-title\">Apple TV<\/h3>\n            <\/div>\n            <div class=\"device-image\">\n              <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/03\/ChatGPT-Image-Mar-26-2026-11_55_51-AM.png\" alt=\"Watching MovieSense with Apple TV\">\n            <\/div>\n            <ol class=\"steps\">\n              <li><span class=\"step-num\">1<\/span><div>Make sure your iPhone or iPad and Apple TV are on the same Wi-Fi network.<\/div><\/li>\n              <li><span class=\"step-num\">2<\/span><div>Open MovieSense on your iPhone or iPad in Safari or your preferred browser and sign in.<\/div><\/li>\n              <li><span class=\"step-num\">3<\/span><div>Open <strong>Control Center<\/strong> on your iPhone or iPad and tap <strong>Screen Mirroring<\/strong>.<\/div><\/li>\n              <li><span class=\"step-num\">4<\/span><div>Select your Apple TV, enter the AirPlay code if prompted, and start watching.<\/div><\/li>\n            <\/ol>\n          <\/div>\n        <\/article>\n\n        <article class=\"device-card\">\n          <div class=\"device-card-inner\">\n            <div class=\"device-head\">\n              <div class=\"device-icon\">\ud83d\udd25<\/div>\n              <h3 class=\"device-title\">Amazon Fire Stick<\/h3>\n            <\/div>\n            <div class=\"device-image\">\n              <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/03\/ChatGPT-Image-Mar-26-2026-10_01_46-AM.png\" alt=\"Watching MovieSense on Amazon Fire Stick\">\n            <\/div>\n            <ol class=\"steps\">\n              <li><span class=\"step-num\">1<\/span><div>Go to the Fire TV home screen.<\/div><\/li>\n              <li><span class=\"step-num\">2<\/span><div>Open the <strong>Silk Browser<\/strong>.<\/div><\/li>\n              <li><span class=\"step-num\">3<\/span><div>Go to <strong>moviesense.com<\/strong> and sign in.<\/div><\/li>\n              <li><span class=\"step-num\">4<\/span><div>Select your film or lesson and enjoy.<\/div><\/li>\n            <\/ol>\n          <\/div>\n        <\/article>\n\n        <article class=\"device-card\">\n          <div class=\"device-card-inner\">\n            <div class=\"device-head\">\n              <div class=\"device-icon\">\ud83d\udcfa<\/div>\n              <h3 class=\"device-title\">Samsung Smart TV<\/h3>\n            <\/div>\n            <div class=\"device-image\">\n              <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/03\/ChatGPT-Image-Mar-26-2026-11_52_35-AM.png\" alt=\"Watching MovieSense on Samsung Smart TV\">\n            <\/div>\n            <ol class=\"steps\">\n              <li><span class=\"step-num\">1<\/span><div>Press the <strong>Home<\/strong> or <strong>Smart TV<\/strong> button on your Samsung remote.<\/div><\/li>\n              <li><span class=\"step-num\">2<\/span><div>Open the built-in <strong>Web Browser<\/strong> \/ <strong>Internet<\/strong> app.<\/div><\/li>\n              <li><span class=\"step-num\">3<\/span><div>Go to <strong>moviesense.com<\/strong> and sign in.<\/div><\/li>\n              <li><span class=\"step-num\">4<\/span><div>Select your film or lesson and enjoy.<\/div><\/li>\n            <\/ol>\n          <\/div>\n        <\/article>\n\n        <article class=\"device-card\">\n          <div class=\"device-card-inner\">\n            <div class=\"device-head\">\n              <div class=\"device-icon\">\ud83d\udce1<\/div>\n              <h3 class=\"device-title\">LG Smart TV<\/h3>\n            <\/div>\n            <div class=\"device-image\">\n              <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/03\/ChatGPT-Image-Mar-26-2026-02_22_40-PM.png\" alt=\"Watching MovieSense on LG Smart TV\">\n            <\/div>\n            <ol class=\"steps\">\n              <li><span class=\"step-num\">1<\/span><div>Press the <strong>Home<\/strong> button on your LG remote.<\/div><\/li>\n              <li><span class=\"step-num\">2<\/span><div>Open the <strong>Web Browser<\/strong> app from the home screen.<\/div><\/li>\n              <li><span class=\"step-num\">3<\/span><div>Go to <strong>moviesense.com<\/strong> and sign in.<\/div><\/li>\n              <li><span class=\"step-num\">4<\/span><div>Select your film or lesson and enjoy.<\/div><\/li>\n            <\/ol>\n          <\/div>\n        <\/article>\n\n        <article class=\"device-card\">\n          <div class=\"device-card-inner\">\n            <div class=\"device-head\">\n              <div class=\"device-icon\">\ud83d\udcf2<\/div>\n              <h3 class=\"device-title\">Chromecast<\/h3>\n            <\/div>\n            <div class=\"device-image\">\n              <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/03\/ChatGPT-Image-Mar-26-2026-09_59_22-AM.png\" alt=\"Watching MovieSense with Chromecast\">\n            <\/div>\n            <ol class=\"steps\">\n              <li><span class=\"step-num\">1<\/span><div>Make sure your Chromecast and your computer are on the same Wi-Fi network.<\/div><\/li>\n              <li><span class=\"step-num\">2<\/span><div>Open <strong>Chrome<\/strong> on your computer and go to <strong>moviesense.com<\/strong>.<\/div><\/li>\n              <li><span class=\"step-num\">3<\/span><div>Sign in and start the video you want to watch.<\/div><\/li>\n              <li><span class=\"step-num\">4<\/span><div>Open the Chrome menu and choose <strong>Cast<\/strong>, then select your Chromecast device.<\/div><\/li>\n            <\/ol>\n            <p class=\"step-note\">Tip: Chromecast casting options can vary by phone, so desktop Chrome is the simplest support path.<\/p>\n          <\/div>\n        <\/article>\n\n        <article class=\"device-card\">\n          <div class=\"device-card-inner\">\n            <div class=\"device-head\">\n              <div class=\"device-icon\">\ud83d\udcf1<\/div>\n              <h3 class=\"device-title\">Mobile &amp; Tablet<\/h3>\n            <\/div>\n            <div class=\"device-image\">\n              <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/03\/ChatGPT-Image-Mar-27-2026-10_44_06-AM.png\" alt=\"Watching MovieSense on mobile or tablet\">\n            <\/div>\n            <ol class=\"steps\">\n              <li><span class=\"step-num\">1<\/span><div>Open Safari, Chrome, or your preferred browser.<\/div><\/li>\n              <li><span class=\"step-num\">2<\/span><div>Go to <strong>moviesense.com<\/strong> and sign in.<\/div><\/li>\n              <li><span class=\"step-num\">3<\/span><div>Select your film or lesson and enjoy.<\/div><\/li>\n            <\/ol>\n          <\/div>\n        <\/article>\n\n      <\/div>\n\n      <section class=\"help-box\">\n        <h2>Need Help?<\/h2>\n        <p>\n          Having trouble accessing your course? Our support team is here to help you get started with watching your acting lessons on any device.\n        <\/p>\n        <a href=\"\/contact\" class=\"btn btn-orange\">Contact Support<\/a>\n      <\/section>\n\n      <div class=\"info-grid\">\n        <article class=\"info-card\">\n          <h3>Best Experience<\/h3>\n          <p>For the smoothest playback, use a modern browser like Safari, Chrome, or Firefox on a stable internet connection.<\/p>\n        <\/article>\n        <article class=\"info-card\">\n          <h3>Download for Offline<\/h3>\n          <p>If downloadable lessons are available in your course area, save them in advance before travelling or watching on the go.<\/p>\n        <\/article>\n        <article class=\"info-card\">\n          <h3>Multiple Devices<\/h3>\n          <p>Your progress can continue across devices, so you can start on your TV and pick up later on your phone or tablet.<\/p>\n        <\/article>\n      <\/div>\n    <\/div>\n  <\/main>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>How to Watch &#8211; MovieSense MovieSense How to Watch Stream MovieSense on any device \u2014 from your big screen TV to your mobile phone. How to watch your favourite films \uf8ff Apple TV 1Make sure your iPhone or iPad and Apple TV are on the same Wi-Fi network. 2Open MovieSense on your iPhone or iPad [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"pmpro_default_level":"","footnotes":""},"class_list":["post-10590","page","type-page","status-publish","hentry","pmpro-has-access"],"acf":[],"_links":{"self":[{"href":"https:\/\/staging.moviesense.com\/index.php?rest_route=\/wp\/v2\/pages\/10590","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.moviesense.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/staging.moviesense.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/staging.moviesense.com\/index.php?rest_route=\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/staging.moviesense.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=10590"}],"version-history":[{"count":0,"href":"https:\/\/staging.moviesense.com\/index.php?rest_route=\/wp\/v2\/pages\/10590\/revisions"}],"wp:attachment":[{"href":"https:\/\/staging.moviesense.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10590"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}