| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Grey border around flash | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() I've inserted a flash banner into the head.tpl. Does anyone know how to remove the grey border and the 'Click to activate and use this control' message appearing when a user hovers over the area?
|
|||||||
#2
|
|||||||||
|
|||||||||
![]() Try this solution: SWFObject: Javascript Flash Player detection and embed script
__________________
Eugene Kaznacheev, Evangelist/Product Manager at Ecwid: http://www.ecwid.com/ (since Sept 2009) ex-Head of X-Cart Tech Support Department ex- X-Cart Hosting Manager - X-Cart hosting ex-X-Cart Technical Support Engineer Note: For the official guaranteed tech support services please turn to the Customers HelpDesk. |
|||||||||
#3
|
|||||||
|
|||||||
![]() Create file: ieupdate.js
copy the below code in to "ieupdate.js" ----------------- theObjects = document.getElementsByTagName("object"); for (var i = 0; i < theObjects.length; i++) { theObjects[i].outerHTML = theObjects[i].outerHTML; } -------------- Just below the last <object></object> in your HTML page, insert the following javascript: <script type="text/javascript" src="ieupdate.js"></script> Ex: <object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"> <param name=quality value=high> <embed src="file.swf" quality=high pluginspage="" type="application/x-shockwave-flash" "> </embed> </object> <script type="text/javascript" src="ieupdate.js"></script>
__________________
Version 4.1.8 |
|||||||
#4
|
|||||||
|
|||||||
![]() Here's another method - http://www.bobbyvandersluis.com/ufo/
And there's a Smarty plugin - http://smarty.incutio.com/?page=FlashWithoutIeBug But SWFObject is easiest.
__________________
xcartmods.co.uk |
|||||||
![]() |
|
Thread Tools | Search this Thread |
|
|
|
|||
X-Cart forums © 2001-2020
|