Log in

View Full Version : Actionscript



jfreak53
10-01-2008, 01:56 AM
I'm interested in decoding the actionscript from a SWF file. I already have flashdigger but this does not do the deep actionscript coding.

I need to know where this flash program sends the SMS messages when you click send, to what page for processing.

Thanks in advance.

Medyman
10-01-2008, 12:20 PM
I'm not going to post instructions on how to steal other people's code. But, I can say that anything within the SWF is not responsible for sending the SMS. All ActionScript can do is make a initiating call to another script (PHP, ASP, Perl, etc..) that does all the sending SMS action.

This (http://www.sephiroth.it/tutorials/flashPHP/sms/) tutorial might be of help to you.