macromedia flash actionscript scripting, php, remoting, webservices, c#, javascript
I have just seen a really interesting project. It's a project
by Darron Schall and you can find it here.
It can extend your Desktop-Flash-Application with System-Functionalities,
such as storing files etc.. Darron uses wddx to let flash and c# communicate
together so youre datatypes will not lost over the communication.
Posted by hOk at December 29, 2003 04:06 PM
I have just asked me which Provider for Macromedia-Flash Communication
Server would be good choice. I found several FlashCom-Providers by
searching google:
http://media3.net/
http://www.mediatemple.net/
http://www.influxis.com/
http://www.flashcomhosting.com/
http://www.uvault.com/
http://www.moremx.com/
The Prices for a Webspace which supports FlashCom ranges between
10$ to 600$. According to that the Features ranges. So if you take an
cheap one, you will have insufficient bandwith and max. simultaneous
connections to build an rich-internet-application with realtime streaming
sound and video for many people.
Ok, we could pay more and will get more, but is the price worth at the
moment?
Posted by hOk at December 29, 2003 03:33 PM
view
download
Abstract
Internetapplications where users have to loged in to be allowed to do operations,
have to be secured against not authorized persons.
Therefore the server have to examine wether a client is authorized before the
execution of the query.
Who a SSL server has available has finally no problem, which concerns security.
Whole server client communication is coded and safe.
In contrast to it the unencrypted transferred signed operations those stand only
guarantee that the operation could only from an authorized client executed.
These are to be supposed to be introduced here.
Safety aspects
SELECT * FROM `$dbTable`
WHERE MD5(CONCAT(`$dbColUser`, `$dbColPassword`, '$operationKey',
'$callString')) = '$checksumClient'Posted by hOk at December 27, 2003 05:35 PM
