This tutorial will show you how to display a Flash Movie (.swf) in a HTML page using the OBJECT and EMBED tags.To correctly display a Flash movie (.swf) in a browser, you should use an HTML page instead of directly using the Flash (.swf) file. The HTML page must contain the OBJECT and EMBED tags that reference the Flash movie (.swf) file to be displayed. The OBJECT tag is used by Internet Explorer on Windows and the EMBED tags are used by most other browsers including Netscape, Mozilla, Firefox (Windows and Macintosh) and Internet Explorer and Safari (Macintosh). So you should include both OBJECT and EMBED tags so your Flash file can be viewed on various browsers.
|