{"id":88,"date":"2007-06-01T12:40:00","date_gmt":"2007-06-01T20:40:00","guid":{"rendered":"http:\/\/dougmccune.com\/blog\/2007\/06\/01\/new-component-canvasbutton-added-to-flexlib\/"},"modified":"2008-11-02T14:05:13","modified_gmt":"2008-11-02T22:05:13","slug":"new-component-canvasbutton-added-to-flexlib","status":"publish","type":"post","link":"https:\/\/dougmccune.com\/blog\/2007\/06\/01\/new-component-canvasbutton-added-to-flexlib\/","title":{"rendered":"New Component: CanvasButton added to FlexLib"},"content":{"rendered":"<p>I just made a quick new component and added it to <a href=\"http:\/\/flexlib.net\">FlexLib<\/a>. It&#8217;s a Button component, but it allows you to add any child UI components to the button via MXML. So if you find the single icon and label format of the button to be a bit too restrictive, you can use this component to layout your button however you want. This is in response to a <a href=\"http:\/\/tech.groups.yahoo.com\/group\/flexcoders\/message\/76219\">recent question<\/a> asked on flexcoders.<\/p>\n<p>So for example, in the sample below the top button is created like this:<\/p>\n<pre>\r\n<code>\r\n<flexlib:CanvasButton width=\"150\">\r\n\r\n\t<mx:VBox height=\"100%\" width=\"100%\" verticalGap=\"0\" >\r\n\r\n\t\t<mx:Label text=\"This is a\" width=\"100%\" textAlign=\"left\" \/>\r\n\r\n\t\t<mx:VBox width=\"100%\" horizontalAlign=\"center\">\r\n\r\n\t\t\t<mx:Canvas cornerRadius=\"5\" \r\n\t\t\t\tbackgroundColor=\"0xff0000\" backgroundAlpha=\".5\" \r\n\t\t\t\tborderStyle=\"solid\">\r\n\r\n\t\t\t\t<mx:Label text=\"crazy\" width=\"100%\"\r\n\t\t\t\t\tfontSize=\"20\" fontStyle=\"italic\" \r\n\t\t\t\t\tfontWeight=\"bold\"  \/>\r\n\r\n\t\t\t<\/mx:Canvas>\r\n\r\n\t\t<\/mx:VBox>\r\n\r\n\t\t<mx:Label text=\"button!\" width=\"100%\" textAlign=\"right\" \/>\r\n\r\n\t<\/mx:VBox>\r\n\r\n<\/flexlib:CanvasButton>\r\n<\/code>\r\n<\/pre>\n<p><a href=\"http:\/\/flexlib.googlecode.com\/svn\/trunk\/src\/flexlib\/controls\/CanvasButton.as\">View the source<\/a><br \/>\n<a href=\"http:\/\/flexlib.googlecode.com\/svn\/trunk\/docs\/flexlib\/controls\/CanvasButton.html\">View the documentation<\/a><\/p>\n<p>Note: this has been added to the <a href=\"http:\/\/code.google.com\/p\/flexlib\/source\">SVN repository<\/a> for FlexLib but is not yet in the distribution zip. The distribution zip will get updated once we have a bigger changeset (oh, and it&#8217;s coming&#8230;)<\/p>\n<p><div id=\"swf06e71\">This movie requires Flash Player 9.<\/div>\n<script type=\"text\/javascript\">\n\tswfobject.embedSWF(\"http:\/\/flexlib.googlecode.com\/svn\/trunk\/examples\/CanvasButton\/CanvasButton_Sample.swf\", \"swf06e71\", \"250\", \"200\", \"9.0.0\", \"\", {}, {wmode: \"window\", menu: \"false\", quality: \"high\", bgcolor: \"#FFFFFF\", allowScriptAccess: \"always\"}, {});\n<\/script>\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I just made a quick new component and added it to FlexLib. It&#8217;s a Button component, but it allows you to add any child UI components to the button via MXML. So if you find the single icon and label format of the button to be a bit too restrictive, you can use this component [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[2],"tags":[3],"class_list":["post-88","post","type-post","status-publish","format-standard","hentry","category-flex","tag-flexlib"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"I just made a quick new component and added it to FlexLib. It&#039;s a Button component, but it allows you to add any child UI components to the button via MXML. So if you find the single icon and label format of the button to be a bit too restrictive, you can use this component\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Doug\"\/>\n\t<meta name=\"keywords\" content=\"flex\/flash\/actionscript\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/dougmccune.com\/blog\/2007\/06\/01\/new-component-canvasbutton-added-to-flexlib\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Doug McCune | Sculptor\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"New Component: CanvasButton added to FlexLib | Doug McCune\" \/>\n\t\t<meta property=\"og:description\" content=\"I just made a quick new component and added it to FlexLib. It&#039;s a Button component, but it allows you to add any child UI components to the button via MXML. So if you find the single icon and label format of the button to be a bit too restrictive, you can use this component\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/dougmccune.com\/blog\/2007\/06\/01\/new-component-canvasbutton-added-to-flexlib\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2007-06-01T20:40:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2008-11-02T22:05:13+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"New Component: CanvasButton added to FlexLib | Doug McCune\" \/>\n\t\t<meta name=\"twitter:description\" content=\"I just made a quick new component and added it to FlexLib. It&#039;s a Button component, but it allows you to add any child UI components to the button via MXML. So if you find the single icon and label format of the button to be a bit too restrictive, you can use this component\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/dougmccune.com\\\/blog\\\/2007\\\/06\\\/01\\\/new-component-canvasbutton-added-to-flexlib\\\/#article\",\"name\":\"New Component: CanvasButton added to FlexLib | Doug McCune\",\"headline\":\"New Component: CanvasButton added to FlexLib\",\"author\":{\"@id\":\"https:\\\/\\\/dougmccune.com\\\/blog\\\/author\\\/admin-2\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/dougmccune.com\\\/blog\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/dougmccune.com\\\/blog\\\/2007\\\/06\\\/01\\\/new-component-canvasbutton-added-to-flexlib\\\/#articleImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1559cc79696919726297c735cddc893c8983709f55a8773bdc1d45aea8c79051?s=96&d=blank&r=x\",\"width\":96,\"height\":96,\"caption\":\"Doug\"},\"datePublished\":\"2007-06-01T12:40:00-08:00\",\"dateModified\":\"2008-11-02T14:05:13-08:00\",\"inLanguage\":\"en-US\",\"commentCount\":13,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/dougmccune.com\\\/blog\\\/2007\\\/06\\\/01\\\/new-component-canvasbutton-added-to-flexlib\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/dougmccune.com\\\/blog\\\/2007\\\/06\\\/01\\\/new-component-canvasbutton-added-to-flexlib\\\/#webpage\"},\"articleSection\":\"Flex\\\/Flash\\\/Actionscript, flexlib\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/dougmccune.com\\\/blog\\\/2007\\\/06\\\/01\\\/new-component-canvasbutton-added-to-flexlib\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dougmccune.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/dougmccune.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dougmccune.com\\\/blog\\\/category\\\/flex\\\/#listItem\",\"name\":\"Flex\\\/Flash\\\/Actionscript\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dougmccune.com\\\/blog\\\/category\\\/flex\\\/#listItem\",\"position\":2,\"name\":\"Flex\\\/Flash\\\/Actionscript\",\"item\":\"https:\\\/\\\/dougmccune.com\\\/blog\\\/category\\\/flex\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dougmccune.com\\\/blog\\\/2007\\\/06\\\/01\\\/new-component-canvasbutton-added-to-flexlib\\\/#listItem\",\"name\":\"New Component: CanvasButton added to FlexLib\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dougmccune.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dougmccune.com\\\/blog\\\/2007\\\/06\\\/01\\\/new-component-canvasbutton-added-to-flexlib\\\/#listItem\",\"position\":3,\"name\":\"New Component: CanvasButton added to FlexLib\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dougmccune.com\\\/blog\\\/category\\\/flex\\\/#listItem\",\"name\":\"Flex\\\/Flash\\\/Actionscript\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/dougmccune.com\\\/blog\\\/#person\",\"name\":\"Doug McCune\",\"image\":\"https:\\\/\\\/dougmccune.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/tTL5uiW4_400x400.jpeg\",\"sameAs\":[\"https:\\\/\\\/instagram.com\\\/doug_mccune\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/dougmccune.com\\\/blog\\\/author\\\/admin-2\\\/#author\",\"url\":\"https:\\\/\\\/dougmccune.com\\\/blog\\\/author\\\/admin-2\\\/\",\"name\":\"Doug\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/dougmccune.com\\\/blog\\\/2007\\\/06\\\/01\\\/new-component-canvasbutton-added-to-flexlib\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1559cc79696919726297c735cddc893c8983709f55a8773bdc1d45aea8c79051?s=96&d=blank&r=x\",\"width\":96,\"height\":96,\"caption\":\"Doug\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/dougmccune.com\\\/blog\\\/2007\\\/06\\\/01\\\/new-component-canvasbutton-added-to-flexlib\\\/#webpage\",\"url\":\"https:\\\/\\\/dougmccune.com\\\/blog\\\/2007\\\/06\\\/01\\\/new-component-canvasbutton-added-to-flexlib\\\/\",\"name\":\"New Component: CanvasButton added to FlexLib | Doug McCune\",\"description\":\"I just made a quick new component and added it to FlexLib. It's a Button component, but it allows you to add any child UI components to the button via MXML. So if you find the single icon and label format of the button to be a bit too restrictive, you can use this component\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/dougmccune.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/dougmccune.com\\\/blog\\\/2007\\\/06\\\/01\\\/new-component-canvasbutton-added-to-flexlib\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/dougmccune.com\\\/blog\\\/author\\\/admin-2\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/dougmccune.com\\\/blog\\\/author\\\/admin-2\\\/#author\"},\"datePublished\":\"2007-06-01T12:40:00-08:00\",\"dateModified\":\"2008-11-02T14:05:13-08:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/dougmccune.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/dougmccune.com\\\/blog\\\/\",\"name\":\"Doug McCune\",\"description\":\"Sculptor\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/dougmccune.com\\\/blog\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"New Component: CanvasButton added to FlexLib | Doug McCune","description":"I just made a quick new component and added it to FlexLib. It's a Button component, but it allows you to add any child UI components to the button via MXML. So if you find the single icon and label format of the button to be a bit too restrictive, you can use this component","canonical_url":"https:\/\/dougmccune.com\/blog\/2007\/06\/01\/new-component-canvasbutton-added-to-flexlib\/","robots":"max-image-preview:large","keywords":"flex\/flash\/actionscript","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dougmccune.com\/blog\/2007\/06\/01\/new-component-canvasbutton-added-to-flexlib\/#article","name":"New Component: CanvasButton added to FlexLib | Doug McCune","headline":"New Component: CanvasButton added to FlexLib","author":{"@id":"https:\/\/dougmccune.com\/blog\/author\/admin-2\/#author"},"publisher":{"@id":"https:\/\/dougmccune.com\/blog\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/dougmccune.com\/blog\/2007\/06\/01\/new-component-canvasbutton-added-to-flexlib\/#articleImage","url":"https:\/\/secure.gravatar.com\/avatar\/1559cc79696919726297c735cddc893c8983709f55a8773bdc1d45aea8c79051?s=96&d=blank&r=x","width":96,"height":96,"caption":"Doug"},"datePublished":"2007-06-01T12:40:00-08:00","dateModified":"2008-11-02T14:05:13-08:00","inLanguage":"en-US","commentCount":13,"mainEntityOfPage":{"@id":"https:\/\/dougmccune.com\/blog\/2007\/06\/01\/new-component-canvasbutton-added-to-flexlib\/#webpage"},"isPartOf":{"@id":"https:\/\/dougmccune.com\/blog\/2007\/06\/01\/new-component-canvasbutton-added-to-flexlib\/#webpage"},"articleSection":"Flex\/Flash\/Actionscript, flexlib"},{"@type":"BreadcrumbList","@id":"https:\/\/dougmccune.com\/blog\/2007\/06\/01\/new-component-canvasbutton-added-to-flexlib\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/dougmccune.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/dougmccune.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/dougmccune.com\/blog\/category\/flex\/#listItem","name":"Flex\/Flash\/Actionscript"}},{"@type":"ListItem","@id":"https:\/\/dougmccune.com\/blog\/category\/flex\/#listItem","position":2,"name":"Flex\/Flash\/Actionscript","item":"https:\/\/dougmccune.com\/blog\/category\/flex\/","nextItem":{"@type":"ListItem","@id":"https:\/\/dougmccune.com\/blog\/2007\/06\/01\/new-component-canvasbutton-added-to-flexlib\/#listItem","name":"New Component: CanvasButton added to FlexLib"},"previousItem":{"@type":"ListItem","@id":"https:\/\/dougmccune.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/dougmccune.com\/blog\/2007\/06\/01\/new-component-canvasbutton-added-to-flexlib\/#listItem","position":3,"name":"New Component: CanvasButton added to FlexLib","previousItem":{"@type":"ListItem","@id":"https:\/\/dougmccune.com\/blog\/category\/flex\/#listItem","name":"Flex\/Flash\/Actionscript"}}]},{"@type":"Person","@id":"https:\/\/dougmccune.com\/blog\/#person","name":"Doug McCune","image":"https:\/\/dougmccune.com\/blog\/wp-content\/uploads\/2022\/01\/tTL5uiW4_400x400.jpeg","sameAs":["https:\/\/instagram.com\/doug_mccune"]},{"@type":"Person","@id":"https:\/\/dougmccune.com\/blog\/author\/admin-2\/#author","url":"https:\/\/dougmccune.com\/blog\/author\/admin-2\/","name":"Doug","image":{"@type":"ImageObject","@id":"https:\/\/dougmccune.com\/blog\/2007\/06\/01\/new-component-canvasbutton-added-to-flexlib\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/1559cc79696919726297c735cddc893c8983709f55a8773bdc1d45aea8c79051?s=96&d=blank&r=x","width":96,"height":96,"caption":"Doug"}},{"@type":"WebPage","@id":"https:\/\/dougmccune.com\/blog\/2007\/06\/01\/new-component-canvasbutton-added-to-flexlib\/#webpage","url":"https:\/\/dougmccune.com\/blog\/2007\/06\/01\/new-component-canvasbutton-added-to-flexlib\/","name":"New Component: CanvasButton added to FlexLib | Doug McCune","description":"I just made a quick new component and added it to FlexLib. It's a Button component, but it allows you to add any child UI components to the button via MXML. So if you find the single icon and label format of the button to be a bit too restrictive, you can use this component","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/dougmccune.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/dougmccune.com\/blog\/2007\/06\/01\/new-component-canvasbutton-added-to-flexlib\/#breadcrumblist"},"author":{"@id":"https:\/\/dougmccune.com\/blog\/author\/admin-2\/#author"},"creator":{"@id":"https:\/\/dougmccune.com\/blog\/author\/admin-2\/#author"},"datePublished":"2007-06-01T12:40:00-08:00","dateModified":"2008-11-02T14:05:13-08:00"},{"@type":"WebSite","@id":"https:\/\/dougmccune.com\/blog\/#website","url":"https:\/\/dougmccune.com\/blog\/","name":"Doug McCune","description":"Sculptor","inLanguage":"en-US","publisher":{"@id":"https:\/\/dougmccune.com\/blog\/#person"}}]},"og:locale":"en_US","og:site_name":"Doug McCune | Sculptor","og:type":"article","og:title":"New Component: CanvasButton added to FlexLib | Doug McCune","og:description":"I just made a quick new component and added it to FlexLib. It's a Button component, but it allows you to add any child UI components to the button via MXML. So if you find the single icon and label format of the button to be a bit too restrictive, you can use this component","og:url":"https:\/\/dougmccune.com\/blog\/2007\/06\/01\/new-component-canvasbutton-added-to-flexlib\/","article:published_time":"2007-06-01T20:40:00+00:00","article:modified_time":"2008-11-02T22:05:13+00:00","twitter:card":"summary_large_image","twitter:title":"New Component: CanvasButton added to FlexLib | Doug McCune","twitter:description":"I just made a quick new component and added it to FlexLib. It's a Button component, but it allows you to add any child UI components to the button via MXML. So if you find the single icon and label format of the button to be a bit too restrictive, you can use this component"},"aioseo_meta_data":{"post_id":"88","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":null,"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,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-01-03 18:03:16","updated":"2025-06-03 20:05:49","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dougmccune.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dougmccune.com\/blog\/category\/flex\/\" title=\"Flex\/Flash\/Actionscript\">Flex\/Flash\/Actionscript<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tNew Component: CanvasButton added to FlexLib\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/dougmccune.com\/blog"},{"label":"Flex\/Flash\/Actionscript","link":"https:\/\/dougmccune.com\/blog\/category\/flex\/"},{"label":"New Component: CanvasButton added to FlexLib","link":"https:\/\/dougmccune.com\/blog\/2007\/06\/01\/new-component-canvasbutton-added-to-flexlib\/"}],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/dougmccune.com\/blog\/wp-json\/wp\/v2\/posts\/88","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dougmccune.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dougmccune.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dougmccune.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dougmccune.com\/blog\/wp-json\/wp\/v2\/comments?post=88"}],"version-history":[{"count":2,"href":"https:\/\/dougmccune.com\/blog\/wp-json\/wp\/v2\/posts\/88\/revisions"}],"predecessor-version":[{"id":348,"href":"https:\/\/dougmccune.com\/blog\/wp-json\/wp\/v2\/posts\/88\/revisions\/348"}],"wp:attachment":[{"href":"https:\/\/dougmccune.com\/blog\/wp-json\/wp\/v2\/media?parent=88"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dougmccune.com\/blog\/wp-json\/wp\/v2\/categories?post=88"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dougmccune.com\/blog\/wp-json\/wp\/v2\/tags?post=88"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}