Notes
Friday May 02, 2003
Disallowing standalone players to access your gateway
A 'disallowStandalone' property was added to the PHPObject Gateway in v1.4. If this property is set to 'true' (default is 'false'), the gateway will check if the USER AGENT is "Shockwave Flash" whenever a request comes through. The USER AGENT is "Shockwave Flash" if the request has come from a Flash player (either the authoring player or standalone player) instead of a browser Flash plugin, and the gateway will disallow access.
If you are deploying your Flash MX application in a web-only environment, you should set this property to 'true' when deployed (set it as 'false' only for easy testing from the authoring player during development).
Posted by sunny at May 2, 2003 11:50 AM
|
Comments
|
