| What is the difference
between Flash and Java versions of 1 Cool Button Tool ? |
1 Cool Button Tool has been designed so that it is simple
to output the same project in either Flash or Java - there are, however,
some differences between the two that need to be considered.
Audio File Formats
While the Java version support AU and WAV files, the Flash version supports
MP3 and WAV files.
Animation playback speed
Flash supports a fixed frame-rate playback speed - Java does not. This
means that there will be some variation in the timing of animations (move,
size and xform actions) between the Java and Flash versions. It is likely
that users will need to tweak the number of frames in an existing Java
project to reproduce similar effects in a Flash file. Flash files will
give far more reliable playback rates between different machines and browsers.
Gif Animation
The current Flash version does not support animated GIF files. It is anticipated
this will be added to the next major release of the Flash version.
Active Button / Show Hand Cursor option
If this option is unchecked, then the button will be made completely inactive
in the Flash file - that is, it will not be able to trigger any actions
or change state by itself.
Drag and Drop buttons work differently
Due to limitations within the Flash file format, Drag and Drop buttons
do not behave the same way in Flash as they do in Java. When a button
is dragged over a non-dragable button it does not trigger the down state
or associated sound of the non-dragable button as in the case of the Java
version.
Button Opacity Setting (Flash only)
The button opacity setting only work in Flash files.
Actions: Fade and Rotate (Flash only)
The fade and rotate actions only work in Flash files.
|