This content has been marked as final.
Show 2 replies
-
1. Re: Use requested filepath inside application.onConnect
AdamBoyet Nov 21, 2014 4:19 PM (in response to PopCatalin)Is this possible? Has this been solved? I am trying to accomplish the same thing.
Are there other methods to getting the full file path with server side ActionScript?
-
2. Re: Use requested filepath inside application.onConnect
hparmar Nov 25, 2014 1:29 PM (in response to AdamBoyet)You do not supply stream anme/file name while doing a connect operation...You just connect to app and then later on you make another call to the server to play the a given stream(live or recorded) for you.
You should check for "Stream.onStatus" to check for stream name details...Though i am not sure if the query string details are available there or not.


