
{"id":478,"date":"2009-02-18T09:00:24","date_gmt":"2009-02-18T08:00:24","guid":{"rendered":"http:\/\/www.matthijskamstra.nl\/blog\/?p=478"},"modified":"2009-04-26T03:16:57","modified_gmt":"2009-04-26T02:16:57","slug":"loop-mp3-in-flash","status":"publish","type":"post","link":"https:\/\/www.matthijskamstra.nl\/blog\/2009\/02\/18\/loop-mp3-in-flash\/","title":{"rendered":"Loop mp3 in Flash"},"content":{"rendered":"<p>Oke, here come my problem. I&#8217;m trying to create a sound looping engine in Flash, and because I don&#8217;t want files to be embedded in the FLA (in the library) I only can use MP3 as a sound file which I can load dynamically. <\/p>\n<p>I didn&#8217;t know this, but mp3 has a silence at the end of the song, and sometimes also at the beginning of the song (and sometimes both).<br \/>\nOther file, files without compression like WAV, don&#8217;t have this problem.<\/p>\n<p>I don&#8217;t want to get to deep into this problem, but if you&#8217;re interested in the problem and you need to read more about it: about gapless playback: <a href=\"http:\/\/en.wikipedia.org\/wiki\/Gapless_playback\">Gapless playback<\/a> and <a href=\"http:\/\/lame.sourceforge.net\/tech-FAQ.txt\">LAME tech FAQ<\/a>.<\/p>\n<p>I remember from AS2 the looping problem, but I hoped it was fixed in AS3.<br \/>\nSo this is what I tried to do:<\/p>\n<p>A colleague of mine (<a href=\"http:\/\/profile.myspace.com\/index.cfm?fuseaction=user.viewprofile&#038;friendid=300449619\">Boy Wonder<\/a>) gave me a beat so I could go to work.<\/p>\n<h3>#1 &#8211; First try<\/h3>\n<p>First convert the beat from WAV to MP3: I used <a href=\"http:\/\/audacity.sourceforge.net\/\">Audacity<\/a>, an open source software for recording and editing sound.<\/p>\n<p>Oke, the only thing I needed is to load the file (because it&#8217;s a local test, there is no loading) and hear if it worked:<\/p>\n<pre class=\"brush: as3; title: ; notranslate\" title=\"\">\r\n\/\/ AS3\r\nprivate var url:String = \"MySound.mp3\";\r\nprivate var song:SoundChannel;\r\nvar request:URLRequest = new URLRequest(url);\r\nvar soundFactory:Sound = new Sound();\r\nsoundFactory.load(request);\r\nsong = soundFactory.play(0, int.MAX_VALUE); \r\n<\/pre>\n<p><strong>No, it didn&#8217;t loop correctly<\/strong><\/p>\n<h3>#2 &#8211; Second try<\/h3>\n<p>Open the newly generated MP3, and there they are: the silence at the beginning and at the end of the song. I could use Audacity to remove it, but I use another program for that: <a href=\"http:\/\/www.mptrim.com\/\">mptrim<\/a>. <\/p>\n<blockquote><p>mpTrim is a simple and easy to use MP3 editor.<\/p>\n<ul>\n<li>mpTrim can trim MP3s &#8211; removing silent or unwanted parts.<\/li>\n<li>mpTrim can adjust the volume of MP3s. Volume change can be manual or automatic (volume normalization).<\/li>\n<li>mpTrim can fade-in\/out MP3s (to fix abrupt beginning\/ending).<\/li>\n<li>mpTrim can clean-up MP3s and recover wasted disk space.<\/li>\n<li>mpTrim keeps the music quality intact, no matter how many times you process an MP3, because it works directly in the MP3 format without having to decode\/re-encode. That also makes it very fast.<\/li>\n<\/ul>\n<\/blockquote>\n<p>mpTrim has an auto function for removing silent, so that&#8217;s very easy.<\/p>\n<p>But after loading the new mp3 without silence, the hiccup was much smaller, but still there.<\/p>\n<h3>#3 &#8211; Third try (neeeh forget it)<\/h3>\n<p>The last try would be to fix it in code: I was thinking about a earlier starting a loop (0.02 second) but with a lot of tracks this would probably be very cpu intensive.<br \/>\nA quick search on the Internet, I couldn&#8217;t find a solution in code. It&#8217;s a bug in Flash and people that are more into sound then I am, are working hard to move Adobe to change some of the sound features in Flash: <a href=\"http:\/\/www.make-some-noise.info\/\">http:\/\/www.make-some-noise.info\/<\/a><\/p>\n<h3>Conclusion<\/h3>\n<p>Because I have a hard head, and I need to make the same mistakes everyone makes&#8230;.<br \/>\nBut after all I have to conclude: It <strong>can&#8217;t<\/strong> be done, you will eventually get a hiccup in the loop.<br \/>\nIt&#8217;s impossible to fix this problem.<\/p>\n<p>So a dynamically loaded MP3 loops in flash will never work. The only way to get good loops is with WAV imported in the FLA (library) and use linkage<\/p>\n<p>\ud83d\ude41<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Oke, here come my problem. I&#8217;m trying to create a sound looping engine in Flash, and because I don&#8217;t want files to be embedded in the FLA (in the library) I only can use MP3 as a sound file which I can load dynamically. I didn&#8217;t know this, but mp3 has a silence at the [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22,3],"tags":[39,408,189,398,191,190,42,188],"class_list":["post-478","post","type-post","status-publish","format-standard","hentry","category-as3","category-flash","tag-as2","tag-as3","tag-audacity","tag-flash","tag-gapless-playback","tag-mptrim","tag-open-source","tag-open-source-software"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Oke, here come my problem. I&#039;m trying to create a sound looping engine in Flash, and because I don&#039;t want files to be embedded in the FLA (in the library) I only can use MP3 as a sound file which I can load dynamically. I didn&#039;t know this, but mp3 has a silence at the\" \/>\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\/2009\/02\/18\/loop-mp3-in-flash\/\" \/>\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=\"Loop mp3 in Flash | [mck]\" \/>\n\t\t<meta property=\"og:description\" content=\"Oke, here come my problem. I&#039;m trying to create a sound looping engine in Flash, and because I don&#039;t want files to be embedded in the FLA (in the library) I only can use MP3 as a sound file which I can load dynamically. I didn&#039;t know this, but mp3 has a silence at the\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.matthijskamstra.nl\/blog\/2009\/02\/18\/loop-mp3-in-flash\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2009-02-18T08:00:24+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2009-04-26T02:16:57+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Loop mp3 in Flash | [mck]\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Oke, here come my problem. I&#039;m trying to create a sound looping engine in Flash, and because I don&#039;t want files to be embedded in the FLA (in the library) I only can use MP3 as a sound file which I can load dynamically. I didn&#039;t know this, but mp3 has a silence at the\" \/>\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\\\/2009\\\/02\\\/18\\\/loop-mp3-in-flash\\\/#article\",\"name\":\"Loop mp3 in Flash | [mck]\",\"headline\":\"Loop mp3 in Flash\",\"author\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/author\\\/admin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/#organization\"},\"datePublished\":\"2009-02-18T09:00:24+01:00\",\"dateModified\":\"2009-04-26T03:16:57+01:00\",\"inLanguage\":\"en-US\",\"commentCount\":3,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2009\\\/02\\\/18\\\/loop-mp3-in-flash\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2009\\\/02\\\/18\\\/loop-mp3-in-flash\\\/#webpage\"},\"articleSection\":\"AS3, Flash, AS2, AS3, audacity, Flash, gapless playback, mptrim, Open Source, open source software\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2009\\\/02\\\/18\\\/loop-mp3-in-flash\\\/#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\\\/as3\\\/#listItem\",\"name\":\"AS3\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/category\\\/flash\\\/as3\\\/#listItem\",\"position\":3,\"name\":\"AS3\",\"item\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/category\\\/flash\\\/as3\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2009\\\/02\\\/18\\\/loop-mp3-in-flash\\\/#listItem\",\"name\":\"Loop mp3 in Flash\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/category\\\/flash\\\/#listItem\",\"name\":\"Flash\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2009\\\/02\\\/18\\\/loop-mp3-in-flash\\\/#listItem\",\"position\":4,\"name\":\"Loop mp3 in Flash\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/category\\\/flash\\\/as3\\\/#listItem\",\"name\":\"AS3\"}}]},{\"@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\\\/2009\\\/02\\\/18\\\/loop-mp3-in-flash\\\/#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\\\/2009\\\/02\\\/18\\\/loop-mp3-in-flash\\\/#webpage\",\"url\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2009\\\/02\\\/18\\\/loop-mp3-in-flash\\\/\",\"name\":\"Loop mp3 in Flash | [mck]\",\"description\":\"Oke, here come my problem. I'm trying to create a sound looping engine in Flash, and because I don't want files to be embedded in the FLA (in the library) I only can use MP3 as a sound file which I can load dynamically. I didn't know this, but mp3 has a silence at the\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2009\\\/02\\\/18\\\/loop-mp3-in-flash\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/author\\\/admin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/author\\\/admin\\\/#author\"},\"datePublished\":\"2009-02-18T09:00:24+01:00\",\"dateModified\":\"2009-04-26T03:16: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":"Loop mp3 in Flash | [mck]","description":"Oke, here come my problem. I'm trying to create a sound looping engine in Flash, and because I don't want files to be embedded in the FLA (in the library) I only can use MP3 as a sound file which I can load dynamically. I didn't know this, but mp3 has a silence at the","canonical_url":"https:\/\/www.matthijskamstra.nl\/blog\/2009\/02\/18\/loop-mp3-in-flash\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.matthijskamstra.nl\/blog\/2009\/02\/18\/loop-mp3-in-flash\/#article","name":"Loop mp3 in Flash | [mck]","headline":"Loop mp3 in Flash","author":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/author\/admin\/#author"},"publisher":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/#organization"},"datePublished":"2009-02-18T09:00:24+01:00","dateModified":"2009-04-26T03:16:57+01:00","inLanguage":"en-US","commentCount":3,"mainEntityOfPage":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/2009\/02\/18\/loop-mp3-in-flash\/#webpage"},"isPartOf":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/2009\/02\/18\/loop-mp3-in-flash\/#webpage"},"articleSection":"AS3, Flash, AS2, AS3, audacity, Flash, gapless playback, mptrim, Open Source, open source software"},{"@type":"BreadcrumbList","@id":"https:\/\/www.matthijskamstra.nl\/blog\/2009\/02\/18\/loop-mp3-in-flash\/#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\/as3\/#listItem","name":"AS3"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog\/category\/flash\/as3\/#listItem","position":3,"name":"AS3","item":"https:\/\/www.matthijskamstra.nl\/blog\/category\/flash\/as3\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog\/2009\/02\/18\/loop-mp3-in-flash\/#listItem","name":"Loop mp3 in Flash"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog\/category\/flash\/#listItem","name":"Flash"}},{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog\/2009\/02\/18\/loop-mp3-in-flash\/#listItem","position":4,"name":"Loop mp3 in Flash","previousItem":{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog\/category\/flash\/as3\/#listItem","name":"AS3"}}]},{"@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\/2009\/02\/18\/loop-mp3-in-flash\/#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\/2009\/02\/18\/loop-mp3-in-flash\/#webpage","url":"https:\/\/www.matthijskamstra.nl\/blog\/2009\/02\/18\/loop-mp3-in-flash\/","name":"Loop mp3 in Flash | [mck]","description":"Oke, here come my problem. I'm trying to create a sound looping engine in Flash, and because I don't want files to be embedded in the FLA (in the library) I only can use MP3 as a sound file which I can load dynamically. I didn't know this, but mp3 has a silence at the","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/2009\/02\/18\/loop-mp3-in-flash\/#breadcrumblist"},"author":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/author\/admin\/#author"},"creator":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/author\/admin\/#author"},"datePublished":"2009-02-18T09:00:24+01:00","dateModified":"2009-04-26T03:16: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":"Loop mp3 in Flash | [mck]","og:description":"Oke, here come my problem. I'm trying to create a sound looping engine in Flash, and because I don't want files to be embedded in the FLA (in the library) I only can use MP3 as a sound file which I can load dynamically. I didn't know this, but mp3 has a silence at the","og:url":"https:\/\/www.matthijskamstra.nl\/blog\/2009\/02\/18\/loop-mp3-in-flash\/","article:published_time":"2009-02-18T08:00:24+00:00","article:modified_time":"2009-04-26T02:16:57+00:00","twitter:card":"summary_large_image","twitter:title":"Loop mp3 in Flash | [mck]","twitter:description":"Oke, here come my problem. I'm trying to create a sound looping engine in Flash, and because I don't want files to be embedded in the FLA (in the library) I only can use MP3 as a sound file which I can load dynamically. I didn't know this, but mp3 has a silence at the"},"aioseo_meta_data":{"post_id":"478","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:31","updated":"2025-06-04 09:42:41","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\/as3\/\" title=\"AS3\">AS3<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tLoop mp3 in Flash\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":"AS3","link":"https:\/\/www.matthijskamstra.nl\/blog\/category\/flash\/as3\/"},{"label":"Loop mp3 in Flash","link":"https:\/\/www.matthijskamstra.nl\/blog\/2009\/02\/18\/loop-mp3-in-flash\/"}],"_links":{"self":[{"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/posts\/478","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=478"}],"version-history":[{"count":10,"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/posts\/478\/revisions"}],"predecessor-version":[{"id":944,"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/posts\/478\/revisions\/944"}],"wp:attachment":[{"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/media?parent=478"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/categories?post=478"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/tags?post=478"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}