Skip to main content
shrhoads
Participant
November 24, 2014
Question

Securing individual Files in Server Side Actionscript

  • November 24, 2014
  • 1 reply
  • 212 views

I would like to write a server side actionscript application that secures individual files.  It seems like there is a chance to accept or deny a connection during the onConnection function, but I don't see a place to accept or deny a play request on a particular file.

Is this available in server side actionscript?

This topic has been closed for replies.

1 reply

Adobe Employee
November 25, 2014

Are you checking for onStatus messages...You may be getting "NetStream.Play.Start" message there...

Another method would be to write your own auth plugin for it...A sample auth plugin ships with AMS.