views:

5

answers:

0

I was wondering if it is possible to restrict download of the video stored in the iframe.

We have a website with some training videos and even thou we encrypt file names before they are loaded to flash player - this still doesn't prevent anyone to look at the source of the page and simply copy the link and download the file.

I thought of an iframe where the file would be called - but can I restrict direct viewing of the iframe?

I could then create session with the path to the file (still encrypted) and call it from within the iframe.

Any idea how and whether this is possible?