hi.
i have a program working on windows but when i copy it over to unix and compile it there and run it it gives me this error:
java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:282)
at...
ira ...
i think what acka is trying to say is that if you have the image file in the jar file under the specific directory then just tell the program where it is and it will find it.
i think that,
import java.awt.*
Image myImage = ToolKit.getImage("images/image1.gif");
i think...
at the frames where you want it to stop you
can add an action.
double click on the frame, click on action,
and choose stop.
then you can just create a flash button and
when you click it set the action to go to
and play next frame.
to get it to automatically start again add an
action to the...
does anyone else manage to hit escape after
writing a reply here, especially to the unix board,
because well you are in unix mode.
you know since in vi to save a file you hit
esc-ZZ ...
and then everything that you have typed suddenly
disappears and you have to type it again ?
is there...
best thing to do is probably put
the line in /etc/profile like hnd
said. but just if you want to know
how else it might be done ....
something like this maybe
#!/bin/sh
for file in /home/*/.profile
do
sed s|fileA|fileB|g $file > tmp
mv tmp $file
done
it might work ... im not used to...
it looks to me that javax/ejb/EntityBean isnt in
your class path. its prob in some jar file. find
it and make sure its in the class path.
i hope this helps.
with flash 4 is there a way to get the instance name of a movie.
im trying to use
getProperty(target, _name)
but what do i put in for target, since
if i knew the name of the target i wouldnt
bother doing this at all. ive tried leaving
it blank and putting in ../ but they all gave
me syntax...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.