Click to See Complete Forum and Search --> : Embedding Flash


s0ms0m
11-16-2003, 03:56 AM
I have a .swf file I've made, and now I'm wondering how to embed it into a web page. I'm a notepad coder, so no "Import with Dreamweaver" info please.

iniquity101
11-16-2003, 06:05 AM
<embed src="flashfile.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100" height="22"></embed>

s0ms0m
11-16-2003, 10:00 AM
Thanks iniquity101. :)

fredmv
11-16-2003, 12:38 PM
You may also find the following article helpful:

http://www.alistapart.com/articles/flashsatay/

pyro
11-16-2003, 12:45 PM
Use the ALA method (fredmv linked to it). <embed> is not valid HTML and should not be used.