>>
Site Map
>>
Forums
>>
Themes 6x
Forum module - topics in forum:
Themes 6x - Discussions regarding PHP-Nuke Themes.
swf in header not showing in Blackened theme
I am currently using the CZ-Blackened theme and looking in the header.php file I can see
that the coding for the flash navbar is there, but it doesn't show on my site...
Batty For Nuke
Any ideas on how to get it running ????
Showing for me - should it be up the very top in the right hand corner like that tho?
Using IE if it makes any difference as I know you mainly use Firefox..... got the Flash plugin for your Firefox?
Just checked it with IE, yeah its there. I guess its supposed to be in that position
I don't know why its not showing with Firefox, other themes that have Flash work alright.
Its wierd that this one doesn't
EDIT - I now have the answer, from the theme creators...
http://www.codezwiz.com/modules.php?name=Forums&file=viewtopic&p=43488#43488
The flash coding was all wrong. It has now been changed to:
| Quote: : |
<object ID="SWFLASH"
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash/cabs/swflash.cab"
STYLE="POSITION: absolute; HEIGHT:22;WIDTH:598;TOP:5;RIGHT:15; MARGIN-LEFT:0px;VISIBILITY:VISIBLE; ZINDEX:1"
width="640" height="24">
<param name="movie" value="themes/Blackened/images/navbar.swf">
<param name="play" value="true">
<param name="loop" value="true">
<param name="wmode" value="transparent">
<embed src="themes/Blackened/images/navbar.swf" menu="false" quality="high" scale="exactfit" wmode="transparent" bgcolor="#ffffff" width="640" height="24" name="movie" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</OBJECT> |
It works great now 