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

 

apButtonMenu Example #5

This example demonstrates:

  • Mouse over sound and click sound
  • Button type 5
  • Text aligned to right
  • Vertical menu direction

HTML Source

<applet Code=apButtonMenu Archive=apButtonMenu.jar Width=80 Height=153>
<param name="Copyright" value="Apycom Software - www.apycom.com">
<param name="buttonType" value="5">
<param name="alignText" value="right">
<param name="status" value="text">
<param name="overSound" value="pix/pop.au">
<param name="clickSound" value="pix/out.au">
<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