uknowkk,
[quoted text, click to view] > I tried placing the swf file into my image folder and
> listing it like I did the images, Bhhaaaa. Obviously
> that was no good,
Yupper. Flash content, like many others -- QuickTime, Java applets,
embedded audio, etc -- require a virtual machine of some sort. In this
case, it's the Flash Player, which must be embedded so the browser knows
what to do with the content.
[quoted text, click to view] > It appears I need to include something in the meta tag
> to indicate use of a player, though I don't understand
> what, and some specific code in the place I want the
> banner to appear, and I don't understand what goes
> there either.
No need for any meta tags. If you have Flash (which you do!), you can
have Flash publish the HTML for you. Just go to your publish settings (File
[quoted text, click to view] > Publish Settings) and make HTML one of your choices. Publish, then view
source on the resultant HTML document to copy/paste the <object> and <embed>
tag code you'll find.
That will do it for you. Keep in mind that Microsoft recently changed
the way IE handles active content, so if you want to avoid the "click to
activate" message for your IE users, follow the suggestions at the following
URLs.
This is the code Dreamweaver, Flash, Fireworks, etc.
have been using for years to embed SWFs (with
explanation).
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_4150 Here's the Active Content section of the Adobe
Developer Center.
http://www.adobe.com/devnet/activecontent/ Here's my personal favorite IE Active Content
workaround.
http://blog.deconcept.com/swfobject/ And here's an Adobe article on how to use SWFObject
(written by the software's author).
http://www.adobe.com/devnet/flash/articles/swfobject.html David
stiller (at) quip (dot) net
Dev essays:
http://www.quip.net/blog/ "Luck is the residue of good design."