{"id":210,"date":"2023-09-11T09:47:17","date_gmt":"2023-09-11T07:47:17","guid":{"rendered":"https:\/\/vixylive.com\/nl\/?post_type=clients&#038;p=210"},"modified":"2024-10-01T12:00:07","modified_gmt":"2024-10-01T10:00:07","slug":"philips-hue","status":"publish","type":"clients","link":"https:\/\/vixylive.com\/nl\/klanten\/philips-hue\/","title":{"rendered":"Philips Hue Signify"},"content":{"rendered":"<section id=section-block-block_591e693161fa96e61fc478c290a364e4 class=\"section video_block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"isPartOf\"><div class=\"container\"><div class=\"block-row blocks-in-row-1\"><div class=\"block video-block\"><div class=\"inner-wrapper\"><div itemprop=\"text\" class=\"html-wrapper\"><div style=\"padding-bottom: 56.25%; position: relative;\">\r\n    <div id=\"kaltura_player_1697013397\" style=\"position:absolute; width:100%; height:100%\"><iframe\r\n            id=\"kaltura_player_1697013397\"\r\n            src=\"https:\/\/platform.vixyvideo.com\/p\/644\/sp\/64400\/embedIframeJs\/uiconf_id\/23460904\/partner_id\/644?iframeembed=true&#038;playerId=kaltura_player_1697013397&#038;entry_id=0_n4xpkm8h\"\r\n            width=\"100%\" height=\"100%\" allowfullscreen webkitallowfullscreen mozAllowFullScreen\r\n            allow=\"autoplay *; fullscreen *; encrypted-media *\" frameborder=\"0\">\r\n        <\/iframe><\/div>\r\n<\/div><\/div><\/div><\/div><\/div><\/div><\/section>\n\n<section id=section-block_35756947164df828ac9e0174036ecfce class=\"section slider_block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"hasPart\"><div class=\"container\"><div class=\"block-row blocks-in-row-2\"><div class=\"block slider-block\">\n                        <script type=\"text\/javascript\">\n\n                            (function($){\n\n                                $( document ).ready(function() {\n\n                                    \/\/\n                                    \/\/   Variables\n                                    \/\/\n                                    \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n\n                                    \/\/ Play with this value to change the speed\n                                    let tickerSpeed = 0.4;\n\n                                    let flickity = null;\n                                    let flickity2 = null;\n                                    \n                                    let isPaused = false;\n\n                                    const slideshowEl = document.querySelector('#slider-img-wrapper-1-block_35756947164df828ac9e0174036ecfce');\n                                    const slideshowEl2 = document.querySelector('#slider-img-wrapper-2-block_35756947164df828ac9e0174036ecfce');\n\n                                    \/\/\n                                    \/\/   Functions\n                                    \/\/\n                                    \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n\n                                    const update = () => {\n                                        if (isPaused) return;\n                                            if (flickity.slides) {\n                                                flickity.x = (flickity.x + tickerSpeed) % flickity.slideableWidth;\n                                                flickity.selectedIndex = flickity.dragEndRestingSelect();\n                                                flickity.updateSelectedSlide();\n                                                flickity.settle(flickity.x);\n                                            }\n\n                                            if (flickity2.slides) {\n                                                flickity2.x = (flickity2.x - tickerSpeed) % flickity2.slideableWidth;\n                                                flickity2.selectedIndex = flickity2.dragEndRestingSelect();\n                                                flickity2.updateSelectedSlide();\n                                                flickity2.settle(flickity2.x);\n                                            }\n\n                                            window.requestAnimationFrame(update);\n                                        };\n\n                                        const pause = () => {\n                                            isPaused = true;\n                                        };\n\n                                        const play = () => {\n                                        if (isPaused) {\n                                            isPaused = false;\n                                            window.requestAnimationFrame(update);\n                                        }\n                                    };\n\n                                    \/\/\n                                    \/\/   Create Flickity\n                                    \/\/\n                                    \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n\n                                    flickity = new Flickity(slideshowEl, {\n                                        autoPlay: false,\n                                        prevNextButtons: false,\n                                        pageDots: false,\n                                        draggable: true,\n                                        wrapAround: true,\n                                        lazyLoad: true,\n                                        imagesLoaded: true,\n                                        selectedAttraction: 0.015,\n                                        friction: 0.25\n                                    });\n\n                                    flickity.x = 0;\n\n                                    flickity2 = new Flickity(slideshowEl2, {\n                                        autoPlay: false,\n                                        prevNextButtons: false,\n                                        pageDots: false,\n                                        draggable: true,\n                                        wrapAround: true,\n                                        lazyLoad: true,\n                                        imagesLoaded: true,\n                                        selectedAttraction: 0.015,\n                                        friction: 0.25\n                                    });\n\n                                    flickity2.x = 0;\n\n                                    \/\/\n                                    \/\/   Add Event Listeners\n                                    \/\/\n                                    \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n\n                                    \/\/ slideshowEl.addEventListener('mouseenter', pause, false);\n                                    \/\/ slideshowEl.addEventListener('focusin', pause, false);\n                                    \/\/ slideshowEl.addEventListener('mouseleave', play, false);\n                                    \/\/ slideshowEl.addEventListener('focusout', play, false);\n\n                                    \/\/ flickity.on('dragStart', () => {\n                                    \/\/     isPaused = true;\n                                    \/\/ });\n\n                                    \/\/ \/\/Slider 2\n                                    \/\/ slideshowEl2.addEventListener('mouseenter', pause, false);\n                                    \/\/ slideshowEl2.addEventListener('focusin', pause, false);\n                                    \/\/ slideshowEl2.addEventListener('mouseleave', play, false);\n                                    \/\/ slideshowEl2.addEventListener('focusout', play, false);\n\n                                    \/\/ flickity2.on('dragStart', () => {\n                                    \/\/     isPaused = true;\n                                    \/\/ });\n\n                                    \/\/\n                                    \/\/   Start Ticker\n                                    \/\/\n                                    \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n\n                                    update();\n                                  \n                                });\n\n                            })(jQuery);\n\n                        <\/script>\n\n                    <div class=\"title-wrapper\"><H2 class=\"block-title\">Live event impressie<\/H2><\/div><div class=\"inner-wrapper\"><div id=\"slider-img-wrapper-1-block_35756947164df828ac9e0174036ecfce\" class=\"images-collection-wrapper slider-1\"><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"philips-hue-signify-3-1200x675\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/philips-hue-signify-3-1200x675-1.jpg\"\/><meta itemprop=\"name\" content=\"philips-hue-signify-3-1200x675\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/philips-hue-signify-3-1200x675-1.jpg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"Screenshot 2024-07-22 at 1.44.30\u202fPM\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Screenshot-2024-07-22-at-1.44.30\u202fPM-1200x675.png\"\/><meta itemprop=\"name\" content=\"Screenshot 2024-07-22 at 1.44.30\u202fPM\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Screenshot-2024-07-22-at-1.44.30\u202fPM-1200x675.png\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"Screenshot 2024-07-22 at 1.42.39\u202fPM\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Screenshot-2024-07-22-at-1.42.39\u202fPM-1200x675.png\"\/><meta itemprop=\"name\" content=\"Screenshot 2024-07-22 at 1.42.39\u202fPM\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Screenshot-2024-07-22-at-1.42.39\u202fPM-1200x675.png\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><meta itemprop=\"description\" content=\"live event production philips\"><img decoding=\"async\" itemprop=\"image\" title=\"Home-Live-Event-Large\" alt=\"live event production philips\" width=\"800\" height=\"450\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/Home-Live-Event-Large-800x450.jpg\"\/><meta itemprop=\"name\" content=\"Home-Live-Event-Large\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/Home-Live-Event-Large-800x450.jpg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><meta itemprop=\"description\" content=\"Light bulb\"><img decoding=\"async\" itemprop=\"image\" title=\"_DSC3356\" alt=\"Light bulb\" width=\"800\" height=\"450\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/DSC3356-800x450.jpg\"\/><meta itemprop=\"name\" content=\"_DSC3356\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/DSC3356-800x450.jpg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"DSC09790 Large\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/DSC09790-Large-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"DSC09790 Large\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/DSC09790-Large-1200x675.jpeg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"DSC09881 Large\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/DSC09881-Large-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"DSC09881 Large\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/DSC09881-Large-1200x675.jpeg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"Screenshot 2024-07-22 at 1.43.21\u202fPM\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Screenshot-2024-07-22-at-1.43.21\u202fPM-1200x675.png\"\/><meta itemprop=\"name\" content=\"Screenshot 2024-07-22 at 1.43.21\u202fPM\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Screenshot-2024-07-22-at-1.43.21\u202fPM-1200x675.png\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"Philips Hue Signify_2 Large\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Philips-Hue-Signify_2-Large-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"Philips Hue Signify_2 Large\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Philips-Hue-Signify_2-Large-1200x675.jpeg\"><\/figure><\/div><div id=\"slider-img-wrapper-2-block_35756947164df828ac9e0174036ecfce\" class=\"images-collection-wrapper slider-2\"><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"Screenshot 2024-07-22 at 1.30.11\u202fPM\" alt=\"\" width=\"874\" height=\"491\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Screenshot-2024-07-22-at-1.30.11\u202fPM.png\"\/><meta itemprop=\"name\" content=\"Screenshot 2024-07-22 at 1.30.11\u202fPM\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Screenshot-2024-07-22-at-1.30.11\u202fPM.png\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"Screenshot 2024-07-22 at 1.45.26\u202fPM\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Screenshot-2024-07-22-at-1.45.26\u202fPM-1200x675.png\"\/><meta itemprop=\"name\" content=\"Screenshot 2024-07-22 at 1.45.26\u202fPM\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Screenshot-2024-07-22-at-1.45.26\u202fPM-1200x675.png\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><meta itemprop=\"description\" content=\"Light bulb\"><img decoding=\"async\" itemprop=\"image\" title=\"_DSC3356\" alt=\"Light bulb\" width=\"800\" height=\"450\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/DSC3356-800x450.jpg\"\/><meta itemprop=\"name\" content=\"_DSC3356\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/DSC3356-800x450.jpg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"DSC09832 Large\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/DSC09832-Large-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"DSC09832 Large\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/DSC09832-Large-1200x675.jpeg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><meta itemprop=\"description\" content=\"Spreker bij live stream event\"><img decoding=\"async\" itemprop=\"image\" title=\"Spreker bij live stream event\" alt=\"Spreker bij live stream event\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Philips-Hue-Signify_3-Large-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"Spreker bij live stream event\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Philips-Hue-Signify_3-Large-1200x675.jpeg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"Philips Hue Signify_2 Large\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Philips-Hue-Signify_2-Large-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"Philips Hue Signify_2 Large\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Philips-Hue-Signify_2-Large-1200x675.jpeg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"Screenshot\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Screenshot-2024-07-22-at-1.43.48\u202fPM-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"Screenshot\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Screenshot-2024-07-22-at-1.43.48\u202fPM-1200x675.jpeg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><meta itemprop=\"description\" content=\"Broadcast warehouse\"><img decoding=\"async\" itemprop=\"image\" title=\"philips-hue-signify-1\" alt=\"Broadcast warehouse\" width=\"800\" height=\"450\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/philips-hue-signify-1-800x450.jpg\"\/><meta itemprop=\"name\" content=\"philips-hue-signify-1\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/philips-hue-signify-1-800x450.jpg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><meta itemprop=\"description\" content=\"live event production vixy live\"><img decoding=\"async\" itemprop=\"image\" title=\"Home-Live-Event-Large-2\" alt=\"live event production vixy live\" width=\"800\" height=\"450\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/Home-Live-Event-Large-2-800x450.jpg\"\/><meta itemprop=\"name\" content=\"Home-Live-Event-Large-2\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/Home-Live-Event-Large-2-800x450.jpg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"DSC09898 Large\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/DSC09898-Large-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"DSC09898 Large\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/DSC09898-Large-1200x675.jpeg\"><\/figure><\/div><\/div><\/div><\/div><\/div><\/section>\n\n<section id=section-block-block_ce95adbeea39f1ede8c809a4ca10c201 class=\"section block_content\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"hasPart\"><div class=\"container\"><div class=\"block-row blocks-in-row-1\"><div class=\"block content-block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"isPartOf\"><div class=\"inner-wrapper\"><div class=\"title-wrapper\"><H3 class=\"block-title\">Wat is het Philips Hue Signify Event?<\/H3><\/div><div itemprop=\"text\" class=\"content-wrapper\"><p>Philips Hue, het slimme verlichtingssysteem waarmee gebruikers de kleur en intensiteit van hun verlichting kunnen aanpassen via een app of stemassistent, blijft zich vernieuwen. De innovaties moeten natuurlijk internationaal gepresenteerd worden aan pers, retailers en consumenten. Voorheen gebeurde dat vooral via livedemonstraties op vakbeurzen. Tot de tijd aanbrak om het helemaal anders te doen. Vernieuwender, globaler. VIXY bedacht het concept voor Philips Hue&#8217;s online productlancering met dezelfde premium uitstraling als de producten zelf.<\/p>\n<\/div><\/div><\/div><\/div><\/div><\/section>\n\n<section id=section-block-block_ab6c63557160c57cf9810befa4697084  data-bg-variation=\"dark-green\" data-image-layout-variation=\"break-out-pattern\" class=\"section block_content_and_image_left contains-bg-color\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"hasPart\"><div class=\"container\"><div class=\"block-row blocks-in-row-2\"><div class=\"block content-block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"isPartOf\"><div class=\"inner-wrapper\"><div class=\"title-wrapper\"><H2 class=\"block-title\">De uitdaging: Traditionele doelgroep betrekken bij online productlancering<\/H2><\/div><div itemprop=\"text\" class=\"content-wrapper\"><p>Hoe krijg je een doelgroep die gewend is aan traditionele beurspresentaties mee in een online lanceringsevent? Door een concept neer te zetten dat perfect past bij het merk! VIXY bedacht een concept met dezelfde cleane look \u00e9n dezelfde ongekende mogelijkheden als de Philips Hue verlichting zelf. Daarmee werd de productlancering naar een hoger niveau getild.<\/p>\n<\/div><\/div><\/div><div class=\"block image-block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"isPartOf\"><div class=\"inner-wrapper\"><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><meta itemprop=\"text\" content=\"webinar broadcast Philips HUE\"><img decoding=\"async\" title=\"philips-hue-signify-3\" alt=\"webinar broadcast Philips HUE\" width=\"800\" height=\"450\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/philips-hue-signify-3-800x450.jpg\"\/><meta itemprop=\"name\" content=\"philips-hue-signify-3\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/philips-hue-signify-3-800x450.jpg\"><\/figure><\/div><\/div><\/div><\/div><\/section>\n\n<section id=section-block_375e2b32f71c8f95393daf4c6f4fc180  data-image-layout-variation=\"break-out-pattern\" class=\"section block_image_and_content_left\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"hasPart\"><div class=\"container\"><div class=\"block-row blocks-in-row-2\"><div class=\"block image-block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"isPartOf\"><div class=\"inner-wrapper\"><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" title=\"Philips-Hue-Signify_1-Large-1200x675.jpeg\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Philips-Hue-Signify_1-Large-1200x675.jpeg-1.webp\"\/><meta itemprop=\"name\" content=\"Philips-Hue-Signify_1-Large-1200x675.jpeg\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Philips-Hue-Signify_1-Large-1200x675.jpeg-1.webp\"><\/figure><\/div><\/div><div class=\"block content-block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"isPartOf\"><div class=\"inner-wrapper\"><div class=\"title-wrapper\"><H2 class=\"block-title\">De oplossing: Een hybride live ervaring<\/H2><\/div><div itemprop=\"description\" class=\"content-wrapper\"><p>Veelzijdige hightech-verlichting verdient een veelzijdige online productlancering. Geen statische presentatie vanuit een greenscreen-studio met weinig extra mogelijkheden maar een visueel aantrekkelijk programma waarin techniek optimaal wordt ingezet. Om de hoogst mogelijk productiewaarde binnen het gestelde budget te cre\u00ebren ontwikkelde VIXY een hybride evenement: de lancering werd opgenomen, gemonteerd en op een later tijdstip uitgezonden in de verschillende tijdzones. Toch voelde het voor de kijkers wereldwijd alsof het live was. Hoe? Door product managers die tijdens de uitzendingen klaar zaten om vragen via de chat te beantwoorden, waardoor de lancering net zo interactief was als een live-uitzending.<\/p>\n<\/div><\/div><\/div><\/div><\/div><\/section>\n\n<section id=section-block-block_7e286d72658649331122a5bba1fe8f77  data-bg-variation=\"dark-green\" data-image-layout-variation=\"break-out-pattern\" class=\"section block_content_and_image_left contains-bg-color\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"hasPart\"><div class=\"container\"><div class=\"block-row blocks-in-row-2\"><div class=\"block content-block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"isPartOf\"><div class=\"inner-wrapper\"><div class=\"title-wrapper\"><H2 class=\"block-title\">De rol van Vixy<\/H2><\/div><div itemprop=\"text\" class=\"content-wrapper\"><p>Bij Philip Hue\u2019s online productlancering was VIXY verantwoordelijk voor de locatie, de visuele vormgeving, de productie, het script en het draaiboek van het evenement. Daarnaast verzorgde VIXY de complete techniek. Niels Buningh, Managing Partner van VIXY: \u201cOns uitgangspunt: wat is de wens van Philips Hue en welke van onze platformoplossingen past daarbij? Vervolgens is die oplossing ge\u00efmplementeerd \u2013 van techniek tot productie. Na een nauwgezette voorbereiding kon een gezamenlijke afsluiting niet ontbreken. Het VIXY-kantoor werd omgetoverd tot bioscoop om, onder het genot van een hapje en drankje, met alle betrokkenen de uitzending te bekijken. Fijn, om ook dit laatste stukje van de productie als VIXY te kunnen faciliteren!\u201d<\/p>\n<\/div><\/div><\/div><div class=\"block image-block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"isPartOf\"><div class=\"inner-wrapper\"><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" title=\"BTS Crew_7 Large\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/BTS-Crew_7-Large-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"BTS Crew_7 Large\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/BTS-Crew_7-Large-1200x675.jpeg\"><\/figure><\/div><\/div><\/div><\/div><\/section>\n\n<section id=section-block-block_d48b8924838e35843cb8e7c6e6853ade class=\"section block_content\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"hasPart\"><div class=\"container\"><div class=\"block-row blocks-in-row-1\"><div class=\"block content-block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"isPartOf\"><div class=\"inner-wrapper\"><div class=\"title-wrapper\"><H2 class=\"block-title\">Ook een online productlancering organiseren? Wij denken graag mee!<\/H2><\/div><div itemprop=\"text\" class=\"content-wrapper\"><p>Neem vrijblijvend contact met ons op om de mogelijkheden voor jouw lancering tegen het licht \u2013 pun intended! \u2013 te houden.<\/p>\n<\/div><\/div><\/div><\/div><\/div><\/section>\n\n<section id=section-block-block_9d7185444a769d19f78b14992b5d6f66 class=\"section featured-clients-block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"isPartOf\"><div class=\"background-elem\" style=\"background-image:url(https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/pexels-nino-souza-1870438-scaled.jpg)\"><div class=\"container\"><\/div><\/div><div class=\"container\"><div class=\"block-row blocks-in-row-1\"><div class=\"block featured-clients-block collection-overview-block\">\n                        <script type=\"text\/javascript\">\n\n                            (function($){\n\n                                $( document ).ready(function() {\n\n                                    $( '#section-block-block_9d7185444a769d19f78b14992b5d6f66 .collection-wrapper' ).flickity({\n                                        cellAlign: 'left',\n                                        \/\/ contain: true,\n                                        groupCells: true,\n                                        lazyLoad: true,\n                                        imagesLoaded: true,\n                                        pageDots: false\n                                    });\n                                  \n                                });\n\n                            })(jQuery);\n\n                        <\/script>\n\n                    <div class=\"inner-content\"><div class=\"title-wrapper\"><H2 class=\"block-title\">Proud to help grow hundreds of companies<\/H2><\/div><div class=\"query-overview-button-wrapper\"><a  title=\"Explore all clients\" href=\"https:\/\/vixylive.com\/clients\/\" class=\"button white\">Explore all clients<\/a><\/div><\/div><div class=\"collection-wrapper\" itemscope itemtype=\"https:\/\/schema.org\/Collection\"><div class=\"list-item clients\"><span class=\"part clients-part\" itemscope itemtype=\"https:\/\/schema.org\/Article\"><article><div class=\"thumb\"><meta content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ASML-Event-800x450.jpg\" itemprop=\"image\"><img decoding=\"async\" width=\"800\" height=\"450\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ASML-Event-800x450.jpg\" class=\"attachment-landscape size-landscape wp-post-image\" alt=\"Virtual Live event ASML\" srcset=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ASML-Event-800x450.jpg 800w, https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ASML-Event-300x169.jpg 300w, https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ASML-Event-1024x576.jpg 1024w, https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ASML-Event-768x432.jpg 768w, https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ASML-Event-1536x864.jpg 1536w, https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ASML-Event-1440x810.jpg 1440w, https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ASML-Event.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/div><div class=\"inner-wrapper\"><h2 class=\"part-title\" itemprop=\"headline\">ASML<\/h2><div class=\"part-desc\">Toen COVID-19 dreigde onze jaarlijkse Technologieconferentie stil te leggen, hebben we het..<\/div><\/div><\/article><meta content=\"09\/10\/2023\" itemprop=\"datePublished\"><meta content=\"11\/10\/2023\" itemprop=\"dateModified\"><meta content=\"thijs\" itemprop=\"author\"><div class=\"meta-tag-wrapper\" itemprop=\"publisher\" itemscope itemtype=\"https:\/\/schema.org\/Organization\"><meta content=\"VIXY Live\" itemprop=\"name\"><div itemprop=\"logo\" itemscope itemtype=\"https:\/\/schema.org\/ImageObject\"><meta itemprop=\"url\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/themes\/vixy\/assets\/dist\/images\/logo.svg\"><\/div><\/div><\/span><\/div><div class=\"list-item clients\"><span class=\"part clients-part\" itemscope itemtype=\"https:\/\/schema.org\/Article\"><article><div class=\"thumb\"><meta content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/JBL-red-bull-dive-800x450.jpg\" itemprop=\"image\"><img decoding=\"async\" width=\"800\" height=\"450\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/JBL-red-bull-dive-800x450.jpg\" class=\"attachment-landscape size-landscape wp-post-image\" alt=\"camera JBL Redbull\" \/><\/div><div class=\"inner-wrapper\"><h2 class=\"part-title\" itemprop=\"headline\">Harman &#8211; Explore 2022<\/h2><div class=\"part-desc\">Harman organiseerde een meerdaags hybride evenement voor de pers en distributeurs om inzicht te..<\/div><\/div><\/article><meta content=\"09\/10\/2023\" itemprop=\"datePublished\"><meta content=\"11\/10\/2023\" itemprop=\"dateModified\"><meta content=\"thijs\" itemprop=\"author\"><div class=\"meta-tag-wrapper\" itemprop=\"publisher\" itemscope itemtype=\"https:\/\/schema.org\/Organization\"><meta content=\"VIXY Live\" itemprop=\"name\"><div itemprop=\"logo\" itemscope itemtype=\"https:\/\/schema.org\/ImageObject\"><meta itemprop=\"url\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/themes\/vixy\/assets\/dist\/images\/logo.svg\"><\/div><\/div><\/span><\/div><div class=\"list-item clients\"><span class=\"part clients-part\" itemscope itemtype=\"https:\/\/schema.org\/Article\"><article><div class=\"thumb\"><meta content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ING-Orange-Live-800x450.jpg\" itemprop=\"image\"><img decoding=\"async\" width=\"800\" height=\"450\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ING-Orange-Live-800x450.jpg\" class=\"attachment-landscape size-landscape wp-post-image\" alt=\"Live broadcasting ING\" \/><\/div><div class=\"inner-wrapper\"><h2 class=\"part-title\" itemprop=\"headline\">ING Orange Live<\/h2><div class=\"part-desc\">ING Orange live gaat over thema&#8217;s die invloed hebben op jou en jouw wereldwijde bedrijf. Haal..<\/div><\/div><\/article><meta content=\"09\/10\/2023\" itemprop=\"datePublished\"><meta content=\"11\/10\/2023\" itemprop=\"dateModified\"><meta content=\"thijs\" itemprop=\"author\"><div class=\"meta-tag-wrapper\" itemprop=\"publisher\" itemscope itemtype=\"https:\/\/schema.org\/Organization\"><meta content=\"VIXY Live\" itemprop=\"name\"><div itemprop=\"logo\" itemscope itemtype=\"https:\/\/schema.org\/ImageObject\"><meta itemprop=\"url\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/themes\/vixy\/assets\/dist\/images\/logo.svg\"><\/div><\/div><\/span><\/div><div class=\"list-item clients\"><span class=\"part clients-part\" itemscope itemtype=\"https:\/\/schema.org\/Article\"><article><div class=\"thumb\"><meta content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/Home-Live-Event-Large-1-800x450.jpg\" itemprop=\"image\"><img decoding=\"async\" width=\"800\" height=\"450\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/Home-Live-Event-Large-1-800x450.jpg\" class=\"attachment-landscape size-landscape wp-post-image\" alt=\"live event production vixy live\" srcset=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/Home-Live-Event-Large-1-800x450.jpg 800w, https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/Home-Live-Event-Large-1-1440x810.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/div><div class=\"inner-wrapper\"><h2 class=\"part-title\" itemprop=\"headline\">Philips Hue Signify<\/h2><div class=\"part-desc\">Elk jaar organiseert Signify een evenement voor de pers om hun nieuwe producten en nieuwe..<\/div><\/div><\/article><meta content=\"11\/09\/2023\" itemprop=\"datePublished\"><meta content=\"01\/10\/2024\" itemprop=\"dateModified\"><meta content=\"sara\" itemprop=\"author\"><div class=\"meta-tag-wrapper\" itemprop=\"publisher\" itemscope itemtype=\"https:\/\/schema.org\/Organization\"><meta content=\"VIXY Live\" itemprop=\"name\"><div itemprop=\"logo\" itemscope itemtype=\"https:\/\/schema.org\/ImageObject\"><meta itemprop=\"url\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/themes\/vixy\/assets\/dist\/images\/logo.svg\"><\/div><\/div><\/span><\/div><div class=\"list-item clients\"><span class=\"part clients-part\" itemscope itemtype=\"https:\/\/schema.org\/Article\"><article><div class=\"thumb\"><meta content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ocean-cleanup-event-4.jpg\" itemprop=\"image\"><img decoding=\"async\" width=\"768\" height=\"379\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ocean-cleanup-event-4.jpg\" class=\"attachment-landscape size-landscape wp-post-image\" alt=\"Live event Ocean cleanup\" srcset=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ocean-cleanup-event-4.jpg 768w, https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/ocean-cleanup-event-4-300x148.jpg 300w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/><\/div><div class=\"inner-wrapper\"><h2 class=\"part-title\" itemprop=\"headline\">The Ocean Cleanup<\/h2><div class=\"part-desc\">Tijdens dit evenement lanceerde The Ocean Cleanup het eerste product gemaakt van plastic dat..<\/div><\/div><\/article><meta content=\"09\/10\/2023\" itemprop=\"datePublished\"><meta content=\"11\/10\/2023\" itemprop=\"dateModified\"><meta content=\"thijs\" itemprop=\"author\"><div class=\"meta-tag-wrapper\" itemprop=\"publisher\" itemscope itemtype=\"https:\/\/schema.org\/Organization\"><meta content=\"VIXY Live\" itemprop=\"name\"><div itemprop=\"logo\" itemscope itemtype=\"https:\/\/schema.org\/ImageObject\"><meta itemprop=\"url\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/themes\/vixy\/assets\/dist\/images\/logo.svg\"><\/div><\/div><\/span><\/div><\/div><\/div><\/div><\/div><\/section>\n\n<section id=section-block-block_35b162fdebb53f1d71db716a776336de class=\"section content_and_form contains-bg-color\" data-bg-variation=\"black\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"hasPart\"><div class=\"container\"><div class=\"block-row blocks-in-row-2\"><div class=\"block content-block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"isPartOf\"><div class=\"inner-wrapper\"><div class=\"title-wrapper\"><H2 class=\"block-title\">Lets talk about your next project!<\/H2><\/div><div itemprop=\"text\" class=\"content-wrapper\"><p>Neem vrijblijvend contact met ons op om de mogelijkheden voor jouw volgende live-event te bespreken.<\/p>\n<\/div><\/div><\/div><div class=\"block form-block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"isPartOf\"><div class=\"inner-wrapper\"><script>\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_7' ><div id='gf_7' class='gform_anchor' tabindex='-1'><\/div>\n                        <div class='gform_heading'>\n\t\t\t\t\t\t\t<p class='gform_required_legend'>&quot;<span class=\"gfield_required gfield_required_asterisk\">*<\/span>&quot; geeft vereiste velden aan<\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_7' id='gform_7'  action='\/nl\/wp-json\/wp\/v2\/clients\/210#gf_7' data-formid='7' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_7' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_7_1\" class=\"gfield gfield--type-text gfield--input-type-text field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_7_1'>Voor- en achternaam<\/label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_7_1' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_7_3\" class=\"gfield gfield--type-email gfield--input-type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_7_3'>Werk e-mailadres<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_3' id='input_7_3' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_7_9\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_7_9'>Telefoonnummer<\/label><div class='ginput_container ginput_container_number'><input name='input_9' id='input_7_9' type='number' step='any'   value='' class='large'      aria-invalid=\"false\"  \/><\/div><\/div><div id=\"field_7_10\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_7_10'>Waar kunnen we je mee helpen?<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_10' id='input_7_10' class='textarea small'      aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><fieldset id=\"field_7_7\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Privacy statement<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox ' id='input_7_7'><div class='gchoice gchoice_7_7_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_7.1' type='checkbox'  value='true'  id='choice_7_7_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_7_7_1' id='label_7_7_1' class='gform-field-label gform-field-label--type-inline'>Ik ga akkoord met de <a href=\"https:\/\/vixylive.com\/nl\/voorwaarden\/\">voorwaarden<\/a><\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><\/fieldset><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <button type=\"submit\" id=\"gform_submit_button_7\" class=\"gform_button button\" onclick=\"gform.submission.handleButtonClick(this);\" data-submission-type=\"submit\">Verzenden<\/button> <input type='hidden' name='gform_ajax' value='form_id=7&amp;title=&amp;description=&amp;tabindex=0&amp;theme=gravity-theme&amp;styles=[]&amp;hash=e4b7fbd98d41db636269d776e7b542a4' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_7' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_7' id='gform_theme_7' value='gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_7' id='gform_style_settings_7' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_7' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='7' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='SciL9UxYQc3DonV5N8HBo0dcnDK+cCujiDv2rj7Xf0sxtvfPl4f8TgbqRNeunwgNr4H+l5sHyYPzuDGXBst6bSMyNQgiRyfLfaMz44czUtwg8F8=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_7' value='WyJ7XCI3LjFcIjpcIjNjN2YyYWU4ZWYyMTVjYTdkNjJmMzg0MzcxMmE0MmQ3XCJ9IiwiNmFjNzMxZDJmMzE4OWJlNTU5ZTJjMWQwYjk3ZDU3NjAiXQ==' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_7' id='gform_target_page_number_7' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_7' id='gform_source_page_number_7' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_7' id='gform_ajax_frame_7' title='Dit iframe bevat de vereiste logica om Ajax aangedreven Gravity Forms te verwerken.'><\/iframe>\n\t\t                <script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 7, 'https:\/\/vixylive.com\/nl\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_7').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_7');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_7').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_7').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_7').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_7').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_7').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_7').val();gformInitSpinner( 7, 'https:\/\/vixylive.com\/nl\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [7, current_page]);window['gf_submitting_7'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_7').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_7').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [7]);window['gf_submitting_7'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_7').text());}else{jQuery('#gform_7').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"7\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_7\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_7\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_7\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 7, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n<\/div><\/div><\/div><\/div><\/section>","protected":false},"excerpt":{"rendered":"<p>Elk jaar organiseert Signify een evenement voor de pers om hun nieuwe producten en nieuwe softwarefunctionaliteit onder de aandacht te brengen. VIXY Live heeft een geheel nieuw concept gecre\u00eberd om het jaarlijkse evenement naar een hoger niveau te tillen. Van concept tot technische productie en het streamen via ons eigen platform.<\/p>\n","protected":false},"featured_media":393,"template":"","meta":{"_acf_changed":false,"editor_notices":[]},"case-category":[13],"class_list":["post-210","clients","type-clients","status-publish","has-post-thumbnail","hentry","case-category-externe-communicatie"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Philips Hue Signify - VIXY Live<\/title>\n<meta name=\"description\" content=\"Elevate your product launch! Ditch traditional trade shows and embrace a global online launch with VIXY&#039;s innovative approach.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vixylive.com\/nl\/klanten\/philips-hue\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Philips Hue Signify - VIXY Live\" \/>\n<meta property=\"og:description\" content=\"Elevate your product launch! Ditch traditional trade shows and embrace a global online launch with VIXY&#039;s innovative approach.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vixylive.com\/nl\/klanten\/philips-hue\/\" \/>\n<meta property=\"og:site_name\" content=\"VIXY Live\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-01T10:00:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/Home-Live-Event-Large-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1500\" \/>\n\t<meta property=\"og:image:height\" content=\"1000\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuut\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/vixylive.com\/nl\/klanten\/philips-hue\/\",\"url\":\"https:\/\/vixylive.com\/nl\/klanten\/philips-hue\/\",\"name\":\"Philips Hue Signify - VIXY Live\",\"isPartOf\":{\"@id\":\"https:\/\/vixylive.com\/nl\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/vixylive.com\/nl\/klanten\/philips-hue\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/vixylive.com\/nl\/klanten\/philips-hue\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/Home-Live-Event-Large-1.jpg\",\"datePublished\":\"2023-09-11T07:47:17+00:00\",\"dateModified\":\"2024-10-01T10:00:07+00:00\",\"description\":\"Elevate your product launch! Ditch traditional trade shows and embrace a global online launch with VIXY's innovative approach.\",\"breadcrumb\":{\"@id\":\"https:\/\/vixylive.com\/nl\/klanten\/philips-hue\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/vixylive.com\/nl\/klanten\/philips-hue\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/vixylive.com\/nl\/klanten\/philips-hue\/#primaryimage\",\"url\":\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/Home-Live-Event-Large-1.jpg\",\"contentUrl\":\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/Home-Live-Event-Large-1.jpg\",\"width\":1500,\"height\":1000,\"caption\":\"live event production vixy live\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/vixylive.com\/nl\/klanten\/philips-hue\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/vixylive.com\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Philips Hue Signify\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/vixylive.com\/nl\/#website\",\"url\":\"https:\/\/vixylive.com\/nl\/\",\"name\":\"VIXY Live\",\"description\":\"Webinars, Hybride Live Events en In-House Studio&#039;s\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/vixylive.com\/nl\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Philips Hue Signify - VIXY Live","description":"Elevate your product launch! Ditch traditional trade shows and embrace a global online launch with VIXY's innovative approach.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vixylive.com\/nl\/klanten\/philips-hue\/","og_locale":"nl_NL","og_type":"article","og_title":"Philips Hue Signify - VIXY Live","og_description":"Elevate your product launch! Ditch traditional trade shows and embrace a global online launch with VIXY's innovative approach.","og_url":"https:\/\/vixylive.com\/nl\/klanten\/philips-hue\/","og_site_name":"VIXY Live","article_modified_time":"2024-10-01T10:00:07+00:00","og_image":[{"width":1500,"height":1000,"url":"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/Home-Live-Event-Large-1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Geschatte leestijd":"1 minuut"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vixylive.com\/nl\/klanten\/philips-hue\/","url":"https:\/\/vixylive.com\/nl\/klanten\/philips-hue\/","name":"Philips Hue Signify - VIXY Live","isPartOf":{"@id":"https:\/\/vixylive.com\/nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vixylive.com\/nl\/klanten\/philips-hue\/#primaryimage"},"image":{"@id":"https:\/\/vixylive.com\/nl\/klanten\/philips-hue\/#primaryimage"},"thumbnailUrl":"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/Home-Live-Event-Large-1.jpg","datePublished":"2023-09-11T07:47:17+00:00","dateModified":"2024-10-01T10:00:07+00:00","description":"Elevate your product launch! Ditch traditional trade shows and embrace a global online launch with VIXY's innovative approach.","breadcrumb":{"@id":"https:\/\/vixylive.com\/nl\/klanten\/philips-hue\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vixylive.com\/nl\/klanten\/philips-hue\/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/vixylive.com\/nl\/klanten\/philips-hue\/#primaryimage","url":"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/Home-Live-Event-Large-1.jpg","contentUrl":"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/Home-Live-Event-Large-1.jpg","width":1500,"height":1000,"caption":"live event production vixy live"},{"@type":"BreadcrumbList","@id":"https:\/\/vixylive.com\/nl\/klanten\/philips-hue\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vixylive.com\/nl\/"},{"@type":"ListItem","position":2,"name":"Philips Hue Signify"}]},{"@type":"WebSite","@id":"https:\/\/vixylive.com\/nl\/#website","url":"https:\/\/vixylive.com\/nl\/","name":"VIXY Live","description":"Webinars, Hybride Live Events en In-House Studio&#039;s","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vixylive.com\/nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"}]}},"_links":{"self":[{"href":"https:\/\/vixylive.com\/nl\/wp-json\/wp\/v2\/clients\/210","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vixylive.com\/nl\/wp-json\/wp\/v2\/clients"}],"about":[{"href":"https:\/\/vixylive.com\/nl\/wp-json\/wp\/v2\/types\/clients"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vixylive.com\/nl\/wp-json\/wp\/v2\/media\/393"}],"wp:attachment":[{"href":"https:\/\/vixylive.com\/nl\/wp-json\/wp\/v2\/media?parent=210"}],"wp:term":[{"taxonomy":"case-category","embeddable":true,"href":"https:\/\/vixylive.com\/nl\/wp-json\/wp\/v2\/case-category?post=210"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}