Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. berman

    urlConnection

    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...
  2. berman

    Discussion: Images in applets

    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...
  3. berman

    disabling escape

    yeah your right :) its esc then ZZ ... berman
  4. berman

    Flash 4 and Sound

    someone asked this before... can you not break up the audio track some how. might be easier to sync it then.
  5. berman

    want a pause in Flash

    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...
  6. berman

    disabling escape

    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...
  7. berman

    Line change in .profile for many users

    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...
  8. berman

    ClassDefNotFoundException for javax.ejb.EntityBean

    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.
  9. berman

    the instance name of a movie

    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...
  10. berman

    using flash first time

    just another question along the same lines ... is there a flash player for unix ?
  11. berman

    using a loop to refer to movieclips?

    could you use "clip" & i ... instead of clip + i ?

Part and Inventory Search

Back
Top