[4475] in java-interest
Re: image load
daemon@ATHENA.MIT.EDU (Jim Graham)
Mon Jan 1 18:23:35 1996
Date: Mon, 1 Jan 1996 14:01:57 -0800
From: flar@bendenweyr.Eng.Sun.COM (Jim Graham)
To: jmh@sigmar.artdirect.com, ahady@idsc.gov.eg
Cc: java-interest@java.Eng.Sun.COM
> > When I use the appletviewer, the window opens and
> > the same message appears. At the command line:
> > status: applet loaded
> > status: applet initialized
> > status: applet started
> > Animator: Couldn't load image an image
> > (Animator is the name of my html file)
> >
> > <applet code="Animator.class" width=200 height=200>
> > <param name=imagesource value="../frames">
> > <param name=startimage value=1>
> > <param name=endimage value=15>
> > <parm namepattern value="../frames/line1.gif">
> > <param name=pause value=200>
> > </applet>
The format for the namepattern should be value="../frames/line%N.gif"
...jim
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com