1
Hi,
I'm strugling to get some flash banners included in the header banner.
The flash file excists out of 2 files : the actaul .swf file, and an html file.
I gues that the html file most point to the
.../right folder/swf_file.swf but still it doesn't work.
This is the code of the html (which i tried to point to my swf file:
http://elephantcoasttourism.com/web/images/banners/headbanner_1.swf)
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
ID=headbanner_1 WIDTH=473 HEIGHT=101>
<PARAM NAME=movie VALUE="/web/images/banners/headbanner_1.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=loop VALUE=true>
<EMBED src="/web/images/banners/headbanner_1.swf" loop=true quality=high
WIDTH=473 HEIGHT=101 TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
EMBED>
OBJECT>
Is this the way to do this or does anyone has other suggestions?
Thanks,
Edwin