Search Results

3
votes

Security in Flex – is it possible to manipulate downloaded code and execute web service

I honestly think you need to seriously reevaluate your development plans. As others here have so correctly stated, you can not rely on the client's integrity. Simply put, …
1
vote

C++ OpenGL application as a web service

How about using something like Flex to create a web-enabled 'control interface', with a server backend that streams the opengl rendering as video? Basically, you are redirecting keyboard/mouse inpu …