in adobe flash media server 4.0, how can I programmatically attached the path to the recorded file which is played by a client. e.g.,
in client side,
mynetStream.play ("myrecordedfile.flv")
how to redirect the playing to the file under e.g., c:\my_dynamic_file_path.
note that, the file path is changable based on the client's login name.
Thanks,