currently I'm working on a universal video-player for Kitely / OpenSim - it works fine so far..... however there is one issue I'm struggling with:
How to navigate to a video e.g. from YouTube reliably so that the script can read-out the correct URL?

Doing that in the browser doesn't allow to import the URL by the script (of cause I can copy paste ..but that is not very user-friendly).
Doing it by media on a prim:
The PRIM_MEDIS_CURRENT_URL parameter in llGetPrimMediaParams allows to capture the URL form the face of a prim with activated media - that works.
Well fine I thought ..but:

The URL of the prim, when navigated to a video often doesn't update (even while the video showing). I observed this in OpenSim as well as in SL.
At least with my viewer-setup (Firetorm) it only arbitrarily and unpredictably updates the URL in the command-line and thus the captured URL by the script is not the updated one!

Does anyone have a clue why this is and how I can achieve a reliable URL-update for the displayed web-page without copying it from a browser?
