-------------------------------------------------------------------- HOW TO DISABLE EMBEDDED LINKS IN FLASH .swf OBJECTS ON HTML PAGES Written on 23.2.2010 -------------------------------------------------------------------- Some flash files may have an embedded link in them so that when you click on them, your browser opens a new tab/window to an internally or externally (via parameters) defined URL. If for whatever reason you want to disable the link, this guide is for you. After several attemps of using javascript, div/z-index overlaying I finally stumbled upon a working solution after some hardcore googling. The solution explained below is simple. Simply set the following flash object parameters: allowNetworking: "internal" allowScriptAccess: "never" Example: -------------------------------------------------------------------- Source: http://www.varesano.net/blog/fabio/disable%20related%20videos%20embedded%20youtube%20player?page=1