- See Also:
- Top Examples, Source Code
void loop() - Geek's Notes:
- Description Add your codes or notes Search More Java Examples
[1735]Animator Applet By Anonymous on 2006/03/24 21:31:13 Rate
< html > < head > < title > The Animator Applet ( 1.1 ) - example 2 < /title > < !-- Changed by: Herb Jellinek, 18-Apr-1996 -- > < head > < body > < h1 > The Animator Applet ( 1.1 ) - example 2 < /h1 > < applet code=Animator.class width=64 height=64 > < param name=imagesource value="images/SimpleAnimation" > < param name=endimage value=2 > < param name=soundsource value="audio" > < param name=soundtrack value="spacemusic.au" > < param name=sounds value="1.au|2.au|3.au|4.au|5.au|6.au|7.au|8.au|9.au|0.au" > < param name=pause value=200 > alt="Your browser understands the <APPLET> tag but isn't running the applet, for some reason." Your browser is completely ignoring the <APPLET> tag! < /applet > < hr > < a HREF="Animator.java" > The source. < /a > < /body > < /html >
void play() - Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void stop() - Geek's Notes:
- Description Add your codes or notes Search More Java Examples
| Popular Tags |