
{"id":32,"date":"2006-06-02T23:00:12","date_gmt":"2006-06-02T22:00:12","guid":{"rendered":"http:\/\/www.matthijskamstra.nl\/blog\/?p=32"},"modified":"2006-09-21T16:37:24","modified_gmt":"2006-09-21T15:37:24","slug":"two-buttons-interfering-with-each-others-rollover-rollout","status":"publish","type":"post","link":"https:\/\/www.matthijskamstra.nl\/blog\/2006\/06\/02\/two-buttons-interfering-with-each-others-rollover-rollout\/","title":{"rendered":"Two buttons interfering with each other&#8217;s rollover \/ rollout"},"content":{"rendered":"<p>This is a problem which is kinda difficult to describe in short sentence. But this is a problem which I seem to be running into for a couple of weeks now.<\/p>\n<p>Lets descibe the problem and I will illustrate with a banner (or a simple <a href=\"http:\/\/www.matthijskamstra.nl\/blog\/?page_id=22\">flv-player<\/a>) example:<br \/>\nThe banner (rectangle) is contains a short animation (20 kB) and when you <em>rollover<\/em> the banner a video (flv) starts to load and play. <em>Onrollout<\/em> the video will stop playing and hide. But the banner has also smaller pause \/ play and sound-off buttons on top of the bigger button which start \/ stop \/ etc the video.<\/p>\n<p>So the big button starts playing \/ loading the video <em>onrollover<\/em> and <em>onrollout<\/em> stops playing \/ hides the video. The smaller buttons are stop \/ pause \/ play \/ sound-on \/ sound-off actions.<br \/>\nNot so difficult, but the tricky part is in the <em>rollout<\/em> of the big button: as soon as you <em>rollover<\/em> the smal buttons it means that the video stops playing and hides (<em>rollout<\/em> of the big button)&#8230;.<\/p>\n<p>With <strike>a little<\/strike> help of <a href=\"http:\/\/www.addink.net\/\">Nils<\/a> <strike>we<\/strike> he cracked this nutt:<\/p>\n<p>View the working example <a href=\"http:\/\/www.matthijskamstra.nl\/laboratory\/flvPlayer_mck\/rollover.html\">here<\/a\nand the actionscript:\n\n<strong>update #1:<\/strong> <code>onMouseMove<\/code> has to change to <code>this.onMouseMove<\/code><\/p>\n<pre>\r\nthis.big_btn.onRollOver = function() {\r\n\tthis.onMouseMove = function () {\r\n\t\tif (this.hitTest(_root._xmouse, _root._ymouse, true)) {\r\n\t\t\t\/\/ rollover state and action\r\n\t\t\tthis._alpha = 50;\r\n\t\t\t_root.MyCustomRoll(\"rollover: big_btn\");\r\n\t\t} else {\r\n\t\t\t\/\/ rollout state and action\r\n\t\t\tthis._alpha = 90;\r\n\t\t\t_root.MyCustomRoll(\"rollout: big_btn\");\r\n\t\t\tdelete this.onMouseMove;\r\n\t\t\t\/\/ trace(\"no hit\");\r\n\t\t}\r\n\t};\r\n};\r\n\/\/ \r\nthis.button1_btn.onRollOver = \r\nthis.button2_btn.onRollOver = function () {\r\n\tthis._alpha = 50;\r\n\t_root.MyCustomRollSmall(this._name + \" onRollOver\");\r\n};\r\nthis.button1_btn.onRollOut = \r\nthis.button2_btn.onRollOut = function () {\r\n\tthis._alpha = 90;\r\n\t_root.MyCustomRollSmall(this._name + \" onRollOut\");\r\n};\r\n\/\/ debug \/ trace functions\r\nfunction MyCustomRoll(txt:String) {\r\n\tthis.debug_txt.text = txt;\r\n}\r\nfunction MyCustomRollSmall(txt:String) {\r\n\tthis.debug2_txt.text = txt;\r\n}\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>This is a problem which is kinda difficult to describe in short sentence. But this is a problem which I seem to be running into for a couple of weeks now. Lets descibe the problem and I will illustrate with a banner (or a simple flv-player) example: The banner (rectangle) is contains a short animation [&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,7],"tags":[],"class_list":["post-32","post","type-post","status-publish","format-standard","hentry","category-flash","category-flash-video-player"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"This is a problem which is kinda difficult to describe in short sentence. But this is a problem which I seem to be running into for a couple of weeks now. Lets descibe the problem and I will illustrate with a banner (or a simple flv-player) example: The banner (rectangle) is contains a short animation\" \/>\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\/2006\/06\/02\/two-buttons-interfering-with-each-others-rollover-rollout\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\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=\"Two buttons interfering with each other\u2019s rollover \/ rollout | [mck]\" \/>\n\t\t<meta property=\"og:description\" content=\"This is a problem which is kinda difficult to describe in short sentence. But this is a problem which I seem to be running into for a couple of weeks now. Lets descibe the problem and I will illustrate with a banner (or a simple flv-player) example: The banner (rectangle) is contains a short animation\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.matthijskamstra.nl\/blog\/2006\/06\/02\/two-buttons-interfering-with-each-others-rollover-rollout\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2006-06-02T22:00:12+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2006-09-21T15:37:24+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Two buttons interfering with each other\u2019s rollover \/ rollout | [mck]\" \/>\n\t\t<meta name=\"twitter:description\" content=\"This is a problem which is kinda difficult to describe in short sentence. But this is a problem which I seem to be running into for a couple of weeks now. Lets descibe the problem and I will illustrate with a banner (or a simple flv-player) example: The banner (rectangle) is contains a short animation\" \/>\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\\\/2006\\\/06\\\/02\\\/two-buttons-interfering-with-each-others-rollover-rollout\\\/#article\",\"name\":\"Two buttons interfering with each other\\u2019s rollover \\\/ rollout | [mck]\",\"headline\":\"Two buttons interfering with each other&#8217;s rollover \\\/ rollout\",\"author\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/author\\\/admin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/#organization\"},\"datePublished\":\"2006-06-02T23:00:12+01:00\",\"dateModified\":\"2006-09-21T16:37:24+01:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2006\\\/06\\\/02\\\/two-buttons-interfering-with-each-others-rollover-rollout\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2006\\\/06\\\/02\\\/two-buttons-interfering-with-each-others-rollover-rollout\\\/#webpage\"},\"articleSection\":\"Flash, Flash video player\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2006\\\/06\\\/02\\\/two-buttons-interfering-with-each-others-rollover-rollout\\\/#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-video-player\\\/#listItem\",\"name\":\"Flash video player\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/category\\\/flash\\\/flash-video-player\\\/#listItem\",\"position\":3,\"name\":\"Flash video player\",\"item\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/category\\\/flash\\\/flash-video-player\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2006\\\/06\\\/02\\\/two-buttons-interfering-with-each-others-rollover-rollout\\\/#listItem\",\"name\":\"Two buttons interfering with each other&#8217;s rollover \\\/ rollout\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/category\\\/flash\\\/#listItem\",\"name\":\"Flash\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2006\\\/06\\\/02\\\/two-buttons-interfering-with-each-others-rollover-rollout\\\/#listItem\",\"position\":4,\"name\":\"Two buttons interfering with each other&#8217;s rollover \\\/ rollout\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/category\\\/flash\\\/flash-video-player\\\/#listItem\",\"name\":\"Flash video player\"}}]},{\"@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\\\/2006\\\/06\\\/02\\\/two-buttons-interfering-with-each-others-rollover-rollout\\\/#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\\\/2006\\\/06\\\/02\\\/two-buttons-interfering-with-each-others-rollover-rollout\\\/#webpage\",\"url\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2006\\\/06\\\/02\\\/two-buttons-interfering-with-each-others-rollover-rollout\\\/\",\"name\":\"Two buttons interfering with each other\\u2019s rollover \\\/ rollout | [mck]\",\"description\":\"This is a problem which is kinda difficult to describe in short sentence. But this is a problem which I seem to be running into for a couple of weeks now. Lets descibe the problem and I will illustrate with a banner (or a simple flv-player) example: The banner (rectangle) is contains a short animation\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2006\\\/06\\\/02\\\/two-buttons-interfering-with-each-others-rollover-rollout\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/author\\\/admin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/author\\\/admin\\\/#author\"},\"datePublished\":\"2006-06-02T23:00:12+01:00\",\"dateModified\":\"2006-09-21T16:37:24+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":"Two buttons interfering with each other\u2019s rollover \/ rollout | [mck]","description":"This is a problem which is kinda difficult to describe in short sentence. But this is a problem which I seem to be running into for a couple of weeks now. Lets descibe the problem and I will illustrate with a banner (or a simple flv-player) example: The banner (rectangle) is contains a short animation","canonical_url":"https:\/\/www.matthijskamstra.nl\/blog\/2006\/06\/02\/two-buttons-interfering-with-each-others-rollover-rollout\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.matthijskamstra.nl\/blog\/2006\/06\/02\/two-buttons-interfering-with-each-others-rollover-rollout\/#article","name":"Two buttons interfering with each other\u2019s rollover \/ rollout | [mck]","headline":"Two buttons interfering with each other&#8217;s rollover \/ rollout","author":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/author\/admin\/#author"},"publisher":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/#organization"},"datePublished":"2006-06-02T23:00:12+01:00","dateModified":"2006-09-21T16:37:24+01:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/2006\/06\/02\/two-buttons-interfering-with-each-others-rollover-rollout\/#webpage"},"isPartOf":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/2006\/06\/02\/two-buttons-interfering-with-each-others-rollover-rollout\/#webpage"},"articleSection":"Flash, Flash video player"},{"@type":"BreadcrumbList","@id":"https:\/\/www.matthijskamstra.nl\/blog\/2006\/06\/02\/two-buttons-interfering-with-each-others-rollover-rollout\/#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-video-player\/#listItem","name":"Flash video player"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog\/category\/flash\/flash-video-player\/#listItem","position":3,"name":"Flash video player","item":"https:\/\/www.matthijskamstra.nl\/blog\/category\/flash\/flash-video-player\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog\/2006\/06\/02\/two-buttons-interfering-with-each-others-rollover-rollout\/#listItem","name":"Two buttons interfering with each other&#8217;s rollover \/ rollout"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog\/category\/flash\/#listItem","name":"Flash"}},{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog\/2006\/06\/02\/two-buttons-interfering-with-each-others-rollover-rollout\/#listItem","position":4,"name":"Two buttons interfering with each other&#8217;s rollover \/ rollout","previousItem":{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog\/category\/flash\/flash-video-player\/#listItem","name":"Flash video player"}}]},{"@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\/2006\/06\/02\/two-buttons-interfering-with-each-others-rollover-rollout\/#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\/2006\/06\/02\/two-buttons-interfering-with-each-others-rollover-rollout\/#webpage","url":"https:\/\/www.matthijskamstra.nl\/blog\/2006\/06\/02\/two-buttons-interfering-with-each-others-rollover-rollout\/","name":"Two buttons interfering with each other\u2019s rollover \/ rollout | [mck]","description":"This is a problem which is kinda difficult to describe in short sentence. But this is a problem which I seem to be running into for a couple of weeks now. Lets descibe the problem and I will illustrate with a banner (or a simple flv-player) example: The banner (rectangle) is contains a short animation","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/2006\/06\/02\/two-buttons-interfering-with-each-others-rollover-rollout\/#breadcrumblist"},"author":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/author\/admin\/#author"},"creator":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/author\/admin\/#author"},"datePublished":"2006-06-02T23:00:12+01:00","dateModified":"2006-09-21T16:37:24+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":"Two buttons interfering with each other\u2019s rollover \/ rollout | [mck]","og:description":"This is a problem which is kinda difficult to describe in short sentence. But this is a problem which I seem to be running into for a couple of weeks now. Lets descibe the problem and I will illustrate with a banner (or a simple flv-player) example: The banner (rectangle) is contains a short animation","og:url":"https:\/\/www.matthijskamstra.nl\/blog\/2006\/06\/02\/two-buttons-interfering-with-each-others-rollover-rollout\/","article:published_time":"2006-06-02T22:00:12+00:00","article:modified_time":"2006-09-21T15:37:24+00:00","twitter:card":"summary_large_image","twitter:title":"Two buttons interfering with each other\u2019s rollover \/ rollout | [mck]","twitter:description":"This is a problem which is kinda difficult to describe in short sentence. But this is a problem which I seem to be running into for a couple of weeks now. Lets descibe the problem and I will illustrate with a banner (or a simple flv-player) example: The banner (rectangle) is contains a short animation"},"aioseo_meta_data":{"post_id":"32","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:06:16","updated":"2025-06-04 07:20:27","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\/flash-video-player\/\" title=\"Flash video player\">Flash video player<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tTwo buttons interfering with each other\u2019s rollover \/ rollout\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 video player","link":"https:\/\/www.matthijskamstra.nl\/blog\/category\/flash\/flash-video-player\/"},{"label":"Two buttons interfering with each other&#8217;s rollover \/ rollout","link":"https:\/\/www.matthijskamstra.nl\/blog\/2006\/06\/02\/two-buttons-interfering-with-each-others-rollover-rollout\/"}],"_links":{"self":[{"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/posts\/32","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=32"}],"version-history":[{"count":0,"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/posts\/32\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/media?parent=32"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/categories?post=32"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/tags?post=32"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}