<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>fakufaku</author_name>
  <author_url>https://blog.hatena.ne.jp/fakufaku/</author_url>
  <blog_title>逸脱への助走</blog_title>
  <blog_url>https://fakufaku.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>昨日の続きです。IE で「終了!」ボタンを効かせるようにできました。決め手は、button の onclick 属性にイベントハンドラを割り振る方法の問題でした。init() 中: $('button').setAttribute('onClick', 'stop()');上記を以下に変えます。 $('button').onclick = stop;stop() 中: $('button').setAttribute('onClick', 'run()');上記を以下に変えます。 $('button').onclick = run;nanto_vi さんの Days on the Moon で…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffakufaku.hatenadiary.org%2Fentry%2F20060425&quot; title=&quot; - 逸脱への助走&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2006-04-25 00:00:00</published>
  <title></title>
  <type>rich</type>
  <url>https://fakufaku.hatenadiary.org/entry/20060425</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
