Prevent users to open a video on the video-providing site (in a new window)
by
, 11-19-2009 at 09:51 AM (35594 Views)
Inserting these two lines to your include code for video's:
<param name="allowScriptAccess" value="never">
<param name="allowNetworking" value="internal">
prevents flash apps from running scripts or having outbound links.
This is a very handy method for preventing users to open the video on the video-providing site (in a new window) when they accidentally click on the video screen.
Demo HERE (a click on the playing video will not cause it to open in a new window, but will simply pause it).
Arie Molendijk.