How To Disable Link On Youtube's Flash Player? ↓
With the latest upgrade to Abode Flash Player, it is at 1 time possible to bring a improve command on Video Flash Players yous embed on spider web pages or blogs. One such novel characteristic is that yous tin command (i.e either Turn On or Off) the default Hyperlink assault near embedded video flash players. Example: Youtube.com
Take an event of Youtube's Embedded Flash Player. Whenever yous embed Youtube's video code on your website, a hyperlink is laid past times default to Youtube.com. When yous Click on this embedded flash actor for 1st fourth dimension it equally normal starts playing the streaming Youtube video. However, when yous Click on same streaming flash actor for 2d fourth dimension thus you're automatically re-directed to master copy Youtube site. Sometimes this tin live annoying if you've many Youtube Videos embedded on your spider web page. This occupation tin live easily fixed past times manually adding allownetworking="internal" inward Youtube's code.
Add allownetworking="internal" To Youtube Code ↓
- Copy the master copy default embedding code of your favorite Youtube video on a notepad.
- Now inward default Youtube Code, honor starting in addition to ending embed tags.
- Within embed tags honor allowfullscreen="true".
- Just later on allowfullscreen="true" add together allownetworking="internal".
- Now postal service the modified code on your webpage or blog to larn Youtube's flash actor link disabled.
- If you've problem implementing this physical care for thus delight re-create the sample modified code (given below inward this article) straight to your blog (web page) in addition to lastly earlier embedding don't forget to alter the url value to your selected Youtube video.
Demo: Youtube Flash Player With Default Link ↓
Youtube's orignal Default Code amongst allownetworking="internal" non added.
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/aeYTBvanFmE&rel=0&color1=d6d6d6&color2=f0f0f0&border=0&fs=1&hl=en&autoplay=0&iv_load_policy=3&showsearch=0&showinfo=0"/> <param name="allowFullScreen" value="true"/> <embed wmode="transparent" src="http://www.youtube.com/v/aeYTBvanFmE&rel=0&color1=d6d6d6&color2=f0f0f0&border=0&fs=1&hl=en&autoplay=0&iv_load_policy=3&showsearch=0&showinfo=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed><param name="wmode" value="transparent"/> </object>
Demo : Youtube Flash Player With Link Disabled ↓
Youtube's Modified Embedded Code amongst allownetworking="internal" added.
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/aeYTBvanFmE&rel=0&color1=d6d6d6&color2=f0f0f0&border=0&fs=1&hl=en&autoplay=0&iv_load_policy=3&showsearch=0&showinfo=0"/> <param name="allowFullScreen" value="true"/> <embed wmode="transparent" src="http://www.youtube.com/v/aeYTBvanFmE&rel=0&color1=d6d6d6&color2=f0f0f0&border=0&fs=1&hl=en&autoplay=0&iv_load_policy=3&showsearch=0&showinfo=0" type="application/x-shockwave-flash" allowfullscreen="true" allownetworking="internal" width="425" height="344"></embed><param name="wmode" value="transparent"/> </object>