Apycom Software Home apMenu Example #5  
Apycom Home Applets' Home Order Applets Download FAQ Contact
Previous Example Index Next
Parameters Frame Example Javascript Tips Applet Index

 

apMenu Example #5

This example demonstrates:

  • Mouseover and click sounds
  • Fade type 8
  • Text aligned to right
  • Vertical menu direction

HTML Source

<applet Code=apMenu Archive=apMenu.jar Width=80 Height=153>
<param name="Copyright" value="Apycom Software - www.apycom.com">
<param name="fadeType" value="8">
<param name="alignText" value="right">
<param name="overSound" value="pix/put.au">
<param name="clickSound" value="pix/pop.au">
<param name="status" value="text">
<param name="backColor" value="ffcc00">
<param name="backHighColor" value="6699ff">
<param name="fontColor" value="000000">
<param name="fontHighColor" value="ffffff">
<param name="font" value="Arial,10,1">
<param name="menuItems" value="
{Apycom,testlink.html,_self}
{Applets,testlink.html,_self}
{Parameters,testlink.html,_self}
{Examples,testlink.html,_self}
{FAQ,testlink.html,_self}
{Links,testlink.html,_self}
{Javascripts,testlink.html,_self}
{Download,testlink.html,_self}
{Contact Us,testlink.html,_self}
">
</applet>

 

Previous Example Example Index Next Example

Copyright (c) 1998-2001, Apycom Software