0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

メモ: Flash

Last updated at Posted at 2020-02-27

OCX

  • C:\WINDOWS\system32\Macromed\Flash\flash.ocx

xp

スクリーンショット_2020-02-27_09-51-27.png

10

10.png

埋め込み方

サンプル

(noembedタグはIE6の時点で機能しなかった・・・)

<object width="550" height="400">
   <param name="movie" value="somefilename.swf">
   <embed src="somefilename.swf" width="550" height="400">
   </embed>

   <noembed> フラッシュを見るにはプラグインが必要です。</noembed>
</object>
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?