So, I'm attempting to develop a free alternative to "Flash browsers" (Puffin Browser and Photon Browser) on iOS and Android. The reason I say "Flash browsers" is because when you use these to view Flash, you're actually connecting to a bandwidth session on their remote cloud servers which gets the page data then streams images/screenshots over to your phone. The problem is, you usually have to pay for the bandwidth and use for their servers. I'm trying to develop an alternative where you can use your own PC as a Flash server so you don't get charged for bandwidth and privacy.
The Server software runs on C# and unfortunately doesn't work with Mono (uses PInvoke and native calls from User32.dll) The phone software is built with Titanium SDK and I can export to both Android and IOS.
If anybody wants to help/download source/make your own fork blablabla, the source is here: http://github.com/jasonwupilly/EpicPillow