Im working on a video player at the moment (flash). Before starting the video player receives a manifest.f4m file. I would like to determine WHEN when this file is requested, and WHEN it really arrives (i.e. the time for the server to create it). I really have no idea how to do this, but it should be possible with javascript, because Firebug and even the timeline of the Google Chrome console can detect this βeventβ.
Do you have any hints?
source share