
{"id":428,"date":"2008-08-13T09:00:45","date_gmt":"2008-08-13T08:00:45","guid":{"rendered":"http:\/\/www.matthijskamstra.nl\/blog\/?p=428"},"modified":"2008-06-13T12:31:38","modified_gmt":"2008-06-13T11:31:38","slug":"object-to-layer-jsfl","status":"publish","type":"post","link":"https:\/\/www.matthijskamstra.nl\/blog\/2008\/08\/13\/object-to-layer-jsfl\/","title":{"rendered":"Object 2 Layer jsfl"},"content":{"rendered":"<p>For a project of mine: <a href=\"http:\/\/www.matthijskamstra.nl\/blog\/index.php\/category\/design\/custmm-grumm-design\/\">Custmm Grumm<\/a> I needed to change a shape into an array (explained in this post <a href=\"http:\/\/www.matthijskamstra.nl\/blog\/index.php\/2008\/06\/16\/shape-2-array-jsfl\/\">shape 2 array jsfl<\/a> ).<\/p>\n<p>To make this happen I imported the .AI file (Illustrator) to the stage. But it will place everything on one layer, every shape it&#8217;s own &#8216;group&#8217; and the script I wrote (<a href=\"http:\/\/www.matthijskamstra.nl\/blog\/index.php\/2008\/06\/16\/shape-2-array-jsfl\/\">shape 2 array jsfl<\/a>), needs every shape on one layer.<br \/>\n<a href='http:\/\/www.matthijskamstra.nl\/blog\/wp-content\/uploads\/importaiintoflash.jpg'><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/www.matthijskamstra.nl\/blog\/wp-content\/uploads\/importaiintoflash-300x227.jpg\" alt=\"Flash import screen\" title=\"Import .AI into Flash\" width=\"300\" height=\"227\" class=\"alignnone size-medium wp-image-427\" srcset=\"https:\/\/www.matthijskamstra.nl\/blog\/wp-content\/uploads\/importaiintoflash-300x227.jpg 300w, https:\/\/www.matthijskamstra.nl\/blog\/wp-content\/uploads\/importaiintoflash.jpg 766w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\n<p>So here a script that, as long the different shape are still group individually, will give every shape it&#8217;s own layer.<\/p>\n<div class='highlight'><strong>Update #1:<\/strong> This script is not only useful in this project, in every project where you have a lot of objects that need there own layer, this is the JSFL for you!<br \/>\nRemember if you need to animate an movieclip, it needs to have it&#8217;s own layer (timeline)<\/div>\n<blockquote><p>\nNeed a lot of item on there own layer (own timeline) in Flash, don&#8217;t copy past it one by one, but just use this JSFL\n<\/p><\/blockquote>\n<p>Not sure how to call this script when you save it: &#8220;<strong>[mck] object2layer.jsfl<\/strong>&#8221;<br \/>\n[as]<br \/>\n\/**<br \/>\n* Object2Layer, version 1.1<br \/>\n*<br \/>\n* select an item on the timeline and convert it to a layer<br \/>\n*<br \/>\n* <\/p>\n<pre>\r\n*  ____                   _      ____\r\n* |  __| _ __ ___    ___ | | __ |__  |\r\n* | |   | '_ ` _ \\  \/ __|| |\/ \/    | |\r\n* | |   | | | | | || (__ |   <     | |\r\n* | |__ |_| |_| |_| \\___||_|\\_\\  __| |\r\n* |____|                        |____|\r\n*\r\n* <\/pre>\n<p>*<br \/>\n* @author\t\t\tMatthijs C. Kamstra [mck]<br \/>\n* @version\t\t\t1.1<br \/>\n* @since\t\t\tFri Jun 01 19:43:37 2007<br \/>\n* @langversion: \tActionScript 2.0 \/ 3.0<br \/>\n*<br \/>\n* Changelog:<br \/>\n* \t\tv 1.0 [2007-06-01] - Initial release<br \/>\n* \t\tv 1.1 [2008-03-20] - Change jsfl name; multiple item at once<br \/>\n*\/<\/p>\n<p>var versionString = '1.1'; <\/p>\n<p>var currentDoc = fl.getDocumentDOM ();<br \/>\nvar timeline = fl.getDocumentDOM ().getTimeline ();<br \/>\nvar curLayer = fl.getDocumentDOM ().getTimeline ().currentLayer;<br \/>\nvar curFrame = fl.getDocumentDOM ().getTimeline ().currentFrame;<br \/>\nvar selectionArray = currentDoc.selection;<\/p>\n<p>\/\/ check if something is selected<br \/>\nif (selectionArray.length == 0){<br \/>\n\talert ('nothing selected')<br \/>\n} else {<br \/>\n\tfl.getDocumentDOM().distributeToLayers();<br \/>\n}<br \/>\n\/\/ end<br \/>\n[\/as]<\/p>\n<p>have fun :)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>For a project of mine: Custmm Grumm I needed to change a shape into an array (explained in this post shape 2 array jsfl ). To make this happen I imported the .AI file (Illustrator) to the stage. But it will place everything on one layer, every shape it&#8217;s own &#8216;group&#8217; and the script I [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[21,3],"tags":[68,162,165,95,29,166,167,163],"class_list":["post-428","post","type-post","status-publish","format-standard","hentry","category-extending-flash","category-flash","tag-actionscript","tag-array","tag-different-shape","tag-illustrator","tag-jsfl","tag-movieclip","tag-object","tag-shape"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"For a project of mine: Custmm Grumm I needed to change a shape into an array (explained in this post shape 2 array jsfl ). To make this happen I imported the .AI file (Illustrator) to the stage. But it will place everything on one layer, every shape it&#039;s own &#039;group&#039; and the script I\" \/>\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\/2008\/08\/13\/object-to-layer-jsfl\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\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=\"Object 2 Layer jsfl | [mck]\" \/>\n\t\t<meta property=\"og:description\" content=\"For a project of mine: Custmm Grumm I needed to change a shape into an array (explained in this post shape 2 array jsfl ). To make this happen I imported the .AI file (Illustrator) to the stage. But it will place everything on one layer, every shape it&#039;s own &#039;group&#039; and the script I\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.matthijskamstra.nl\/blog\/2008\/08\/13\/object-to-layer-jsfl\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2008-08-13T08:00:45+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2008-06-13T11:31:38+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Object 2 Layer jsfl | [mck]\" \/>\n\t\t<meta name=\"twitter:description\" content=\"For a project of mine: Custmm Grumm I needed to change a shape into an array (explained in this post shape 2 array jsfl ). To make this happen I imported the .AI file (Illustrator) to the stage. But it will place everything on one layer, every shape it&#039;s own &#039;group&#039; and the script I\" \/>\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\\\/2008\\\/08\\\/13\\\/object-to-layer-jsfl\\\/#article\",\"name\":\"Object 2 Layer jsfl | [mck]\",\"headline\":\"Object 2 Layer jsfl\",\"author\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/author\\\/admin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"http:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/wp-content\\\/uploads\\\/importaiintoflash.jpg\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2008\\\/08\\\/13\\\/object-to-layer-jsfl\\\/#articleImage\"},\"datePublished\":\"2008-08-13T09:00:45+01:00\",\"dateModified\":\"2008-06-13T12:31:38+01:00\",\"inLanguage\":\"en-US\",\"commentCount\":1,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2008\\\/08\\\/13\\\/object-to-layer-jsfl\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2008\\\/08\\\/13\\\/object-to-layer-jsfl\\\/#webpage\"},\"articleSection\":\"Extending Flash, Flash, Actionscript, array, different shape, illustrator, JSFL, movieclip, Object, shape\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2008\\\/08\\\/13\\\/object-to-layer-jsfl\\\/#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\\\/extending-flash\\\/#listItem\",\"name\":\"Extending Flash\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/category\\\/flash\\\/extending-flash\\\/#listItem\",\"position\":3,\"name\":\"Extending Flash\",\"item\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/category\\\/flash\\\/extending-flash\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2008\\\/08\\\/13\\\/object-to-layer-jsfl\\\/#listItem\",\"name\":\"Object 2 Layer jsfl\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/category\\\/flash\\\/#listItem\",\"name\":\"Flash\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2008\\\/08\\\/13\\\/object-to-layer-jsfl\\\/#listItem\",\"position\":4,\"name\":\"Object 2 Layer jsfl\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/category\\\/flash\\\/extending-flash\\\/#listItem\",\"name\":\"Extending Flash\"}}]},{\"@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\\\/2008\\\/08\\\/13\\\/object-to-layer-jsfl\\\/#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\\\/2008\\\/08\\\/13\\\/object-to-layer-jsfl\\\/#webpage\",\"url\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2008\\\/08\\\/13\\\/object-to-layer-jsfl\\\/\",\"name\":\"Object 2 Layer jsfl | [mck]\",\"description\":\"For a project of mine: Custmm Grumm I needed to change a shape into an array (explained in this post shape 2 array jsfl ). To make this happen I imported the .AI file (Illustrator) to the stage. But it will place everything on one layer, every shape it's own 'group' and the script I\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2008\\\/08\\\/13\\\/object-to-layer-jsfl\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/author\\\/admin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/author\\\/admin\\\/#author\"},\"datePublished\":\"2008-08-13T09:00:45+01:00\",\"dateModified\":\"2008-06-13T12:31:38+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":"Object 2 Layer jsfl | [mck]","description":"For a project of mine: Custmm Grumm I needed to change a shape into an array (explained in this post shape 2 array jsfl ). To make this happen I imported the .AI file (Illustrator) to the stage. But it will place everything on one layer, every shape it's own 'group' and the script I","canonical_url":"https:\/\/www.matthijskamstra.nl\/blog\/2008\/08\/13\/object-to-layer-jsfl\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.matthijskamstra.nl\/blog\/2008\/08\/13\/object-to-layer-jsfl\/#article","name":"Object 2 Layer jsfl | [mck]","headline":"Object 2 Layer jsfl","author":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/author\/admin\/#author"},"publisher":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/#organization"},"image":{"@type":"ImageObject","url":"http:\/\/www.matthijskamstra.nl\/blog\/wp-content\/uploads\/importaiintoflash.jpg","@id":"https:\/\/www.matthijskamstra.nl\/blog\/2008\/08\/13\/object-to-layer-jsfl\/#articleImage"},"datePublished":"2008-08-13T09:00:45+01:00","dateModified":"2008-06-13T12:31:38+01:00","inLanguage":"en-US","commentCount":1,"mainEntityOfPage":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/2008\/08\/13\/object-to-layer-jsfl\/#webpage"},"isPartOf":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/2008\/08\/13\/object-to-layer-jsfl\/#webpage"},"articleSection":"Extending Flash, Flash, Actionscript, array, different shape, illustrator, JSFL, movieclip, Object, shape"},{"@type":"BreadcrumbList","@id":"https:\/\/www.matthijskamstra.nl\/blog\/2008\/08\/13\/object-to-layer-jsfl\/#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\/extending-flash\/#listItem","name":"Extending Flash"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog\/category\/flash\/extending-flash\/#listItem","position":3,"name":"Extending Flash","item":"https:\/\/www.matthijskamstra.nl\/blog\/category\/flash\/extending-flash\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog\/2008\/08\/13\/object-to-layer-jsfl\/#listItem","name":"Object 2 Layer jsfl"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog\/category\/flash\/#listItem","name":"Flash"}},{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog\/2008\/08\/13\/object-to-layer-jsfl\/#listItem","position":4,"name":"Object 2 Layer jsfl","previousItem":{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog\/category\/flash\/extending-flash\/#listItem","name":"Extending Flash"}}]},{"@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\/2008\/08\/13\/object-to-layer-jsfl\/#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\/2008\/08\/13\/object-to-layer-jsfl\/#webpage","url":"https:\/\/www.matthijskamstra.nl\/blog\/2008\/08\/13\/object-to-layer-jsfl\/","name":"Object 2 Layer jsfl | [mck]","description":"For a project of mine: Custmm Grumm I needed to change a shape into an array (explained in this post shape 2 array jsfl ). To make this happen I imported the .AI file (Illustrator) to the stage. But it will place everything on one layer, every shape it's own 'group' and the script I","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/2008\/08\/13\/object-to-layer-jsfl\/#breadcrumblist"},"author":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/author\/admin\/#author"},"creator":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/author\/admin\/#author"},"datePublished":"2008-08-13T09:00:45+01:00","dateModified":"2008-06-13T12:31:38+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":"Object 2 Layer jsfl | [mck]","og:description":"For a project of mine: Custmm Grumm I needed to change a shape into an array (explained in this post shape 2 array jsfl ). To make this happen I imported the .AI file (Illustrator) to the stage. But it will place everything on one layer, every shape it's own 'group' and the script I","og:url":"https:\/\/www.matthijskamstra.nl\/blog\/2008\/08\/13\/object-to-layer-jsfl\/","article:published_time":"2008-08-13T08:00:45+00:00","article:modified_time":"2008-06-13T11:31:38+00:00","twitter:card":"summary_large_image","twitter:title":"Object 2 Layer jsfl | [mck]","twitter:description":"For a project of mine: Custmm Grumm I needed to change a shape into an array (explained in this post shape 2 array jsfl ). To make this happen I imported the .AI file (Illustrator) to the stage. But it will place everything on one layer, every shape it's own 'group' and the script I"},"aioseo_meta_data":{"post_id":"428","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:01:32","updated":"2025-06-04 09:04:48","seo_analyzer_scan_date":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\/extending-flash\/\" title=\"Extending Flash\">Extending Flash<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tObject 2 Layer jsfl\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":"Extending Flash","link":"https:\/\/www.matthijskamstra.nl\/blog\/category\/flash\/extending-flash\/"},{"label":"Object 2 Layer jsfl","link":"https:\/\/www.matthijskamstra.nl\/blog\/2008\/08\/13\/object-to-layer-jsfl\/"}],"_links":{"self":[{"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/posts\/428","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=428"}],"version-history":[{"count":0,"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/posts\/428\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/media?parent=428"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/categories?post=428"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/tags?post=428"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}