<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><ul><li><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="1" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[1]</anchor-end>
<cite>De HTML 2.0, &amp;#224; 3.2, et les extensions</cite> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://etud.epita.fr/~mk/HTML/tutorial_HTML.html#embeded">http://etud.epita.fr/~mk/HTML/tutorial_HTML.html#embeded</anchor-external>
(<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">名無しさん</anchor> <weak xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">2006-10-03 10:45:46 +00:00</weak>)<ul><li><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="5" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[5]</anchor-end> 消滅確認 <time>2024-09-14T02:15:17.100Z</time></li><li><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="3" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[3]</anchor-end> <cite>De HTML 2.0, à 3.2, et les extensions</cite>, 
<data itemprop="author"><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">Florent CHICHERY</anchor></data>,
<time>2024-09-14T02:12:53.000Z</time>, <time>2003-08-03T08:57:41.412Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://web.archive.org/web/20030803085514/http://etud.epita.fr/~mk/HTML/tutorial_HTML.html">https://web.archive.org/web/20030803085514/http://etud.epita.fr/~mk/HTML/tutorial_HTML.html</anchor-external></li><li><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="4" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[4]</anchor-end> <cite>Tutorial HTML</cite>, 
<data itemprop="author"><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">Florent CHICHERY</anchor></data>,
<time>2024-09-14T02:15:29.000Z</time>, <time>2003-04-18T00:53:06.507Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://web.archive.org/web/20030418005202/http://etudiant.epita.fr:8000/~mk/HTML/">https://web.archive.org/web/20030418005202/http://etudiant.epita.fr:8000/~mk/HTML/</anchor-external></li></ul></li></ul><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="2" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[2]</anchor-end>
<anchor-internal xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="1" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">&gt;&gt;1</anchor-internal><pre class="HTML invalid example code">&lt;EMBEDED SRC=&quot;TheXFiles.avi&quot; WIDTH=&quot;40&quot; HEIGHT=&quot;30&quot;&gt;</pre></p><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="6" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[6]</anchor-end> <cite>MIDIの音楽とJavaScript</cite>
(<time>2018-02-10T11:58:01.000Z</time>, <time>2024-09-14T02:34:09.840Z</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://mstak.na.coocan.jp/Computer/midi.html">http://mstak.na.coocan.jp/Computer/midi.html</anchor-external></figcaption><blockquote><p>MIDIの音楽を鳴らすのは、機種依存性のないものでは、embededタグを使うか、A(Anchor)タグを使ってmidiファイルにリンクするかですが、ファイルをダウンロードしたあとは、Media Playerのようなプラグインソフトを呼び出すか、関連づけられているソフトを起動するかして鳴らしてくれます。これは、CDなみの音質が出るというmp3やwmaファイルでも、ストリーミグビデオ、wmvファイルで動画を見るときも同じです。</p><p>ここでは、JavaScriptの応用として、3通りの方法でトライしてみます。いずれも、フォームの選択項目(selectフォーム)にあるMIDIファイルを選択するのですが、そのあとの処理を変えてみます。最初のものは、document.writeで、EMBEDタグを書き出すのですが、body部に書くと、更新ボタンを押さないとだめだし、head部に書くと、情報が消えてしまうとか欠点があります。2番目は、そういう問題点をみごとに解決したもので、innerHTMLを使うということで、DOMの応用としても重要かと思います。3番目は、location.hrefを使って、A(Anchor)タグを使うと同じ効果をあげるものです。簡単だし、とくに問題もありません。</p><p><snip xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:"></snip></p><p>このプログラムはembededタグを使って、midiを鳴らそうというものです。「ホームページに今すぐ活かせるJavaScript」のP137「乱数によるBGM切り替え」及びP154「選択項目」を参考にしましたが、formの中でも、かなり難解な部類でしょう。</p><p><snip xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:"></snip></p><p>オブジェクトの関連が複雑ですが、選択肢の中味、ここではmidiファイル名を返します。</p><p>BODYの中で、document.writeを使って、EMBEDタグを書き出しています。</p><p>document.write(&quot;&lt;EMBED SRC='&quot; + getVal() + &quot;' AUTOSTART='true' </p><p>HIDDEN='false' width=200 height=200&gt;&quot;);</p><p>として利用しています。</p><p>JavaScriptなどを使わずに、普通に書くと、</p><p>&quot;&lt;EMBED SRC=&quot;sakura.mid&quot; AUTOSTART=&quot;true&quot; HIDDEN=&quot;false&quot; &gt;&quot;</p><p>となるところです。</p><p><snip xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:"></snip></p><p>冒頭にも書いたように、CDの音楽を圧縮したMP3,wmaファイルやビデオを圧縮したwmvファイルを呼び出すのも、Anchorタグないしembededタグです。これらは圧縮しても、容量が大きいので、ページ読み込みと同時に呼び出されるembededよりも、見ておられる方の意志にまかせるAnchorタグで扱っています。</p></blockquote></figure><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="7" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[7]</anchor-end> <anchor-internal xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="6" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">&gt;&gt;6</anchor-internal> <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">タグ</anchor>では正しく <code>embed</code> なのに文中ではなぜかembededタグと言っている。
<code>a</code> のことをAnchorタグと言っているのでその類とも思われるが、
<code>a</code> と違って <code>embed</code> は embeded の省略ではないし、標準的な英語綴りでは embe<strong>dd</strong>ed
になるはずという意味でも誤っている。</p><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="8" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[8]</anchor-end> <cite xml:lang="ja">ASCII.jp:速さよりも機能! HTML 5対応を強化したFirefox 3.1 α2</cite>
(<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">ASCII</anchor>, <time>2024-09-14T02:37:58.000Z</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://ascii.jp/elem/000/000/170/170394/">https://ascii.jp/elem/000/000/170/170394/</anchor-external></figcaption><blockquote><p><snip xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:"></snip>これまで動画をHTMLに埋め込むには、<b>&lt;object&gt;タグ</b>や<b>&lt;embeded&gt;タグ</b>を使い、いくつものパラメーターを指定しなければならなかった。<snip xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:"></snip></p></blockquote></figure><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="9" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[9]</anchor-end> <cite xml:lang="en">Web Audio API, Web MIDI API - 2015 html5 conference | PPT</cite>, <time>2024-09-14T02:44:26.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://www.slideshare.net/slideshow/web-audi-oapi-web-midi-api-2015-html5-conference/43867840">https://www.slideshare.net/slideshow/web-audi-oapi-web-midi-api-2015-html5-conference/43867840</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="10" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[10]</anchor-end> <anchor-internal xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="9" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">&gt;&gt;9</anchor-internal> 昔から <code>embeded</code> <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">要素</anchor>で <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">MIDI</anchor> ファイルを再生できたと主張している。</p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="11" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[11]</anchor-end> <cite xml:lang="ja">xp Excel 図が大きすぎます?切り捨てる? -xpを使用しています。先週ま- Windows Vista・XP | 教えて!goo</cite>, <time>2024-09-14T02:46:04.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://oshiete.goo.ne.jp/qa/8235534.html">https://oshiete.goo.ne.jp/qa/8235534.html</anchor-external></p><blockquote><p>EMBEDED SRC=”xxxx”を消しても
図は残ってますから大丈夫です。パスだけ消してみてどうですか? </p></blockquote><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="12" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[12]</anchor-end> <cite>Lee Jisoo 2U</cite>, <time>2024-09-14T02:48:02.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://webcache.googleusercontent.com/search?client=firefox-b-d&amp;q=cache%3Ahttps%3A%2F%2Fclub.brokore.com%2Fuser%2Ffreeboard%2Ffreeboard_rewrite.jsp%3Fcircleid%3DF05000C0000010032%26instid%3D172%26serial%3D51%26no%3D10%26npage%3D3%26wDiv%3D%26wStr%3D">http://webcache.googleusercontent.com/search?client=firefox-b-d&amp;q=cache%3Ahttps%3A%2F%2Fclub.brokore.com%2Fuser%2Ffreeboard%2Ffreeboard_rewrite.jsp%3Fcircleid%3DF05000C0000010032%26instid%3D172%26serial%3D51%26no%3D10%26npage%3D3%26wDiv%3D%26wStr%3D</anchor-external></p><blockquote><pre>
		  &lt;textarea name=&quot;content&quot; style=&quot;width:100%; height:400; line-height:14px;&quot; &gt;&lt;OBJECT id=movie codeBase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0&quot; classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000 width=540 align=middle height=331&gt;&lt;PARAM NAME=&quot;_cx&quot; VALUE=&quot;14287&quot;&gt;&lt;PARAM NAME=&quot;_cy&quot; VALUE=&quot;8757&quot;&gt;&lt;PARAM NAME=&quot;FlashVars&quot; VALUE=&quot;&quot;&gt;&lt;PARAM NAME=&quot;Movie&quot; VALUE=&quot;http://flvr.pandora.tv/flv2pan/flvmovie.dll/userid=rospo&amp;amp;prgid=37644406&amp;amp;countryChk=jp&amp;amp;skin=1&quot;&gt;&lt;PARAM NAME=&quot;Src&quot; VALUE=&quot;http://flvr.pandora.tv/flv2pan/flvmovie.dll/userid=rospo&amp;amp;prgid=37644406&amp;amp;countryChk=jp&amp;amp;skin=1&quot;&gt;&lt;PARAM NAME=&quot;WMode&quot; VALUE=&quot;Transparent&quot;&gt;&lt;PARAM NAME=&quot;Play&quot; VALUE=&quot;0&quot;&gt;&lt;PARAM NAME=&quot;Loop&quot; VALUE=&quot;-1&quot;&gt;&lt;PARAM NAME=&quot;Quality&quot; VALUE=&quot;High&quot;&gt;&lt;PARAM NAME=&quot;SAlign&quot; VALUE=&quot;LT&quot;&gt;&lt;PARAM NAME=&quot;Menu&quot; VALUE=&quot;-1&quot;&gt;&lt;PARAM NAME=&quot;Base&quot; VALUE=&quot;&quot;&gt;&lt;PARAM NAME=&quot;AllowScriptAccess&quot; VALUE=&quot;always&quot;&gt;&lt;PARAM NAME=&quot;Scale&quot; VALUE=&quot;NoScale&quot;&gt;&lt;PARAM NAME=&quot;DeviceFont&quot; VALUE=&quot;0&quot;&gt;&lt;PARAM NAME=&quot;EmbedMovie&quot; VALUE=&quot;0&quot;&gt;&lt;PARAM NAME=&quot;BGColor&quot; VALUE=&quot;&quot;&gt;&lt;PARAM NAME=&quot;SWRemote&quot; VALUE=&quot;&quot;&gt;&lt;PARAM NAME=&quot;MovieData&quot; VALUE=&quot;&quot;&gt;&lt;PARAM NAME=&quot;SeamlessTabbing&quot; VALUE=&quot;1&quot;&gt;&lt;PARAM NAME=&quot;Profile&quot; VALUE=&quot;0&quot;&gt;&lt;PARAM NAME=&quot;ProfileAddress&quot; VALUE=&quot;&quot;&gt;&lt;PARAM NAME=&quot;ProfilePort&quot; VALUE=&quot;0&quot;&gt;&lt;PARAM NAME=&quot;AllowNetworking&quot; VALUE=&quot;all&quot;&gt;&lt;PARAM NAME=&quot;AllowFullScreen&quot; VALUE=&quot;true&quot;&gt;
      &lt;embeded src=&quot;http://flvr.pandora.tv/flv2pan/flvmovie.dll/userid=rospo&amp;prgid=37644406&amp;countryChk=jp&amp;skin=1&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; allowScriptAccess=&quot;always&quot; allowFullScreen=&quot;true&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; width=&quot;540&quot; height=&quot;331&quot; /&gt;&lt;/embed&gt; &lt;/OBJECT&gt;&lt;br&gt;------------------------------------------------&lt;br&gt;&lt;/textarea&gt;&lt;/td&gt;</pre></blockquote><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="13" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[13]</anchor-end> <anchor-internal xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="12" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">&gt;&gt;12</anchor-internal> なぜ <code>textarea</code> 内にこれが入っているのかは謎だけど、
<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">Flash</anchor> で動画再生するものらしい。
<code>object</code> の<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">フォールバック内容</anchor>で <code>embed</code> を書くべき所が
<code>embeded</code> になっている。</p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="14" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[14]</anchor-end> <cite xml:lang="en">Vaadin 6.7.0 is detected as a virus by McAfee - Vaadin Forum</cite>, <time>2024-09-14T02:50:17.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://vaadin.com/forum/t/vaadin-6-7-0-is-detected-as-a-virus-by-mcafee/114192/8">https://vaadin.com/forum/t/vaadin-6-7-0-is-detected-as-a-virus-by-mcafee/114192/8</anchor-external></p><blockquote><p>I think the only hope for Vaadin.jar would be to find out which component uses &lt;embeded src=… and look if there is way to work arround this.</p></blockquote><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="15" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[15]</anchor-end> <cite xml:lang="zh-CN">HTML tag(标签)用法_finereport单元格html显示tag标签-CSDN博客</cite>, <time>2024-09-14T02:51:51.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://blog.csdn.net/u012777182/article/details/37655377">https://blog.csdn.net/u012777182/article/details/37655377</anchor-external></p><blockquote><pre>          &lt;embeded src=多媒体路径名 width= height= align=
                   autostart= loop= hidden= &gt;          

               hidden=true  隐藏播放器
               autostart=   ture/false
               loop=  true/false/数字</pre></blockquote><figure class="data"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="216" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[216]</anchor-end> <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">HTML要素概説</anchor></figcaption><dl><dt><f xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">要素名</f></dt><dd><code>embeded</code></dd><dt>日付</dt><dd><time>2006</time></dd><dt>説明</dt><dd>
低品質の解説等で
<code>embed</code>
が
<code>embeded</code>
と紹介されることが稀にある。</dd><dt>出典</dt><dd><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">&lt;embeded&gt;</anchor></dd></dl></figure></body></html>