View Full Version : insert a flash banner??
cabesoul
04-01-2006, 07:04 PM
aloha how insert a flash banner??...without plugins....I have the pure skin, this skin use a image banner but I need insert a flash banner.....help me....thanks anyway... :blink:
kernel
04-16-2006, 10:51 PM
Use Flash wrapper if you want.
Robert_J_Ellis
04-18-2006, 11:43 PM
You'd have to add the flash code directly into the skin, for both the forumskin, and all of the designs.
here's example code ( but it can be done a few ways )
<object classid="clsid:27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="your_file_width" height="your_file_height" title="title of your flash file">
<param name="movie" value="filesource">
<param name="quality" value="high">
<embed src="full path to your file (http://www.)" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="your_file_width" height="your_file_height"></embed>
</object>
otherwise, add it using the flash plugin.
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.