PDA

View Full Version : adding a flash banner


SnowBot
07-28-2003, 03:26 PM
Hi guys

1. Im running VB3, just wanted to know how i can use a Flash banner. swf file? as my forum header gfx ?

2. how can i turn off the tool tips ? Members can so the contents of the thread without going into it :( makes people not reply.

3. how do i make all full forum link active so users can click any part of it to enter, and iv seen on some board where each turns a differant shade when u hover the mouse.

I would be greatful if you can help

THANKS
Snowy

TheEnd
07-29-2003, 05:57 AM
This was on a post a LONG time ago, for vb2, but its worth a shot.

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="300" height="160">
<param name="movie" value="{imagesfolder}/your_file_name.ext">
<param name="quality" value="high">
<embed src="{imagesfolder}/your_file_name.ext" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="160"></embed></object>