Recent content by Caspire

  1. C

    Email system to send a copy to the dealer (PHP - FLASH)?

    I've created a website which is to be linked in our dealers websites. Customers could place an order through the dealers website. Currently it sends data to a PHP script on the server and get the details to my mail. My problem: When a customer place an order coming tomy website through a delars...
  2. C

    Flash - Actionscript 2.0?

    Actionscript 2.0 How to add / specify a MAXIMUM scale limit for this?? Code: on (press) { this._root.image_mc1._xscale += 7; this._root.image_mc1._yscale += 7; };
Back
Top