I'm currently in the process of creating a JavaScript tool to download videos from a website. However, this particular site does not provide a direct link to the video file for playback. Instead, it downloads a flash file that then requests the URL of the file from a remote server.
My main question is: how can we intercept or capture this URL request when the embedded flash opens it?