Avatar

Level 3
Are you talking about getting to session parameters set in a
JSP page from a RemoteObject source class? This should be possible
so long as your SWF and RemoteObject destination are in the same
web application.



As for getting to request parameters... where did you set
them? They'd have to be set on the URL for the channel endpoint in
order for them to be available in the RemoteObject class... the URL
used to load the SWF is not the URL used to contact the channel
endpoint to send data to and from a RemoteObject
destination.