{"image_url":null,"author_url":"https://blog.hatena.ne.jp/hateka/","provider_name":"Hatena Blog","published":"2011-07-23 01:18:10","url":"https://hateka.hateblo.jp/entry/20110723/1311437890","blog_url":"https://hateka.hateblo.jp/","author_name":"hateka","title":"Singleton\u3092AS3\u3067\u3082\u66f8\u3044\u3066\u307f\u305f","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhateka.hateblo.jp%2Fentry%2F20110723%2F1311437890\" title=\"Singleton\u3092AS3\u3067\u3082\u66f8\u3044\u3066\u307f\u305f - hateka\u2019s blog\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","width":"100%","blog_title":"hateka\u2019s blog","version":"1.0","provider_url":"https://hatena.blog","categories":["\u30c7\u30b6\u30a4\u30f3\u30d1\u30bf\u30fc\u30f3"],"type":"rich","description":"package { import flash.display.Sprite; public class Singleton extends Sprite { private static var init:Singleton; public function Singleton(priv:Prive){ } public static function getInstance():Singleton{ if(init == null){ init = new Singleton(); } return init; } } } class Prive{ } \u3053\u306e\u524d\u66f8\u3044\u305f\u30b7\u30f3\u30b0\u30eb\u30c8\u30f3\u30d1\u30bf\u30fc\u30f3\u3092AS\u2026","height":"190"}