CINXE.COM

Philadelphia Flyers Virtual Venue™ by IOMEDIA

<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="viewport" content="user-scalable = no,initial-scale=1,maximum-scale=1.0"> <link rel="apple-touch-icon" href="images/touch-icon.png"> <link rel="shortcut icon" type="image/x-icon" href="../web/images/favicon.png"> <link rel="canonical" href="//flyers.io-media.com/"> <meta name="keywords" content="Virtual Venue, 3D Venue, 3D Seats, 3D Seat Viewer, Virtual Seating Application, Virtual Seat Map, Seat Data, Seat Viewer, Interactive Seat Viewer, Seat Selector, 3D Seat Selector, Seating Application, 3D Seating Application, 3D Seating Chart, Seating Chart, View from Seat, 3D View from Seat, Virtual Seat Viewer, 3D Seating, Venue Seating Map, Virtual Seating Chart, 3D Seating Map, 3D Virtual Seating Map, 3D Stadium Map, 3D Arena Map, Virtual Viewer, Virtual Venue Viewer, 3D Virtual Viewer, IOMEDIA"> <meta name="description" content="3D Interactive Seat Views for the Philadelphia Flyers interactive seat map using Virtual Venue™ by IOMEDIA"> <title>Philadelphia Flyers Virtual Venue™ by IOMEDIA</title> <!-- Facebook open graph meta tags--> <meta property="og:title" content="Philadelphia Flyers Virtual Venue™ by IOMEDIA"> <meta property="og:site_name" content="Virtual Venue"> <meta property="og:image" content="//flyers.io-media.com/web/images/VV_fbshareicon_Retina.jpg"> <meta property="og:image" content="//flyers.io-media.com/web/images/VV_fbshareicon.jpg"> <meta property="og:url" content="//flyers.io-media.com/"> <meta name="og:description" content="Experience 3D Interactive Seat Views for the Philadelphia Flyers with our interactive Virtual Venue™ by IOMEDIA"> <meta property="twitter:card" content="Philadelphia Flyers Virtual Venue™ by IOMEDIA"> <meta property="twitter:title" content="Philadelphia Flyers Virtual Venue™ by IOMEDIA"> <meta property="twitter:image" content="//flyers.io-media.com/web/images/Twitter_Share.png"> <meta name="twitter:description" content="Check out 3D Interactive seat views for the Philadelphia Flyers with Virtual Venue™ by IOMEDIA"> <meta property="twitter:creator" content="@IOMEDIAsports"> <meta property="twitter:url" content="//flyers.io-media.com/"> <link rel="stylesheet" href="css/compress.css" type="text/css" charset="utf-8"> <!-- <link rel="stylesheet" href="css/compress.css" type="text/css" charset="utf-8"> --> <!-- Fonts --> <link href="https://fonts.googleapis.com/css?family=Sintony:400,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Oswald:300,400,700" rel="stylesheet"> <!--<link rel="stylesheet" type="text/css" href="//www-league.nhlstatic.com/nhl.com/builds/site-core/d2755081978408e55ed6677fdfe5af052a495d49_1604951242/styles/nhl.css.gz"> <link rel="stylesheet" type="text/css" href="//www-league.nhlstatic.com/clubs/builds/9/style/nhl/en/team-9.css.gz"> <link rel="stylesheet" type="text/css" href="//www-league.nhlstatic.com/nhl.com/sections/homepage/builds/cfe5bf4643157f1c04e3af49588d19457bca3b74_1604528597/styles/home.css.gz"> <link rel="stylesheet" href="//www-league.nhlstatic.com/nhl.com/builds/site-core/d2755081978408e55ed6677fdfe5af052a495d49_1604951242/styles/fonts.css" media="all">--> <!-- <link rel="stylesheet" href="css/compress.css" type="text/css" charset="utf-8"> --> <link rel="stylesheet" href="shell/styles.css" type="text/css" charset="utf-8"> <!-- Mobile Detect : PERMANENTLY HERE--> <script type="text/javascript" src="../scripts/mobile-detect.min.js"></script> <script> // var url= window.location.href; var md = new MobileDetect(window.navigator.userAgent); var device; var webroot = "/web/index.html"; var mobileroot = "/mobile/index.html"; var vvtype; var hash = window.location.hash; if (md.mobile()) { if (md.tablet()) { device = "tablet"; } else if (md.phone()) { device = "phone"; } } else { device = "desktop"; } //Random Comment if (device == "phone") { //Redirect them back to mobile window.location.href = mobileroot + hash; } </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-0RRJ7MEN5R"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-0RRJ7MEN5R'); </script> <!-- The following two variables need to be on the document scope --> <script> var addthis_config = addthis_config || {}; addthis_config.data_track_addressbar = false; addthis_config.data_track_clickback = false; var addthis_share = {}; //The address bar wasnt getting tracked initially from within the SocialManager class. // var _gaq = _gaq || []; </script> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-4fb6367a5ea88539"></script> <script> var touchHandler = function (e) { if (e.target.className != "ui-corner-all") e.preventDefault(); } document.addEventListener('touchmove', touchHandler, false); </script> <script type="text/javascript" src="clientConfig.js"></script> <!--NOTE: All Require.js paths will be relative to the data-main path--> <!-- <script data-main="js/com/iomedia/vv/main" src="js/com/iomedia/vv/script.min.js"></script> --> <!-- <script data-main="js/com/iomedia/vv/main" src="js/com/iomedia/vv/libs/require/require.js"></script> --> <!-- <script type="text/javascript" src="js/com/iomedia/vv/libs/mobilebubble/mobile-bubble.js"></script> --> <!--<script type="text/javascript" src="js/com/iomedia/vv/libs/ol.js"></script>--> <script type="text/javascript"> var appVersion = clientConfig.APP_VERSION; var siteURL = window.location.href; var matchDomain = "io-productions.com"; var devURL = "../vv-iom-007-common-code-base/" + appVersion; var liveURL = "//d32ikx2sw2easi.cloudfront.net/" + appVersion; if (siteURL.match(matchDomain)) { /* NSI : 9/12/13 11:09 AM -- script module load if project running on development server*/ document.write('<script type="text/javascript" src=' + devURL + '/web/js/com/iomedia/vv/script.min.js><\/script>'); document.write('<script type="text/javascript" src=' + devURL + '/web/js/com/iomedia/vv/libs/mobilebubble/mobile-bubble.js><\/script>'); } else { /* NSI : 9/12/13 11:10 AM -- script module load if project running on live server*/ document.write('<script type="text/javascript" src=' + liveURL + '/web/js/com/iomedia/vv/script.min.js><\/script>'); document.write('<script type="text/javascript" src=' + liveURL + '/web/js/com/iomedia/vv/libs/mobilebubble/mobile-bubble.js><\/script>'); } </script> <!--[if IE 8]> <link rel="stylesheet" href="ie_css/ie8.css" type="text/css" charset="utf-8"> <![endif]--> </head> <body class="app-position team" onload="checkView();" onorientationchange="updateOrientation();"> <!--header starts here--> <div class="header" id="Shell_Header"> <div style="background: #000000; border-bottom:2px solid grey;"> <div class="top-nav top-nav--desktop"> <div class="top-nav__club-tagline"> <a class="top-nav__club-tagline-link" href="https://www.nhl.com/flyers/" title="Winnipeg Jets"> <!-- <img class="top-nav__club-tagline-img" alt="" title="" src="shell/images/cut2.png"> --> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 640" xml:space="preserve"><path fill="#FFF" d="M437.93 458.94c-8.283 0-15.006 6.713-15.006 15 0 8.278 6.724 15.002 15.005 15.002 8.282 0 14.995-6.724 14.995-15.001 0-8.288-6.713-15.001-14.995-15.001zm0 26.783a11.772 11.772 0 0 1-11.783-11.782c0-6.51 5.265-11.775 11.782-11.775 6.51 0 11.78 5.265 11.78 11.775 0 6.512-5.27 11.782-11.78 11.782zm6.163-15.26a5.085 5.085 0 0 0-5.09-5.082h-7.228v17.123h3.213v-6.954h2.306l3.246 6.954h3.553l-3.389-7.251a5.095 5.095 0 0 0 3.39-4.79zm-5.09 1.872h-4.015v-3.747h4.015c1.032 0 1.877.84 1.877 1.876a1.878 1.878 0 0 1-1.877 1.871z"/><path fill="#FFF" d="M604.22 87.506H145.163v14.517c0 40.326 19.31 75.9 48.561 96.815h-48.561v14.526c0 40.313 19.31 75.881 48.561 96.802h-48.561v14.527c0 40.312 19.31 75.88 48.561 96.8h-48.561v14.534c0 64.217 48.967 116.467 109.156 116.467h103.92l76.665-129.608c39.677 53.75 102.35 85.855 169.316 85.855 116.134 0 210.617-94.482 210.617-210.612 0-116.138-94.483-210.623-210.617-210.623z"/><path fill="#010101" d="M604.22 102.023H163.88c0 56.313 42.369 101.958 94.635 101.958H424.39c2.583 0 4.683 2.1 4.683 4.689s-2.1 4.694-4.683 4.694H163.88c0 56.304 42.369 101.949 94.635 101.949h100.021c2.584 0 4.69 2.1 4.69 4.698 0 2.576-2.106 4.682-4.69 4.682H163.881c0 56.302 42.368 101.948 94.634 101.948h34.168a4.69 4.69 0 0 1 4.688 4.69 4.696 4.696 0 0 1-4.688 4.696H163.881c0 56.295 42.368 101.944 94.634 101.944h91.449L520.909 248.95c16.84-28.466 47.84-47.557 83.31-47.557 53.425 0 96.734 43.309 96.734 96.737 0 53.413-43.309 96.733-96.733 96.733-52.754 0-95.64-42.238-96.71-94.74L442.823 409.5c35.38 51.172 94.465 84.721 161.397 84.721 108.299 0 196.094-87.8 196.094-196.092 0-108.308-87.796-196.106-196.094-196.106z"/><path fill="#CF4520" d="M604.22 242.475c-30.737 0-55.645 24.915-55.645 55.654 0 30.725 24.908 55.643 55.645 55.643 30.74 0 55.652-24.918 55.652-55.643 0-30.739-24.912-55.654-55.652-55.654z"/></svg> </a> </div> <div class="top-nav__club-sponsor"> <a class="top-nav__club-sponsor-link" href="https://www.nhl.com/flyers/" title=""> <img class="top-nav__club-sponsor-img" alt="" title="" src="shell/images/cut.png" style=" height: 40px"> <!-- <svg width="379" height="40" viewBox="0 0 379 40" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6.13249 8.15141H13.552C17.2618 8.15141 19.6845 8.90851 21.4259 10.5741C22.6372 11.7855 23.2429 13.2997 23.2429 15.1924C23.2429 20.8707 18.6246 24.3533 11.8864 24.3533H8.10095L6.35962 30.9401H0L6.13249 8.15141ZM11.8107 19.5079C14.9905 19.5079 16.7319 18.0694 16.7319 15.9495C16.7319 15.3438 16.5047 14.8139 16.1262 14.3596C15.5205 13.7539 14.612 13.4511 13.4006 13.4511H11.0536L9.46372 19.5079C9.38801 19.5079 11.8107 19.5079 11.8107 19.5079Z" fill="white"/> <path d="M27.4826 8.15141H33.8422L31.5709 16.7066H39.5962L41.8674 8.15141H48.2271L42.0946 30.9401H35.735L38.082 22.3091H30.0567L27.7097 30.9401H21.3501L27.4826 8.15141Z" fill="white"/> <path d="M51.2555 8.15141H57.5395L51.4827 30.9401H45.123L51.2555 8.15141Z" fill="white"/> <path d="M60.7949 8.15141H67.1545L62.5362 25.4132H73.3627L71.9243 30.9401H54.6624L60.7949 8.15141Z" fill="white"/> <path d="M89.2618 8H95.47L99.0284 30.9401H92.3659L91.836 26.8517H83.0536L80.2524 31.0158H73.4385L89.2618 8ZM91.306 21.9306L90.4732 15.4196L86.2334 21.9306H91.306Z" fill="white"/> <path d="M106.296 8.15141H113.64C118.032 8.15141 120.833 9.36277 122.574 11.1041C124.315 12.8454 125.073 15.041 125.073 17.7666C125.073 21.1735 123.785 24.2776 121.287 26.776C118.561 29.5016 114.625 30.9401 109.325 30.9401H100.088L106.296 8.15141ZM110.082 25.3375C112.732 25.3375 115.079 24.5047 116.593 22.9905C117.804 21.7792 118.561 20.0379 118.561 18.2208C118.561 16.7823 118.107 15.7981 117.426 15.041C116.593 14.1325 115.155 13.6025 112.959 13.6025H111.142L108.038 25.2618H110.082V25.3375Z" fill="white"/> <path d="M130.069 8.15141H148.315L146.877 13.5268H134.915L134.006 17.0095H144.833L143.47 21.9306H132.643L131.659 25.6404H143.849L142.41 30.9401H123.937L130.069 8.15141Z" fill="white"/> <path d="M151.571 8.15141H157.855L153.237 25.4132H164.139L162.7 30.9401H145.438L151.571 8.15141Z" fill="white"/> <path d="M171.634 8.15141H179.054C182.763 8.15141 185.186 8.90851 186.927 10.5741C188.139 11.7855 188.745 13.2997 188.745 15.1924C188.745 20.8707 184.126 24.3533 177.388 24.3533H173.603L171.861 30.8643H165.502L171.634 8.15141ZM177.312 19.5079C180.492 19.5079 182.233 18.0694 182.233 15.9495C182.233 15.3438 182.006 14.8139 181.628 14.3596C181.022 13.7539 180.114 13.4511 178.902 13.4511H176.555L174.965 19.5079H177.312Z" fill="white"/> <path d="M192.908 8.15141H199.192L196.921 16.7066H204.946L207.218 8.15141H213.577L207.445 30.9401H201.085L203.432 22.3091H195.407L193.06 30.9401H186.776L192.908 8.15141Z" fill="white"/> <path d="M216.606 8.15141H222.965L216.833 30.9401H210.473L216.606 8.15141Z" fill="white"/> <path d="M234.852 8H241.06L244.618 30.9401H237.956L237.426 26.8517H228.644L225.918 30.9401H219.028L234.852 8ZM236.896 21.9306L236.063 15.4196L231.823 21.9306H236.896Z" fill="white"/> <path d="M284.442 8.15141L279.823 25.3375H290.726L289.211 30.9401H271.95L278.082 8.15141H284.442Z" fill="#CF4520"/> <path d="M261.804 16.6309L256.505 12.8454L251.659 30.8643H258.019L260.215 22.8391H270.965L272.328 17.5394H261.577L261.804 16.6309Z" fill="#CF4520"/> <path d="M252.492 8.15141L262.259 15.041L262.637 13.6782H274.524L276.038 8.15141H252.492Z" fill="#CF4520"/> <path d="M357.653 15.1924C357.653 13.3754 357.123 11.7098 355.912 10.5741C354.398 9.05993 351.823 8.22713 348.038 8.22713H315.18L309.047 31.0915H327.521L328.959 25.7161H316.77L317.754 22.082H328.581L329.943 17.0852H319.041L319.95 13.6025H331.912L333.047 9.43848L338.12 12.9968L333.275 31.0158H339.634L341.451 24.0505H344.252L347.281 31.0158H354.246L350.763 23.2934C355.533 22.0063 357.653 18.9779 357.653 15.1924ZM346.448 19.5079H342.814L344.252 13.9811H347.659C349.022 13.9811 349.931 14.2839 350.461 14.8139C350.839 15.2681 351.066 15.7224 351.066 16.3281C351.142 18.2965 349.325 19.5079 346.448 19.5079Z" fill="#CF4520"/> <path d="M369.237 8.15141C368.101 8.15141 359.016 8.15141 359.016 8.15141L366.663 13.6025C367.117 13.224 367.722 12.9968 368.631 12.9968C370.978 12.9968 372.946 13.9811 374.688 15.4953L378.625 11.1041C376.278 9.05993 374.839 8.15141 369.237 8.15141Z" fill="#CF4520"/> <path d="M369.842 17.0852C367.344 16.101 366.36 15.6467 366.133 15.041L360.833 11.2555C359.924 12.3912 359.47 13.9054 359.47 15.4196C359.47 18.7508 361.817 19.9621 365.451 21.3249C368.631 22.5363 369.237 23.0662 369.237 23.8991C369.237 24.959 368.177 25.6404 366.663 25.6404C364.164 25.6404 361.817 24.5804 359.622 22.5363L355.533 26.7003C357.956 29.3502 361.666 30.8644 366.133 30.8644C371.811 30.8644 375.823 27.6845 375.823 22.9905C375.899 19.6593 373.401 18.448 369.842 17.0852Z" fill="#CF4520"/> <path d="M301.779 8.15141L309.35 13.5268L314.044 8.15141H301.779Z" fill="#CF4520"/> <path d="M303.823 11.4069L299.584 16.7066L297.388 8.15141H286.107L291.937 12.2397L295.117 22.1577L292.77 30.8643H299.129L301.325 22.8391L308.366 14.6625L303.823 11.4069Z" fill="#CF4520"/> </svg> --> </a> </div> <div class="top-nav__club-logo"> <a class="top-nav__club-logo-link" href="https://www.nhl.com/flyers" title="flyers"> <img class="top-nav__club-logo-img" src="shell/images/file.svg"> </a> </div> </div> </div> <div class="megamenu_main-container"> <div class="megamenu-navbar-overflow"> <div class="nhl-o-menu"> <ul class="megamenu-navbar-overflow_menu nhl-c-header__menu--collapsible nhl-o-menu"> <li><a class="menubar1" href="https://www.nhl.com/flyers" > <!-- Tickets --> <span class="nhl-o-menu__txt2">Tickets</span> </a></li> <li><a class="menubar1" href="https://www.nhl.com/flyers"> <!-- Team --> <span class="nhl-o-menu__txt2">Team</span> </a></li> <li><a class="menubar1" href="https://www.nhl.com/flyers"> <!-- News & Media --> <span class="nhl-o-menu__txt2">News</span> </a></li> <li><a class="menubar1" href="https://www.nhl.com/flyers/video/"> <!-- News & Media --> <span class="nhl-o-menu__txt2">Video</span> <li><a class="menubar1"href="https://www.nhl.com/scores"> <!-- Scores --> <span class="nhl-o-menu__txt2">Scores</span> </a></li> </a></li> <li><a class="menubar1" href="https://www.nhl.com/flyers"> <!-- Schedule --> <span class="nhl-o-menu__txt2">Schedule</span> </a></li> <li><a class="menubar1" href="https://www.nhl.com/flyers/stats"> <!-- Schedule --> <span class="nhl-o-menu__txt2">Stats</span> </a></li> <li><a class="menubar1" href="https://www.nhl.com/flyers/standings"> <!-- Schedule --> <span class="nhl-o-menu__txt2">Standings</span> </a></li> <li><a class="menubar1"href="https://www.nhl.com/flyers/"> <!-- Community --> <span class="nhl-o-menu__txt2">Community</span> </a></li> <!-- <li><a class="menubar1"href="https://culture.mapleleafs.com/"> <span class="nhl-o-menu__txt1">Fans</span> </a></li> --> <li><a class="menubar1"href="http://www.nhl.com/shop/link.html?id=PHIMainNav"> <!-- Shop --> <span class="nhl-o-menu__txt2">Shop</span> </a></li> <li><a class="menubar1"href="https://www.nhl.com/info/teams/"> <!-- League --> <span class="nhl-o-menu__txt2">League</span> </a></li> </ul> <ul class="nhl-c-header__menu nhl-c-header__menu--utilities nhl-o-menu"> <li class="nhl-o-menu__item -to-league-site"> <a class="nhl-o-menu__link " href="https://www.nhl.com/"> <span class="nhl-o-menu__txt1">NHL.com</span> </a> </li> <li class="nhl-o-menu__item" style="padding-left: 18px;"> <a style="height: 24px;width: 24px; "class="nhl-o-menu__link" aria-disabled="false" data-plugin="account-navigation" href="https://account.nhl.com/ui/?returnUrl=https://www.nhl.com/flyers/&lang=en" title="Sign In" aria-label="Sign In"> <span data-js-icon-signin=""> <span class="fa-icon-svg fa-icon-svg--small nhl-o-menu__icon" style="height: 24px;width: 24px; "> <svg class="fa-icon-svg fa-icon-svg--account" viewBox="0 0 24 24"> <!-- <use xlink:href="#account"></use> --> <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2ZM7.07 18.28c.43-.9 3.05-1.78 4.93-1.78s4.51.88 4.93 1.78C15.57 19.36 13.86 20 12 20c-1.86 0-3.57-.64-4.93-1.72Zm11.29-1.45c-1.43-1.74-4.9-2.33-6.36-2.33s-4.93.59-6.36 2.33C4.62 15.49 4 13.82 4 12c0-4.41 3.59-8 8-8s8 3.59 8 8c0 1.82-.62 3.49-1.64 4.83ZM12 6c-1.94 0-3.5 1.56-3.5 3.5S10.06 13 12 13s3.5-1.56 3.5-3.5S13.94 6 12 6Zm0 5c-.83 0-1.5-.67-1.5-1.5S11.17 8 12 8s1.5.67 1.5 1.5S12.83 11 12 11Z" /> </svg></span> </span> <!-- <span class="-hidden" data-js-icon-signout=""> <span class="fa-icon-svg fa-icon-svg--small nhl-o-menu__icon"> <svg class="fa-icon-svg fa-icon-svg--account-signed" viewBox="0 0 24 24"> <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2Zm0 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3Zm0 14.2a7.2 7.2 0 0 1-6-3.22c.03-1.99 4-3.08 6-3.08 1.99 0 5.97 1.09 6 3.08a7.2 7.2 0 0 1-6 3.22Z" /> </svg></span> </span> --> </a> </li> <li class="nhl-o-menu__item1" style="padding-left: 18px;"> <a class="nhl-c-header__btn nhl-c-header__btn--search" href="https://www.nhl.com/flyers/search" title="Search" style="height: 24px;width: 24px; "> <span class="fa-icon-svg fa-icon-svg--small nhl-c-header__btn-icon" style="height: 24px;width: 24px; "> <svg class="fa-icon-svg fa-icon-svg--search" viewBox="0 0 24 24"> <!-- <use xlink:href="#search"></use> --> <path d="M15.5 14h-.79l-.28-.27c1.2-1.4 1.82-3.31 1.48-5.33998-.47-2.78-2.79-5-5.59-5.34-4.22999-.52-7.78998 3.03999-7.26998 7.26998.34 2.8 2.56 5.12 5.34 5.59 2.02998.34 3.93998-.28 5.33998-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14Zm-5.99998 0c-2.49 0-4.5-2.01-4.5-4.49998 0-2.49 2.01-4.5 4.5-4.5 2.48998 0 4.49998 2.01 4.49998 4.5C14 11.99 11.99 14 9.50002 14Z" /> </svg></span> <span class="sr-only">Search</span> </a> </li> </ul> </div> </div> </div> </div> </div> <!--header ends here--> <div class="App_Holder"> <!-- venue view application --> <div id="appView"> <div id="splashScreenView"></div> <div id="venueView"></div> <div id="vrView"></div> <div id="helpTour"></div> <div id="tour_View"></div> <div id="ie_tour_View"></div> <div id="videoView"></div> <div id="hotspotGalleryView"></div> <div id="vrGalleryView"></div> <div id="footerNavigationView"></div> <div id="parkingView"></div> <div id="disclaimerScreenPopupView"></div> <div id="loaderBig"> <div class="Loader_Container"> <div id="Client_Logo"><img src="images/logo.png" alt=""></div> <div id="Loader"><img src="images/loader_big.gif" alt=""></div> <div id="Branding_Logo"></div> </div> </div> </div> </div> <!--footer starts here--> <div id="Shell_Footer"> <div class="nhl-c-footer"> <div class="nhl-c-footer__section"> <div class="nhl-c-footer__wrapper"> <div class="nhl-c-footer__segment"> <div class="nhl-c-footer__nav nhl-c-footer__nav--primary nhl-c-footer__nav--social"> <ul class="nhl-c-footer__menu nhl-o-menu"> <li class="nhl-o-menu__item"> <a class="nhl-o-menu__link " href="https://www.youtube.com/@PhiladelphiaFlyers" target="_blank" rel="noopener noreferrer"> <span class="nhl-o-menu__icon" title="YouTube"> <span class="fa-icon-svg fa-icon-svg--medium"> <svg class="fa-icon-svg fa-icon-svg--youtube_rounded" viewBox="0 0 34 34"> <!-- <use xlink:href="#youtube_rounded"></use> --> <path d="M17 0C7.6195 0 0 7.6194 0 17c0 9.3806 7.6195 17 17 17s17-7.6194 17-17c0-9.3806-7.6195-17-17-17zm0 1.4004c8.6239 0 15.6 6.9757 15.6 15.6 0 8.6239-6.9757 15.6-15.6 15.6-8.6239 0-15.6-6.9757-15.6-15.6 0-8.6239 6.9757-15.6 15.6-15.6z" /> <path d="M24.667 13.149C24.482 12.46 23.941 11.919 23.252 11.734 22.004 11.4 17 11.4 17 11.4 17 11.4 11.996 11.4 10.749 11.734 10.06 11.919 9.519 12.46 9.335 13.149 9 14.396 9 17 9 17 9 17 9 19.604 9.335 20.851 9.519 21.54 10.06 22.081 10.749 22.266 11.996 22.6 17 22.6 17 22.6 17 22.6 22.004 22.6 23.251 22.266 23.94 22.081 24.481 21.54 24.666 20.851 25 19.604 25 17 25 17 25 17 25 14.396 24.666 13.149H24.667ZM15.4 19.4V14.6L19.557 17 15.4 19.4Z" /> </svg></span></span> <span class="sr-only">YouTube</span> </a> </li> <li class="nhl-o-menu__item"> <a class="nhl-o-menu__link " href="https://www.facebook.com/philadelphiaflyers" target="_blank" rel="noopener noreferrer"> <span class="nhl-o-menu__icon" title="Facebook"> <span class="fa-icon-svg fa-icon-svg--medium"> <svg class="fa-icon-svg fa-icon-svg--facebook_rounded" viewBox="0 0 34 34"> <!-- <use xlink:href="#facebook_rounded"></use> --> <path d="M17 0C7.6195 0 0 7.6194 0 17c0 9.3806 7.6195 17 17 17s17-7.6194 17-17c0-9.3806-7.6195-17-17-17zm0 1.4004c8.6239 0 15.6 6.9757 15.6 15.6 0 8.6239-6.9757 15.6-15.6 15.6-8.6239 0-15.6-6.9757-15.6-15.6 0-8.6239 6.9757-15.6 15.6-15.6z" /> <path d="M25 17.049a8 8 0 0 0-8-8 8 8 0 0 0-1.25 15.902v-5.59h-2.031v-2.312h2.031v-1.763c0-2.005 1.194-3.112 3.022-3.112.875 0 1.791.156 1.791.156v1.969h-1.009c-.994 0-1.304.616-1.304 1.249v1.501h2.219l-.355 2.312H18.25v5.59A8 8 0 0 0 25 17.049Z" /> </svg></span></span> <span class="sr-only">Facebook</span> </a> </li> <li class="nhl-o-menu__item"> <a class="nhl-o-menu__link " href="https://www.instagram.com/philadelphiaflyers" target="_blank" rel="noopener noreferrer"> <span class="nhl-o-menu__icon" title="Instagram"> <span class="fa-icon-svg fa-icon-svg--medium"> <svg class="fa-icon-svg fa-icon-svg--instagram_rounded" viewBox="0 0 34 34"> <!-- <use xlink:href="#instagram_rounded"></use> --> <path d="M17 0C7.6195 0 0 7.6194 0 17c0 9.3806 7.6195 17 17 17s17-7.6194 17-17c0-9.3806-7.6195-17-17-17zm0 1.4004c8.6239 0 15.6 6.9757 15.6 15.6 0 8.6239-6.9757 15.6-15.6 15.6-8.6239 0-15.6-6.9757-15.6-15.6 0-8.6239 6.9757-15.6 15.6-15.6z" /> <path d="M13.687 9.056c-.851.04-1.433.176-1.941.376-.526.205-.972.48-1.415.925a3.902 3.902 0 0 0-.92 1.418c-.197.509-.331 1.091-.368 1.942-.038.852-.046 1.126-.042 3.298.004 2.173.014 2.445.055 3.299.041.851.176 1.432.376 1.94.205.526.48.972.925 1.415a3.91 3.91 0 0 0 1.419.92c.509.197 1.091.331 1.942.368.852.038 1.126.046 3.298.042 2.172-.004 2.445-.014 3.298-.054.854-.041 1.432-.177 1.94-.376.526-.205.972-.48 1.415-.925.444-.446.717-.892.92-1.419.197-.509.331-1.091.368-1.942.037-.854.046-1.126.042-3.298-.004-2.173-.014-2.445-.054-3.298-.041-.853-.176-1.432-.376-1.941a3.933 3.933 0 0 0-.925-1.415 3.906 3.906 0 0 0-1.419-.92c-.509-.197-1.09-.331-1.942-.368-.852-.037-1.126-.046-3.298-.042-2.173.004-2.445.013-3.298.055Zm.093 14.462c-.78-.034-1.203-.163-1.486-.272a2.49 2.49 0 0 1-.921-.597 2.461 2.461 0 0 1-.6-.918c-.109-.282-.241-.706-.278-1.486-.04-.843-.048-1.096-.053-3.232-.004-2.135.004-2.388.041-3.232.033-.779.164-1.203.272-1.485.144-.374.317-.64.597-.921.279-.281.545-.454.918-.6.282-.11.705-.241 1.485-.278.844-.04 1.097-.048 3.232-.053 2.136-.005 2.389.003 3.233.04.779.034 1.204.164 1.485.272.374.144.64.317.922.597.281.28.454.545.6.919.11.281.241.704.278 1.484.04.844.049 1.097.053 3.233.004 2.135-.004 2.388-.041 3.232-.034.78-.163 1.203-.272 1.486-.144.373-.317.64-.597.921a2.465 2.465 0 0 1-.919.6c-.281.11-.705.241-1.484.278-.843.04-1.096.048-3.233.053-2.136.004-2.388-.004-3.232-.041m6.522-10.794c0 .19.057.376.163.533a.954.954 0 0 0 .986.407.955.955 0 0 0 .753-.756.962.962 0 0 0-.944-1.145.96.96 0 0 0-.958.961Zm-7.41 4.284a4.108 4.108 0 1 0 8.217-.017 4.108 4.108 0 0 0-8.217.017Zm1.441-.003a2.668 2.668 0 0 1 5.282-.531 2.672 2.672 0 0 1-1.129 2.74 2.666 2.666 0 0 1-4.153-2.209Z" /> </svg></span></span> <span class="sr-only">Instagram</span> </a> </li> <li class="nhl-o-menu__item"> <a class="nhl-o-menu__link " href="https://twitter.com/NHLFlyers?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor" target="_blank" rel="noopener noreferrer"> <span class="nhl-o-menu__icon" title="Twitter"> <span class="fa-icon-svg fa-icon-svg--medium"> <svg class="fa-icon-svg fa-icon-svg--x_rounded" viewBox="0 0 34 34"> <!-- <use xlink:href="#x_rounded"> </use> --> <path d="M17 0C7.6195 0 0 7.6194 0 17c0 9.3806 7.6195 17 17 17s17-7.6194 17-17c0-9.3806-7.6195-17-17-17zm0 1.4004c8.6239 0 15.6 6.9757 15.6 15.6 0 8.6239-6.9757 15.6-15.6 15.6-8.6239 0-15.6-6.9757-15.6-15.6 0-8.6239 6.9757-15.6 15.6-15.6z" /> <path d="m18.303 15.928 5.1-5.928h-1.208l-4.428 5.147-3.537-5.147h-4.079l5.348 7.784-5.348 6.216h1.209l4.676-5.436 3.735 5.436h4.079l-5.547-8.072h0zm-1.655 1.924-.542-.775-4.312-6.167h1.856l3.479 4.977.542 .775 4.523 6.47h-1.856l-3.691-5.279v0z" /> <!-- <symbol id='x_rounded'> <desc></desc> <path d="M17 0C7.6195 0 0 7.6194 0 17c0 9.3806 7.6195 17 17 17s17-7.6194 17-17c0-9.3806-7.6195-17-17-17zm0 1.4004c8.6239 0 15.6 6.9757 15.6 15.6 0 8.6239-6.9757 15.6-15.6 15.6-8.6239 0-15.6-6.9757-15.6-15.6 0-8.6239 6.9757-15.6 15.6-15.6z" /> <path d="m18.303 15.928 5.1-5.928h-1.208l-4.428 5.147-3.537-5.147h-4.079l5.348 7.784-5.348 6.216h1.209l4.676-5.436 3.735 5.436h4.079l-5.547-8.072h0zm-1.655 1.924-.542-.775-4.312-6.167h1.856l3.479 4.977.542 .775 4.523 6.47h-1.856l-3.691-5.279v0z" /> </symbol> --> </svg> </span> </span> <span class="sr-only">Twitter</span> </a> </li> <li class="nhl-o-menu__item"> <a class="nhl-o-menu__link " href="https://www.tiktok.com/@nhlflyers?lang=en"> <span class="nhl-o-menu__icon rb-zeplin-focused" title="TikTok"> <span class="fa-icon-svg fa-icon-svg--medium"> <svg class="fa-icon-svg fa-icon-svg--tiktok_rounded" viewBox="0 0 34 34"> <!-- <use xlink:href="#tiktok_rounded"></use> --> <path d="M17 0C7.6195 0 0 7.6194 0 17c0 9.3806 7.6195 17 17 17s17-7.6194 17-17c0-9.3806-7.6195-17-17-17zm0 1.4004c8.6239 0 15.6 6.9757 15.6 15.6 0 8.6239-6.9757 15.6-15.6 15.6-8.6239 0-15.6-6.9757-15.6-15.6 0-8.6239 6.9757-15.6 15.6-15.6z"/> <path d="M21.892 12.207C21.031 11.645 20.408 10.746 20.215 9.698 20.173 9.472 20.15 9.239 20.15 9H17.399L17.394 20.024C17.348 21.259 16.332 22.249 15.086 22.249 14.699 22.249 14.335 22.153 14.014 21.984 13.278 21.596 12.774 20.825 12.774 19.937 12.774 18.662 13.811 17.625 15.086 17.625 15.324 17.625 15.552 17.664 15.769 17.731V14.923C15.545 14.893 15.318 14.874 15.086 14.874 12.295 14.874 10.024 17.145 10.024 19.937 10.024 21.65 10.88 23.166 12.185 24.082 13.007 24.66 14.008 25 15.087 25 17.878 25 20.15 22.729 20.15 19.937V14.347C21.228 15.121 22.55 15.578 23.976 15.578V12.827C23.208 12.827 22.492 12.598 21.892 12.207Z"/> </svg> </span> </span> <span class="sr-only">TikTok</span> </a> </li> </ul> </div> <div class="nhl-c-footer__nav nhl-c-footer__nav--primary"> <ul class="nhl-c-footer__menu nhl-o-menu"> <li class="nhl-o-menu__item"> <a class="nhl-o-menu__link -current" href="https://www.nhl.com/flyers/info/phi-privacy-policy"> <span class="nhl-o-menu__txt">Privacy Policy</span> </a> </li> <li class="nhl-o-menu__item"> <a class="nhl-o-menu__link " href="https://www.teamworkonline.com/arenas-facilities-jobs/comcast-spectacor/comcast-spectacor-jobs"> <span class="nhl-o-menu__txt">Employement</span> </a> </li> <li class="nhl-o-menu__item"> <a class="nhl-o-menu__link " href="https://www.nhl.com/flyers/info/contact-us"> <span class="nhl-o-menu__txt">Contact Us</span> </a> </li> <li class="nhl-o-menu__item"> <a class="nhl-o-menu__link " href="https://www.nhl.com/flyers/info/advertisers"> <span class="nhl-o-menu__txt">Advertise</span> </a> </li> <li class="nhl-o-menu__item"> <a class="nhl-o-menu__link " href="https://www.nhl.com/flyers/info/code-of-conduct"> <span class="nhl-o-menu__txt">Code of Conduct</span> </a> </li> <!-- <li class="nhl-o-menu__item"> <a class="nhl-o-menu__link -current" href="https://www.nhl.com/flyers/info/press-box"> <span class="nhl-o-menu__txt">Digital Press Box</span> </a> </li> --> </ul> </div> </div> <div class="nhl-c-footer__segment nhl-c-footer__segment--disclaimer"> <a aria-label="Go to Toronto Maple Leafs Homepage" class="nhl-c-footer__logo" href="https://www.nhl.com/flyers/" title="Go to Toronto Maple Leafs Homepage"> <img alt="Toronto Maple Leafs logo" class="nhl-c-footer__logo-img" height="640" src="https://assets.nhle.com/logos/nhl/svg/PHI_dark.svg" width="960"> </a> <div class="nhl-c-footer__text"> Philadelphiaflyers.com is the official Web site of the Philadelphia Flyers. Philadelphia Flyers and philadelphiaflyers.com are trademarks of Philadelphia Flyers, L.P. NHL, the NHL Shield, the word mark and image of the Stanley Cup and NHL Conference logos are registered trademarks of the National Hockey League. All NHL logos and marks and NHL team logos and marks as well as all other proprietary materials depicted herein are the property of the NHL and the respective NHL teams and may not be reproduced without the prior written consent of NHL Enterprises, L.P. Copyright © 1999-2020 Philadelphia Flyers, L.P. and the National Hockey League. All Rights Reserved.</div> </div> </div> </div> <div class="nhl-c-footer__section nhl-c-footer__section--bottom"> <div class="nhl-c-footer__wrapper"> <div class="nhl-c-footer__segment nhl-c-footer__segment--bottom"> <a aria-label="Go to NHL.com Homepage" class="nhl-c-footer__logo nhl-c-footer__logo--league" href="/" title="Go to NHL.com Homepage"> <img alt="NHL logo" class="nhl-c-footer__logo-img" height="28" src="https://media.d3.nhle.com/image/private/t_q-best/prd/assets/nhl/logos/nhl_shield_wm_on_light_mtbyum" width="84"> </a> <div class="nhl-c-footer__nav nhl-c-footer__nav--primary nhl-c-footer__nav--league"> <ul class="nhl-c-footer__menu nhl-o-menu"> <li class="nhl-o-menu__item"> <a class="nhl-o-menu__link " href="https://www.nhl.com/info/terms-of-service"> <span class="nhl-o-menu__txt">NHL.com Terms of Service</span> </a> </li> <li class="nhl-o-menu__item"> <a class="nhl-o-menu__link " href="https://www.nhl.com/info/privacy-policy"> <span class="nhl-o-menu__txt">NHL.com Privacy Policy</span> </a> </li> <li class="nhl-o-menu__item"> <a class="nhl-o-menu__link " href="https://www.nhl.com/info/cookie-policy"> <span class="nhl-o-menu__txt">Cookie Policy</span> </a> </li> <li class="nhl-o-menu__item"> <a class="nhl-o-menu__link " href="https://www.nhl.com/info/copyright-policy"> <span class="nhl-o-menu__txt">Copyright Policy</span> </a> </li> <!-- <li class="nhl-o-menu__item"> <a class="nhl-o-menu__link " href="https://www.nhl.com/nhl/info/frequently-asked-questions"> <span class="nhl-o-menu__txt">FAQ</span> </a> </li> <li class="nhl-o-menu__item"> <a class="nhl-o-menu__link " href="https://www.nhl.com/nhl/index"> <span class="nhl-o-menu__txt">About Us</span> </a> </li> --> <li class="nhl-o-menu__item"> <a class="nhl-o-menu__link " href="https://www.nhl.com/info/careers"> <span class="nhl-o-menu__txt">Employment</span> </a> </li> </ul> </div> </div> </div> </div> </div> </div> </div> <!--footer ends here--> <script type="text/javascript"> /* NSI : 7/13/12 4:27 PM --- User agent add site as home screen on ipad case check*/ var ua = navigator.userAgent.toLowerCase(); var bool = false; if ((ua.indexOf('ipad') != -1) || (ua.indexOf('iphone') != -1) || (ua.indexOf('mobile') != -1)) { document.getElementById("Shell_Header").style.display = "none"; document.getElementById("Shell_Footer").style.display = "none"; document.title = "Philadelphia Flyers"; bool = true; } function updateOrientation() { viewport = document.querySelector("meta[name=viewport]"); switch (window.orientation) { case 0: window.scrollTo(0, 0) $('#alertMsg').css('z-index', '2147483647'); counter++ viewport.setAttribute('content', 'initial-scale=1,maximum-scale=1,user-scalable=no'); workAroundAdjust() $("#alertMsg img").css({ "left": "55%" }) break; case -90: window.scrollTo(0, 0) counter++ $("#appView").css("margin-left", "0px") viewport.setAttribute('content', ' initial-scale=1, maximum-scale=1,user-scalable=no'); $("#alertMsg").hide(); $('#sectionSelectorBoxView').css({ "bottom": (Constants.MAIN_VIEW_HEIGHT - window.innerHeight + 37) }); setTimeout(function () { $("#appView").width(1024); $("#appView").height(window.innerHeight); }, 300); break; case 90: counter++ window.scrollTo(0, 0) $("#appView").css("margin-left", "0px") viewport.setAttribute('content', 'initial-scale=1, maximum-scale=1,user-scalable=no'); $("#alertMsg").hide(); $('#sectionSelectorBoxView').css({ "bottom": (Constants.MAIN_VIEW_HEIGHT - window.innerHeight + 37) }) setTimeout(function () { $("#appView").width(1024); $("#appView").height(window.innerHeight); }, 300) break; case 180: $('#alertMsg').css('z-index', '2147483647'); counter++ viewport.setAttribute('content', 'initial-scale=1, maximum-scale=1,user-scalable=no'); workAroundAdjust() var userAgent = navigator.userAgent.toLowerCase(); $.browser.chrome = /crios/.test(navigator.userAgent.toLowerCase()); if ($.browser.chrome) { $("#alertMsg img").css({ "left": "55%" }) } break; } } function workAroundAdjust() { if (Constants.BROWSER_TYPE == Constants.BROWSER_SAFARI_MOBILE) { document.activeElement.blur(); } $("#alertMsg").width(document.documentElement.clientWidth); $("#alertMsg").height(document.documentElement.clientHeight); $("#alertMsg").show(); if (isClicked) { $("#alertMsg").width(900) $("#alertMsg").height(1024) $("#alertMsg img").width(409.33333) $("#alertMsg img").height(204.6666) $("#alertMsg img").css({ "left": "68%" }) } if (counter !== 0) { $("#alertMsg").width(900) $("#alertMsg").height(1024) $("#alertMsg img").width(409.33333) $("#alertMsg img").height(204.6666) $("#alertMsg img").css({ "left": "68%" }) } } function checkView() { if ((ua.indexOf('ipad') != -1) || (ua.indexOf('iphone') != -1) || (ua.indexOf('mobile') != -1)) { viewport = document.querySelector("meta[name=viewport]"); isClicked = false $("#Search_Box").bind("click", function () { isClicked = true }) counter = 0; if (window.orientation == 0 || window.orientation == 180) { $('#alertMsg').css('z-index', '2147483647'); $("#alertMsg").width(document.documentElement.clientWidth + 300) $("#alertMsg").height(document.documentElement.clientHeight + 335) $("#alertMsg").show(); $("#appView")[0].style.height = 672 + "px"; $("#appView")[0].style.width = 1024 + "px"; viewport.setAttribute('content', ' initial-scale=0.75, maximum-scale=0.75,user-scalable=no'); } else { viewport.setAttribute('content', 'initial-scale=1, maximum-scale=1'); $("#appView")[0].style.height = document.documentElement.clientHeight + "px"; setTimeout(function () { $("#appView").width(1024) }, 300) } } } </script> <div id="alertMsg"> <img src="images/alertMsg.png" alt="Landscape is the valid orientation"> </div> <div id="tourInitiator"></div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10