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

 

Animated Buttons Two Example #1

Apycom Java Applets

This example demonstrates:

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

HTML Source

<table border="0" cellpadding="0" cellspacing="1" bgcolor="#404000">
<tr><td>
<applet Code=apMenu2.class Width=395 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="clickSound" value="pix/pop.au">
<param name="status" value="link">
<param name="backColor" value="800000">
<param name="backHighColor" value="ffffaa">
<param name="fontColor" value="FFFFFF">
<param name="fontHighColor" value="000000">
<param name="fadeDelay" value="20">
<param name="fadeSteps" value="30">
<param name="fadeType" value="2">
<param name="font" value="Arial,9,1">
<param name="menuItems" value="
    {Apycom\Software,http://www.apycom.com,_self}
    {Menu\Applets,testlink.html,_self}
    {Examples,testlink.html,_self}
    {Main\Parameters,testlink.html,_self}
    {Optional\Parameters,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