Re: [Flashcoders] wait or sleep

2006-03-21 Thread Gabriel Belvedere
you don't need a "wait", the way you are doing its correct, except for the order mclip.onLoad() { continue(); } mclip.loadMovie(); if you end your code right after the loadmovie it will continue on the onLoad. cheers GaB. ___ Flashcoders@chattyfig.

Re: [Flashcoders] Encrypting data

2006-03-14 Thread Gabriel Belvedere
Are you trying to do this with getURL?? this is what do you mean or I'm missing something? I did it for my game at inbyted.com and I did it with amfphp and in the live HTTP headers you just see the connection to the gateway. I think it's pretty transparent... regards... GaB www.inbyted.com On 3/