How to insert flash into html: 1. Use the "
The operating environment of this tutorial: Windows 7 system, HTML5 version, Dell G3 computer.
Use the
The
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
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
The