[Flashcoders] SWX 2.00 Released

2008-12-24 Thread Fabrício Seger Kolling - Dulldusk
A new version of SWX has been released! SWX is a Flash RPC that assembles the result on SWF format. The project includes an AS2 and AS3 compiler, developed in pure PHP. With a very simple usage, the same code works on AS2, AS3 and Flex. Example: // On the server we have a class

Re: [Flashcoders] Edit SWF file server side via PHP

2008-11-07 Thread Fabrício Seger Kolling - Dulldusk
Hi You could call mtasc thru php and inject a dynamic generated code on your movie. http://www.mtasc.org/ But why to you want to change variables inside a movie? Why don't just load the variables? Fabrício Ian Thomas wrote: You could take a look at swfmill - I've done something similar

Re: [Flashcoders] Edit SWF file server side via PHP

2008-11-07 Thread Fabrício Seger Kolling - Dulldusk
play them, and also upload these SWFs to other websites so they need to be stand-alone SWFs. On Fri, Nov 7, 2008 at 3:40 AM, Fabrício Seger Kolling - Dulldusk [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi You could call mtasc thru php and inject a dynamic generated code

Re: [Flashcoders] The current state of RPC

2008-11-03 Thread Fabrício Seger Kolling - Dulldusk
-- Fabrício Seger Kolling - Dulldusk Joel Stransky wrote: Hello devs, I'm brand new to the list but have read plenty of entries over the years. I've been reading up on various solutions to RPC namely dealing with AMF and I'm kinda lost on what the current standard solutions might be. There's

Re: [Flashcoders] Debugger Text Field

2008-09-08 Thread Fabrício Seger Kolling - Dulldusk
)) { TF_debug.text = TF_debug.text.substr(TF_debug.text.length - maxChars); TF_debug.text = TF_debug.text.substr(TF_debug.text.indexOf(chr(10)) + 1); } MC_scroll.gotoEnd(); MC_scroll.checkChange(); } } Fabrício Seger Kolling - Dulldusk Christoffer

Re: [Flashcoders] ASCrypt Nowhere To Be Found?

2008-01-17 Thread Fabrício Seger Kolling - Dulldusk
As meychi.com is currently offline, you may found ASCrypt for AS2 here: http://www.jek2k.com/wp/index.php/2007/05/22/cryptography-and-flash/ Download Link: http://www.jek2k.com/wp/wp/wp-content/uploads/2007/05/ascrypt_sample.zip And for AS3 here: http://ascrypt3.riaforge.org/ Download Link:

Re: [Flashcoders] ASCrypt Nowhere To Be Found?

2008-01-17 Thread Fabrício Seger Kolling - Dulldusk
As meychi.com is currently offline, you may found ASCrypt for AS2 here: http://www.jek2k.com/wp/index.php/2007/05/22/cryptography-and-flash/ Download Link: http://www.jek2k.com/wp/wp/wp-content/uploads/2007/05/ascrypt_sample.zip And for AS3 here: http://ascrypt3.riaforge.org/ Download Link: