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


Pastor
10-05-2005, 12:51 PM
I am needing some help in adding a flash file to our site.

I have the flash file up and running, but not for sure how to add the right coding to our html page to show it.

can somebody give me a hand.

Sample Page (http://www.victorylifecenter.org/temp.html)

You will see on the page that the banner is just blank. That is where the flash file should be?

Can somebody help?

Thanks
Pastor

Kamui
10-05-2005, 01:00 PM
you need to embed the flash file.

ie

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="575" height="120">
<param name=movie value="banner.swf">
<param name=quality value=high>
<embed src="banner.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="575" height="120">
</embed>
</object>

Pastor
10-05-2005, 01:04 PM
that needs to go where?

Thanks
Pastor

Kamui
10-05-2005, 01:06 PM
your current code is

a href="news.html"><img src="events.swf" alt="banner" width="575" height="120" border="0"></a></p>


just replace what i put in the previous post there.

to have it link to where its pointing, make the flash banner a link, which you can do in flash

Pastor
10-05-2005, 01:07 PM
Do i need to remove the a<ref tag that shows it to go to news.html?


Thanks
PAstor

Pastor
10-05-2005, 01:11 PM
Thanks a bunch that worked.
that was it...


Thanks
Pastor

Kamui
10-05-2005, 01:16 PM
yes, get rid of the <a ref> tags