I am using flash for my buttons in 3.8, however, when I try to logout I get.
Quote:
An error occurred while attempting to log you out. Click here to log out.
|
Here is the code of the logout button
PHP Code:
$template_hook[navbar_buttons_right]
<if condition="$show['member']">
<td class="alt5"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="125" height="41" id="XoOLOGOUT" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="images/swf/yourflash.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#000000" />
<embed src="http://www.xoohq.com/flash/forums/darkteal/MenuLogout.swf" quality="high" bgcolor="#000000" width="125" height="41" name="XoOLOGOUT" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</a></td>
</if>
any and all help would be greatly appreciated