Question
Stream request URL
I have the need to track stream request information via
server side ActionScript. What I need is information from the
actual stream request, not the calling page, not the calling swf.
The URL and URL parameters are obtained at runtime just before the
stream request is made.
I haven't found any way to access this information. Client.pageUrl and Client.referrer do not provide this info but instead info about the page and swf that the call came from. The closest I have come is Client.uri but that only gives me the application, not the file and not the URL params.
Does anyone know how to get this information?
I haven't found any way to access this information. Client.pageUrl and Client.referrer do not provide this info but instead info about the page and swf that the call came from. The closest I have come is Client.uri but that only gives me the application, not the file and not the URL params.
Does anyone know how to get this information?
