Hi!
Thanks for everyones swift responses!
I've now got the banner showing with the code below..
<object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
width="600" height="80" VIEWASTEXT>
<param name="movie" value="SWF_files/banner.swf">
<param name="quality" value="high">
<param name="menu" value="true">
<param name="play" value="true">
<param name="wmode" value="Window">
<param name="scale" value="ShowAll">
</object>
what do I need to add to it so that I give it a target/href and title
similar to a <A> attribute?
Thanks again.
--
Many thanks.
Eliyahu Goldin said:
You need to include it in the html as an <object> or/and <embed> tag. Google
for "flash html", you will find plenty of examples.