Tag Archives: rpc

Fixing security sandbox violation in Flash AS3

Hello and welcome back to my blog! This time I wanted to talk about the dreaded Security sandbox violation error which Flash will sometimes throw at you when you’re working with external websites, or sockets, or file access across local/web. … Continue reading

Posted in AS3, Server side, Technical | Tagged , , , | Leave a comment

Accepting PayPal in games

Hello and welcome back to my blog! In this article I’m going to talk about the process of accepting payment via PayPal in your own games. Although I focus on Flash, the techniques and web-calls can be performed in pretty … Continue reading

Posted in AS3, Business, Micro-transactions, paypal, Server side | Tagged , , , , , | 5 Comments

Client->server communication using json, silverlight and php

Hi and welcome back to my blog! This time i’m going to talk about some of the technology we created for our game PuzzleShare; the client->server communication system. The system we created uses silverlight on the client, but the code … Continue reading

Posted in JSON, Server side, Silverlight, Technical | Tagged , , , , , , | 17 Comments