Search results

  1. M

    Can I use Photoshop CS4 student version without proof of being a student?

    If you're not a student, it was illegal for the vendor to sell it to you. Consequently, its illegal for you to use. Contact Adobe to report the violation.
  2. M

    Can I use Photoshop CS4 student version without proof of being a student?

    If you're not a student, it was illegal for the vendor to sell it to you. Consequently, its illegal for you to use. Contact Adobe to report the violation.
  3. M

    Can I use Photoshop CS4 student version without proof of being a student?

    If you're not a student, it was illegal for the vendor to sell it to you. Consequently, its illegal for you to use. Contact Adobe to report the violation.
  4. M

    Can I use Photoshop CS4 student version without proof of being a student?

    If you're not a student, it was illegal for the vendor to sell it to you. Consequently, its illegal for you to use. Contact Adobe to report the violation.
  5. M

    Can I use Photoshop CS4 student version without proof of being a student?

    If you're not a student, it was illegal for the vendor to sell it to you. Consequently, its illegal for you to use. Contact Adobe to report the violation.
  6. M

    Can I use Photoshop CS4 student version without proof of being a student?

    If you're not a student, it was illegal for the vendor to sell it to you. Consequently, its illegal for you to use. Contact Adobe to report the violation.
  7. M

    Simulate iPhone in flash?

    You could do it in Flash, but you'll need ActionScript. I recommend using AS3 (Flash 9 or 10)
  8. M

    Simulate iPhone in flash?

    You could do it in Flash, but you'll need ActionScript. I recommend using AS3 (Flash 9 or 10)
  9. M

    What setting/file/program do I need to allow my server to send emails from php scripts?

    You need to configure a mail server so your script (or the function you call within it) has an endpoint to transmit the message to for routing.
  10. M

    Flash games slow on my computer...?

    Not sure what the specs on a 1501 are, but your computer just may not be able to render the frames with the required processing at the baseline rate. This could be because your processor is too slow, you have too many other programs running in the background, not enough memory, etc. You might...
  11. M

    Electronics, Logic Gates, Digital, Binary, Boolean?

    Yes, 1 and 0 or 0 and 1. If you used 2 zeros or two 1's the output is the same for both OR and AND.
  12. M

    Electronics, Logic Gates, Digital, Binary, Boolean?

    Yes, 1 and 0 or 0 and 1. If you used 2 zeros or two 1's the output is the same for both OR and AND.
  13. M

    Electronics, Logic Gates, Digital, Binary, Boolean?

    Yes, 1 and 0 or 0 and 1. If you used 2 zeros or two 1's the output is the same for both OR and AND.
  14. M

    How do you make a score counter in flash with actionscript 3?

    Add an event listener to whatever object you want to detect clicks on and have the code increment a count. Have the count render whatever score visual you want.
  15. M

    I want to study flash?

    You don't need to be in "Fine Arts" to learn Flash. It is a simple program to use. You can use it from a graphic designers perspective (frame based animation) or from a programmer's (ActionScript). I recommend using at least Flash 9 (CS3) and AS3.
  16. M

    How do i code in html how many visit counts to that page?

    HTML itself cannot do this -- you need to use a server side technology, like a script (e.g. php, asp, etc.) Also, you can really only detect based on IP, not machine.
  17. M

    Why is Adobe Flash 10 so choppy?

    Upgrade your computer or keep using Flash 9.
  18. M

    what is wrong with photoshop cs4?

    Why buy more than one? Call Adobe Technical Support and they will get it working for you as long as you actually purchased it legitimately.
  19. M

    Repeating in Actionscript 3 in flash?

    What korgrue said.
Back
Top