Get-Wireless 2 Posted June 21, 2006 Share Posted June 21, 2006 Hi guys n gals. I am having a little trouble to get my swf banner to appear in the header. I have tried several variants of the code needed nut at best I get 'press spacebar or enter to activate and use this control' Or 'Click to activate and use this control' I have tried pressing spacebar, enter and clicking (furiously I might add) but to no avail Here is the types of code I have tried <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr class="header"> <td align="left"> <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="468" height="60"> <param name="movie" value="banner.swf"> <param name=quality value=high> <embed src="http://www.get-wireless.co.uk/test/images/banner.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi ?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="468" height="60"></embed> </object> </td> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr class="header"> <td align="left"> <object type="application/x-shockwave-flash" data="http://www.get-wireless.co.uk/test/images/banner.swf" width="468" height="60"> <param name="movie" value="banner.swf" /> <param name="wmode" value="opaque" /> <param name="play" value="true" /> </object> </td> The following code works on my simple machines forum which only took 15 minuets in google. <object width="468" height="60"> <param name="movie" value="banner.swf"> <embed src="', $settings['images_url'], '/banner.swf" width="468" height="60" style="float: right;" alt="" /> </embed> </object> Can anyone recommend were I am going wrong with this please? Contributions installed so far Discount Coupon Codes Ultimate SEO Urls Star Product Product Description Header template Modern design Search box Add to favorites Discount Plus All Manufacturers Loginbox Best Lightbox V2 Optional Related Products Plus Many more Link to comment Share on other sites More sharing options...
Get-Wireless 2 Posted June 21, 2006 Author Share Posted June 21, 2006 Cant adam and eve it, I been at it for ages coupl eof days in fact, As soon as I post this, the next change I make works. Oh well hey ho. <object width="468" height="60"> <param name="movie" value="banner.swf"> <embed src="http://www.get-wireless.co.uk/test/images/banner.swf" width="468" height="60"> </embed> </object> Is what worked for me just in case anybody else has the same problem Contributions installed so far Discount Coupon Codes Ultimate SEO Urls Star Product Product Description Header template Modern design Search box Add to favorites Discount Plus All Manufacturers Loginbox Best Lightbox V2 Optional Related Products Plus Many more Link to comment Share on other sites More sharing options...
magicsenses Posted June 22, 2006 Share Posted June 22, 2006 Cant adam and eve it, I been at it for ages coupl eof days in fact, As soon as I post this, the next change I make works.Oh well hey ho. <object width="468" height="60"> <param name="movie" value="banner.swf"> <embed src="http://www.get-wireless.co.uk/test/images/banner.swf" width="468" height="60"> </embed> </object> Is what worked for me just in case anybody else has the same problem Cool! I might try it too! It's on my agenda... ;) Link to comment Share on other sites More sharing options...
bootyrat Posted June 22, 2006 Share Posted June 22, 2006 Works great thanks for saving me a heap of hours.. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.