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

 

Animated Buttons Example #2

Apycom Java Applets

This example demonstrates:

  • Fade type 0 - simple fade
  • Mouseover sound
  • Word wrapping - new line starts with "\" symbol
  • Horizontal menu direction
  • Browser's status bar shows item link
  • Slow fade speed
  • Using a table to create the border

HTML Source

<table border="0" cellpadding="0" cellspacing="2" bgcolor="#004000">
<tr><td>
<applet Code=apMenu.class Width=400 Height=25>
<a href=http://www.apycom.com>Apycom Java Applets</a>
<param name="Copyright" value="Apycom.com">
<param name="isHorizontal" value="true">
<param name="overSound" value="pix/select.au">
<param name="status" value="link">
<param name="backColor" value="008000">
<param name="backHighColor" value="44ff44"> 
<param name="fontColor" value="FFFFFF">
<param name="fontHighColor" value="000000">
<param name="fadeDelay" value="50">
<param name="fadeSteps" value="40">
<param name="fadeType" value="0">
<param name="font" value="TimesRoman,10,1">
<param name="menuItems" value="
{Apycom\Software,http://www.apycom.com,_self}
{Menu\Applets,testlink.html,_self}
{Main\Parameters,testlink.html,_self}
{Optional\Parameters,testlink.html,_self}
{Examples,testlink.html,_self}
{Download,testlink.html,_self}
{Contact\Us,mailto:support@apycom.com,_self}
">
</applet></td></tr></table>

How to setup the menu

 

<< Previous Example Example Index Next Example >>



Copyright (c) 1998-2009, Apycom Software