Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Web サイトに Flash ビデオを埋め込んでいます。Flash を持っていないユーザー、または Flash をサポートしていないデバイスを使用しているユーザーには、このことについて警告したいと思います。どうすればこれを行うことができますか?
次の例のように、警告を Flash ビデオ<object>タグ内に挿入します。
<object>
<object> <p> This is a warning </p> </object>
また
<object> <image src = "warning.jpg" /> </object>
ほとんどの場合、ユーザーのデバイスに Flash がインストールされていない場合、ビデオを表示するには Flash をインストールする必要があることが自動的に通知されます。