9
Try using this codebase:
<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="525"
height="350">
<param
name="movie" value="http://mysite.com/YOURBANNER.swf"> //Your banner link
<param
name="quality" value="high">
<embed
src="http://mysite.com/YOURBANNER.swf" //yourbanner link
quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"
width="525" //The width of your banner
height="350"> //the height of your banner
embed>
object>
Change the "src" values to your banners link
Change the "width" and "height" to your banners values
And you can remove my //notes
Note: If you are putting this code into an HTML page then its fine as is,
However if you are putting this code into a PHP page change the " to '
Hope this helps :)