
{"id":198,"date":"2007-02-05T00:24:30","date_gmt":"2007-02-04T23:24:30","guid":{"rendered":"http:\/\/www.matthijskamstra.nl\/blog\/index.php\/2007\/02\/05\/flash-experiments-flashbox-part-3\/"},"modified":"2007-02-05T15:44:57","modified_gmt":"2007-02-05T14:44:57","slug":"flash-experiments-flashbox-part-3","status":"publish","type":"post","link":"https:\/\/www.matthijskamstra.nl\/blog\/2007\/02\/05\/flash-experiments-flashbox-part-3\/","title":{"rendered":"Flash experiments: Flashbox &#8211; part 3"},"content":{"rendered":"<div class=\"highlight\"><strong>Update: <\/strong>Check the <a href=\"http:\/\/www.matthijskamstra.nl\/laboratory\/flashbox\/\" title=\"Flashbox; another box\">Flashbox<\/a> directory or <a href=\"http:\/\/www.matthijskamstra.nl\/blog\/index.php\/category\/flashbox\/\" title=\"Because it's work in progress\">more post about FlashBox<\/a> for recent update<\/div>\n<p><strong>Lightbox Javascript to Flashbox Javascript<\/strong><br \/>\nBugs in the Lightbox script:<\/p>\n<ol>\n<li>Lightbox doesn&#8217;t follow when the window is scrolled, I&#8217;ve fixed this bug<\/li>\n<li>if no Image (broken link) is loaded, there is no way to stop this process, and you get no feedback<\/li>\n<\/ol>\n<p><strong>Bug #1:<\/strong> My fix for the scroll bug:<\/p>\n<pre>\r\n<code>\r\nfunction onscrollChange ()\r\n{\r\n\tvar arrayPageSize = getPageSize ();\r\n\tvar arrayPageScroll = getPageScroll ();\r\n\tvar lightboxTop = arrayPageScroll [1] + (arrayPageSize [3] \/ 15);\r\n\tsetTop ('flashcontent', arrayPageScroll [1]);\r\n\r\n}\r\n<\/code>\r\n<\/pre>\n<p>and in the showFlashbox function I started to check if the window is scrolled:<br \/>\n<code>window.onscroll = onscrollChange;<\/code><\/p>\n<p><strong>Bug #2:<\/strong> This is a bug which will not be fixed in javascipt, but in Flash.<\/p>\n<p><strong>Lightbox HTML to Flashbox HTML<\/strong><\/p>\n<p>use this doctype in your html files, you need it if you want layers (<code><\/p>\n<div><\/code>) to have a 100% width and height:<\/p>\n<pre>\r\n<code>\r\n<!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD XHTML 1.0 Strict\/\/EN\" http:\/\/www.w3.org\/TR\/xhtml1\/DTD\/xhtml1-strict.dtd\">\r\n<\/code><\/pre>\n<p>put the following lines in you directory structure and html:<\/p>\n<pre><code><script type=\"text\/javascript\" src=\"js\/swfobject.js\"><\/script>\r\n<script type=\"text\/javascript\" src=\"js\/flashbox.js\"><\/script>\r\n<link rel=\"stylesheet\" type=\"text\/css\" href=\"css\/flashbox.css\" \/><\/code><\/pre>\n<p><strong>Lightbox CSS to Flashbox CC<\/strong><\/p>\n<pre>\r\n<code>\r\nbody,html  {height: 100%;margin: 0;padding: 0;}\r\n#overlay{\r\n\tposition: absolute;\r\n\ttop: 0;\r\n\tleft: 0;\r\n\tz-index: 90;\r\n\twidth: 100%;\r\n\theight: 500px;\r\n\tbackground-color: #000;\r\n\tfilter: alpha(opacity=60);\r\n\t-moz-opacity: 0.6;\r\n\topacity: 0.6;\r\n}\r\n#flashcontent{\r\n\theight: 100%;\r\n\tposition: absolute;\r\n\ttop: 0;\r\n\tleft: 0;\r\n\twidth: 100%;\r\n\tz-index: 100;\r\n\ttext-align: center;\r\n\tline-height: 0;\r\n}\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Update: Check the Flashbox directory or more post about FlashBox for recent update Lightbox Javascript to Flashbox Javascript Bugs in the Lightbox script: Lightbox doesn&#8217;t follow when the window is scrolled, I&#8217;ve fixed this bug if no Image (broken link) is loaded, there is no way to stop this process, and you get no feedback [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,15,16],"tags":[39,40,398,405],"class_list":["post-198","post","type-post","status-publish","format-standard","hentry","category-flash","category-flash-experiments","category-flashbox","tag-as2","tag-experiments","tag-flash","tag-flashbox"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Update: Check the Flashbox directory or more post about FlashBox for recent update Lightbox Javascript to Flashbox Javascript Bugs in the Lightbox script: Lightbox doesn&#039;t follow when the window is scrolled, I&#039;ve fixed this bug if no Image (broken link) is loaded, there is no way to stop this process, and you get no feedback\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Matthijs Kamstra\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.matthijskamstra.nl\/blog\/2007\/02\/05\/flash-experiments-flashbox-part-3\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"[mck] | a polymath zapper\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Flash experiments: Flashbox \u2013 part 3 | [mck]\" \/>\n\t\t<meta property=\"og:description\" content=\"Update: Check the Flashbox directory or more post about FlashBox for recent update Lightbox Javascript to Flashbox Javascript Bugs in the Lightbox script: Lightbox doesn&#039;t follow when the window is scrolled, I&#039;ve fixed this bug if no Image (broken link) is loaded, there is no way to stop this process, and you get no feedback\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.matthijskamstra.nl\/blog\/2007\/02\/05\/flash-experiments-flashbox-part-3\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2007-02-04T23:24:30+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2007-02-05T14:44:57+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Flash experiments: Flashbox \u2013 part 3 | [mck]\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Update: Check the Flashbox directory or more post about FlashBox for recent update Lightbox Javascript to Flashbox Javascript Bugs in the Lightbox script: Lightbox doesn&#039;t follow when the window is scrolled, I&#039;ve fixed this bug if no Image (broken link) is loaded, there is no way to stop this process, and you get no feedback\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2007\\\/02\\\/05\\\/flash-experiments-flashbox-part-3\\\/#article\",\"name\":\"Flash experiments: Flashbox \\u2013 part 3 | [mck]\",\"headline\":\"Flash experiments: Flashbox &#8211; part 3\",\"author\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/author\\\/admin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/#organization\"},\"datePublished\":\"2007-02-05T00:24:30+01:00\",\"dateModified\":\"2007-02-05T15:44:57+01:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2007\\\/02\\\/05\\\/flash-experiments-flashbox-part-3\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2007\\\/02\\\/05\\\/flash-experiments-flashbox-part-3\\\/#webpage\"},\"articleSection\":\"Flash, Flash experiments, FlashBox, AS2, Experiments, Flash, FlashBox\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2007\\\/02\\\/05\\\/flash-experiments-flashbox-part-3\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/category\\\/flash\\\/#listItem\",\"name\":\"Flash\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/category\\\/flash\\\/#listItem\",\"position\":2,\"name\":\"Flash\",\"item\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/category\\\/flash\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/category\\\/flash\\\/flash-experiments\\\/#listItem\",\"name\":\"Flash experiments\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/category\\\/flash\\\/flash-experiments\\\/#listItem\",\"position\":3,\"name\":\"Flash experiments\",\"item\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/category\\\/flash\\\/flash-experiments\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2007\\\/02\\\/05\\\/flash-experiments-flashbox-part-3\\\/#listItem\",\"name\":\"Flash experiments: Flashbox &#8211; part 3\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/category\\\/flash\\\/#listItem\",\"name\":\"Flash\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2007\\\/02\\\/05\\\/flash-experiments-flashbox-part-3\\\/#listItem\",\"position\":4,\"name\":\"Flash experiments: Flashbox &#8211; part 3\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/category\\\/flash\\\/flash-experiments\\\/#listItem\",\"name\":\"Flash experiments\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/#organization\",\"name\":\"[mck]\",\"description\":\"a polymath zapper\",\"url\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/author\\\/admin\\\/#author\",\"url\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/author\\\/admin\\\/\",\"name\":\"Matthijs Kamstra\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2007\\\/02\\\/05\\\/flash-experiments-flashbox-part-3\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/06ff22a1197b6624946e5a3377184f11ddc00ac06a6f1d2311b9d2072bdf61b1?s=96&d=wavatar&r=g\",\"width\":96,\"height\":96,\"caption\":\"Matthijs Kamstra\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2007\\\/02\\\/05\\\/flash-experiments-flashbox-part-3\\\/#webpage\",\"url\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2007\\\/02\\\/05\\\/flash-experiments-flashbox-part-3\\\/\",\"name\":\"Flash experiments: Flashbox \\u2013 part 3 | [mck]\",\"description\":\"Update: Check the Flashbox directory or more post about FlashBox for recent update Lightbox Javascript to Flashbox Javascript Bugs in the Lightbox script: Lightbox doesn't follow when the window is scrolled, I've fixed this bug if no Image (broken link) is loaded, there is no way to stop this process, and you get no feedback\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2007\\\/02\\\/05\\\/flash-experiments-flashbox-part-3\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/author\\\/admin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/author\\\/admin\\\/#author\"},\"datePublished\":\"2007-02-05T00:24:30+01:00\",\"dateModified\":\"2007-02-05T15:44:57+01:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/\",\"name\":\"[mck]\",\"description\":\"a polymath zapper\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Flash experiments: Flashbox \u2013 part 3 | [mck]","description":"Update: Check the Flashbox directory or more post about FlashBox for recent update Lightbox Javascript to Flashbox Javascript Bugs in the Lightbox script: Lightbox doesn't follow when the window is scrolled, I've fixed this bug if no Image (broken link) is loaded, there is no way to stop this process, and you get no feedback","canonical_url":"https:\/\/www.matthijskamstra.nl\/blog\/2007\/02\/05\/flash-experiments-flashbox-part-3\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.matthijskamstra.nl\/blog\/2007\/02\/05\/flash-experiments-flashbox-part-3\/#article","name":"Flash experiments: Flashbox \u2013 part 3 | [mck]","headline":"Flash experiments: Flashbox &#8211; part 3","author":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/author\/admin\/#author"},"publisher":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/#organization"},"datePublished":"2007-02-05T00:24:30+01:00","dateModified":"2007-02-05T15:44:57+01:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/2007\/02\/05\/flash-experiments-flashbox-part-3\/#webpage"},"isPartOf":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/2007\/02\/05\/flash-experiments-flashbox-part-3\/#webpage"},"articleSection":"Flash, Flash experiments, FlashBox, AS2, Experiments, Flash, FlashBox"},{"@type":"BreadcrumbList","@id":"https:\/\/www.matthijskamstra.nl\/blog\/2007\/02\/05\/flash-experiments-flashbox-part-3\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.matthijskamstra.nl\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog\/category\/flash\/#listItem","name":"Flash"}},{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog\/category\/flash\/#listItem","position":2,"name":"Flash","item":"https:\/\/www.matthijskamstra.nl\/blog\/category\/flash\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog\/category\/flash\/flash-experiments\/#listItem","name":"Flash experiments"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog\/category\/flash\/flash-experiments\/#listItem","position":3,"name":"Flash experiments","item":"https:\/\/www.matthijskamstra.nl\/blog\/category\/flash\/flash-experiments\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog\/2007\/02\/05\/flash-experiments-flashbox-part-3\/#listItem","name":"Flash experiments: Flashbox &#8211; part 3"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog\/category\/flash\/#listItem","name":"Flash"}},{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog\/2007\/02\/05\/flash-experiments-flashbox-part-3\/#listItem","position":4,"name":"Flash experiments: Flashbox &#8211; part 3","previousItem":{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog\/category\/flash\/flash-experiments\/#listItem","name":"Flash experiments"}}]},{"@type":"Organization","@id":"https:\/\/www.matthijskamstra.nl\/blog\/#organization","name":"[mck]","description":"a polymath zapper","url":"https:\/\/www.matthijskamstra.nl\/blog\/"},{"@type":"Person","@id":"https:\/\/www.matthijskamstra.nl\/blog\/author\/admin\/#author","url":"https:\/\/www.matthijskamstra.nl\/blog\/author\/admin\/","name":"Matthijs Kamstra","image":{"@type":"ImageObject","@id":"https:\/\/www.matthijskamstra.nl\/blog\/2007\/02\/05\/flash-experiments-flashbox-part-3\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/06ff22a1197b6624946e5a3377184f11ddc00ac06a6f1d2311b9d2072bdf61b1?s=96&d=wavatar&r=g","width":96,"height":96,"caption":"Matthijs Kamstra"}},{"@type":"WebPage","@id":"https:\/\/www.matthijskamstra.nl\/blog\/2007\/02\/05\/flash-experiments-flashbox-part-3\/#webpage","url":"https:\/\/www.matthijskamstra.nl\/blog\/2007\/02\/05\/flash-experiments-flashbox-part-3\/","name":"Flash experiments: Flashbox \u2013 part 3 | [mck]","description":"Update: Check the Flashbox directory or more post about FlashBox for recent update Lightbox Javascript to Flashbox Javascript Bugs in the Lightbox script: Lightbox doesn't follow when the window is scrolled, I've fixed this bug if no Image (broken link) is loaded, there is no way to stop this process, and you get no feedback","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/2007\/02\/05\/flash-experiments-flashbox-part-3\/#breadcrumblist"},"author":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/author\/admin\/#author"},"creator":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/author\/admin\/#author"},"datePublished":"2007-02-05T00:24:30+01:00","dateModified":"2007-02-05T15:44:57+01:00"},{"@type":"WebSite","@id":"https:\/\/www.matthijskamstra.nl\/blog\/#website","url":"https:\/\/www.matthijskamstra.nl\/blog\/","name":"[mck]","description":"a polymath zapper","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"[mck] | a polymath zapper","og:type":"article","og:title":"Flash experiments: Flashbox \u2013 part 3 | [mck]","og:description":"Update: Check the Flashbox directory or more post about FlashBox for recent update Lightbox Javascript to Flashbox Javascript Bugs in the Lightbox script: Lightbox doesn't follow when the window is scrolled, I've fixed this bug if no Image (broken link) is loaded, there is no way to stop this process, and you get no feedback","og:url":"https:\/\/www.matthijskamstra.nl\/blog\/2007\/02\/05\/flash-experiments-flashbox-part-3\/","article:published_time":"2007-02-04T23:24:30+00:00","article:modified_time":"2007-02-05T14:44:57+00:00","twitter:card":"summary_large_image","twitter:title":"Flash experiments: Flashbox \u2013 part 3 | [mck]","twitter:description":"Update: Check the Flashbox directory or more post about FlashBox for recent update Lightbox Javascript to Flashbox Javascript Bugs in the Lightbox script: Lightbox doesn't follow when the window is scrolled, I've fixed this bug if no Image (broken link) is loaded, there is no way to stop this process, and you get no feedback"},"aioseo_meta_data":{"post_id":"198","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2024-12-11 09:05:27","updated":"2025-06-04 07:32:16","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.matthijskamstra.nl\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.matthijskamstra.nl\/blog\/category\/flash\/\" title=\"Flash\">Flash<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.matthijskamstra.nl\/blog\/category\/flash\/flash-experiments\/\" title=\"Flash experiments\">Flash experiments<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tFlash experiments: Flashbox \u2013 part 3\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.matthijskamstra.nl\/blog"},{"label":"Flash","link":"https:\/\/www.matthijskamstra.nl\/blog\/category\/flash\/"},{"label":"Flash experiments","link":"https:\/\/www.matthijskamstra.nl\/blog\/category\/flash\/flash-experiments\/"},{"label":"Flash experiments: Flashbox &#8211; part 3","link":"https:\/\/www.matthijskamstra.nl\/blog\/2007\/02\/05\/flash-experiments-flashbox-part-3\/"}],"_links":{"self":[{"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/posts\/198","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/comments?post=198"}],"version-history":[{"count":0,"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/posts\/198\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/media?parent=198"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/categories?post=198"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/tags?post=198"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}