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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kalimba

  1. kalimba

    writing technical requirements

    I created an online application in flash. It was created with flash 8. I have someone who is interested in selling it to new customers. The first thing they have asked me to do is to specify all the hardware and OS requirements you would expect to find on a box of software. Specifically: OS...
  2. kalimba

    how to insert a file

    Hi, I am also a beginner but I have just gotten this working on my machine using MYSQL. The Database part was easy but getting the other stuff working was a bit difficult for me. I used the following instructions: 1)Upload File Part...
  3. kalimba

    -bash: /usr/bin/java: cannot execute binary file

    Well I never could figure out the problem, so I re installed the operating system and Java works again. In the future I would not like to reinstall the whole OS just to reset the jdk defaults. Is there a simpler way to do this? I am working on Mac OSX so I cant just download Java again. (I...
  4. kalimba

    -bash: /usr/bin/java: cannot execute binary file

    Thank you for your response sedji. That was one of the first things I tried though. I am working on mac OS X. I was wondering if there was a way to reinstall java or at least reset it to how it was originally when it worked. Thanks again.
  5. kalimba

    -bash: /usr/bin/java: cannot execute binary file

    I am kind of new to this stuff and I think I may have mixed up some settings and now my java command doesn't work. I have compiled and run basic java programs in the past on my machine. I can still compile programs using javac, but when i try to run a simple java program from the command line...
  6. kalimba

    tomcat instalation macintosh begginer

    I am not an experienced programmer but I used to use ASP quite a bit to automate some things on my web site. I wanted to learn about JSP pages and experiment on my machine with it a bit. So I understand I need to install tomcat to do this. i followed instructions on various websites and...
  7. kalimba

    select tags in .net

    i know there is nothing you can do to make a &quot;div&quot; tag cover a &quot;select&quot; tag. Currently I am using the workaround of hidding the select boxes that get in the way of the <div> tags i use in my rollover menus. I was wondering if there is anything in .net that solves this...
  8. kalimba

    storing functions in one frame

    I still need help. This method does not seem to be working. Let me list what I have tried: movie clip with an instance name &quot;test&quot; has a frame labled &quot;functions&quot; in it's timeline. here is the simple test function: function moveLeft(thing){ setProperty(thing, _x, 0); } in...
  9. kalimba

    Rollover tells target movie to play... how can I keep it looping?

    Or you could place a &quot;goto and play frame 2&quot; action in the lastframe of the looping movie clip rather than let it loop back to frame 1. That way it won't hit the stop until you you tell it to. (i.e when you mouse out you can tell it to &quot;goto and stop&quot; on frame 1.)
  10. kalimba

    storing functions in one frame

    I would like to create a set of functions and store them in one frame of my main timeline or in the timeline of a movie clip. However, I do not know how to call those functions from any timeline other than the one that they are stored in. So my question is: How do you call a function in a...
  11. kalimba

    Can I pass input to a Flash movie?

    I think that what you are looking to do is this: Place this code in your typical html embed flash movie <param name=movie value=getURL.swf?page=http://www.yahoo.com> the important part is after the question mark. that is where you are passing the movie the page to go to. You are assigning it...

Part and Inventory Search

Back
Top