| SWmenuFree behind custom flash |
|
SWmenuFree behind custom flash Problem: The SWMenuFREE works great. But, when we added a custom flash to a content item the menu showed behind the flash object. Answer: After playing with numerous bits of code, we found a solution over at Joomla Shack. Our particular flash file uses xml and a swfobject.js file. We opened the swfobject.js file and did the following. Find: var q=_7?_7:"high";this.addParam("quality",q); Right after that, we added, var wm=_7?_7:"transparent";this.addParam("wmode",wm); We saved the file, then uploaded. Worked perfectly.
|