Category Archives for ActionScript
Post data from Actionscript 3 to PHP
If you need to send some data to a PHP script and don’t want to use services like Zend_AMF you can try posting that data directly to the PHP script. With the code bellow I’ll actually send an email.
Reverse la o animatie Flash cu ActionScript 3.0
Exemplu: 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647/* @ ActionScript 3 * Reverse la o animatie ———————————— Scena contine un movie clip cu nume de instanta: img Movie clipul e o animatie de 60 frame-uri in care se mareste poza. —————————————————– */ // activeaza movie clip-ul … Continue reading
