Apycom Software Home Animated Buttons Two Example #2  
Apycom Home Animated Buttons Home Purchase Download FAQ
<< Prev Example Index Next >>
Parameters Frame Example Javascript Tips Menu Index

 

Animated Buttons Two Example #2

Apycom Java Applets

This example demonstrates:

  • User defined browser's status string
  • Fade type 11
  • Menu structure loads from "menu1.txt" file
  • Items aligned vertically
  • Text aligned to left

HTML Source

<applet Code=apMenu2.class Width=80 Height=220>
<a href=http://www.apycom.com>Apycom Java Applets</a>
<param name="Copyright" value="Apycom.com">
<param name="isHorizontal" value="false">
<param name="statusString" value="Navigate my site using this menu!">
<param name="fadeType" value="11">
<param name="fadeSteps" value="50">
<param name="fadeDelay" value="20">
<param name="backColor" value="ddffff">
<param name="backHighColor" value="882288">
<param name="fontColor" value="660660">
<param name="fontHighColor" value="ffffff">
<param name="font" value="Courier,11,1">
<param name="menuItemsFile" value="menu1.txt">
</applet>

menu1.txt

{Apycom,testlink.html,_self}
{apMenus,testlink.html,_self}
{Features,testlink.html,_self}
{Setup,testlink.html,_self}
{Parameters,testlink.html,_self}
{Examples,testlink.html,_self}
{Javascript,testlink.html,_self}
{FAQ,testlink.html,_self}
{Download,testlink.html,_self}
{Contact,testlink.html,_self}
{Links,testlink.html,_self}

How to setup the menu

 

<< Previous Example Example Index Next Example >>



Copyright (c) 1998-2009, Apycom Software