" tag with the syntax ""; 2. Use the "" tag with the syntax " "."/> " tag with the syntax ""; 2. Use the "" tag with the syntax " ".">

Home  >  Article  >  Web Front-end  >  How to insert flash into html

How to insert flash into html

青灯夜游
青灯夜游Original
2021-05-11 14:02:377453browse

How to insert flash into html: 1. Use the "d8e2720730be5ddc9c2a3782839e8eb6" tag, the syntax is "3784c33e79ca940925f14a46ecfe4dac"; 2. Use the "273238ce9338fbb04bee6997e5552b95" tag, the syntax "1bbc9ca5703a1c6e112a89639db41797eb50c9ec568c9b96871b9e94a1ff3fd1".

How to insert flash into html

The operating environment of this tutorial: Windows 7 system, HTML5 version, Dell G3 computer.

Use the d8e2720730be5ddc9c2a3782839e8eb6 tag

Thed8e2720730be5ddc9c2a3782839e8eb6 tag is used to embed multimedia elements in HTML pages.

The following HTML code displays a Flash video embedded in a web page:

<embed src="intro.swf" height="200" width="200">

Description:

  • HTML4 does not recognize the d8e2720730be5ddc9c2a3782839e8eb6 tag. Your page cannot pass verification.

  • If the browser does not support Flash, the video will not playback

  • iPad and iPhone cannot display Flash videos.

  • If you convert the video to other formats, then it still won't play in all browsers.

##Use the 273238ce9338fbb04bee6997e5552b95 tag

The273238ce9338fbb04bee6997e5552b95 tag is used to embed multimedia elements in HTML pages.

The following HTML snippet shows a Flash video embedded in a web page:

<object data="intro.swf" height="200" width="200"></object>

Note:

  • If the browser does not support Flash, the video will not play .

  • iPad and iPhone cannot display Flash videos.

  • If you convert the video to other formats, then it still won't play in all browsers.

Recommended tutorial: "

html video tutorial"

The above is the detailed content of How to insert flash into html. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:html what are commentsNext article:html what are comments