webmaniacal
Technical User
Hello all...I have a .swf vertical navigational menu (code follows) that works great except on each page when a user wants to navigate they have to sort of click the navbar to activate it THEN then can navigate. This would be very un user friendly. Is there a way that I can add an onload activate or something that would make the navbar automatically be active for the visitor each time they visit a page? Thank you very much for any suggestions.
<object width=142 height=282 classid="clsid27CDB6E-AE6D-11CF-96B8-444553540000" codebase="<param name=movie value="images/leftmenu.swf">
<param name=quality value=high>
<param name=loop value=1>
<param name=wmode value=transparent>
<embed src="images/leftmenu.swf" width=142 height=282 quality=high TYPE=application/x-shockwave-flash wmode=transparent pluginspage="</object>
</div>
<object width=142 height=282 classid="clsid27CDB6E-AE6D-11CF-96B8-444553540000" codebase="<param name=movie value="images/leftmenu.swf">
<param name=quality value=high>
<param name=loop value=1>
<param name=wmode value=transparent>
<embed src="images/leftmenu.swf" width=142 height=282 quality=high TYPE=application/x-shockwave-flash wmode=transparent pluginspage="</object>
</div>