Advertising in a loop, the video is not displayed (2 iframe)

Ask for help about NoScript, no registration needed to post
fred

Advertising in a loop, the video is not displayed (2 iframe)

Post by fred »

hello, can you work around a problem to avoid having to enable scripting advertising. On several websites, a dual iframe videos (2 flashblock addon action = 2 iframe) is shown before the video and it's a problem, i can not see the video.

James Bond : le générique joué par des lecteurs disquettes ! :
http://www.generation-nt.com/james-bond-theme-musical-lecteurs-disquettes-floppy-drives-actualite-1571601.html

( 007 theme on floppies - YouTube : http://www.youtube.com/watch?feature=player_embedded&v=vZe0_dk4czE )

(( Can i use Redirector :: Add-ons for Firefox : https://addons.mozilla.org/en-US/firefox/addon/redirector/ and how ? ))

NoScript work around = "j.adlooxtracking.com" and Google api (?) ; thank you very much for the correction of the problem.
The scripts are not present immediately on loading the page ; note, i only allow "www.generation-nt.com" by default !

Code: Select all

<script> var sd = new SWFObject("/swf/player.swf","container0","550","420","9"); sd.addParam("allowscriptaccess","always"); sd.addParam("wmode","transparent"); sd.addParam("allowfullscreen","true"); sd.addVariable("shownavigation","true"); sd.addVariable("controlbar","bottom"); sd.addVariable("volume", "0"); sd.addVariable("autostart","false"); sd.addVariable("stretching","fill"); sd.addVariable("width","550"); sd.addVariable("height","420"); sd.addVariable("file","/swf/video.mp4"); sd.addVariable("image","http://img.youtube.com/vi/vZe0_dk4czE/0.jpg"); sd.addVariable("plugins","http://fr-advideum.cdn.videoplaza.tv/resources/as3_bridge_jw_5x.swf"); sd.addVariable("vpdomain","http://fr-advideum.videoplaza.tv"); sd.addVariable("vpEnvironmentURL","http://fr-advideum.cdn.videoplaza.tv/contrib/fr-advideum/environment.xml"); sd.addVariable("vpUseDomainWhitelisting","true"); sd.addVariable("vpshares","generationnt"); sd.addVariable("vptags",""); sd.write("sdplayer0"); jwplayer("container0").onComplete(function() { $("#ytplayer0").html("<iframe src=\"http://www.youtube.com/embed/vZe0_dk4czE?rel=0&hd=1&autoplay=1\" frameborder=\"0\" height=\"420\" width=\"550\"></iframe>"); $("#sdplayer0").hide(); $("#ytplayer0").show(); _gaq.push(['_trackEvent', 'Videos', 'vZe0_dk4czE', 'Play video']); }); </script>
Un grand merci, Thank you very much, Grazie mille a tutti :roll:
Mozilla/5.0 (Windows; U; Windows NT 6.1; fr; rv:1.9.2.28) Gecko/20120306 Firefox/3.6.28 GTB7.1 (.NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C)
Tom T.
Field Marshal
Posts: 3620
Joined: Fri Mar 20, 2009 6:58 am

Re: Advertising in a loop, the video is not displayed (2 ifr

Post by Tom T. »

This is a very annoying trend on the Web, to have to do multiple allows of scripts and objects on each reload. (Related sticky: Why must I "Temporarily allow all this page" REPEATEDLY?)

I had to (temporarily) allow
generation-nt.com
youtube.com
ytimg.com (the image-server helper for YouTube).

and possibly:
188.165.12.99, but on a second try, it didn't seem necessary. Try without it.

If you do not have youtube.com and ytimg.com whitelisted, they may also be in "Recently Blocked Sites" sub-menu.

Then multiply allow objects and frames, either by clicking the placeholder (NoScript red block-logo) or in NoScript Menu > Blocked Objects sub-menu. Not sure which could be eliminated; you could experiment.

Code: Select all

Temporarily allow http://www.generation-nt.com/swf/player.swf#!flashvars#shownavigation=true&controlbar=bottom&volume=
0&autostart=false&stretching=fill&width=550&height=420&file=/swf/video.mp4&image=http://img.youtube.
com/vi/vZe0_dk4czE/0.jpg&plugins=http://fr-advideum.cdn.videoplaza.tv/resources/as3_bridge_jw_5x.swf
&vpdomain=http://fr-advideum.videoplaza.tv&vpEnvironmentURL=http://fr-advideum.cdn.videoplaza.tv/con
trib/fr-advideum/environment.xml&vpUseDomainWhitelisting=true&vpshares=generationnt&vptags=
(application/x-shockwave-flash <EMBED> / http://www.generation-nt.com)

Code: Select all

Temporarily allow http://188.165.12.99/ox/delivery/afr.php?zoneid=216&cb=80770512
(application/x-unknown <IFRAME> / http://www.generation-nt.com)
... also possibly not necessary.

Code: Select all

Temporarily allow http://www.youtube.com/embed/vZe0_dk4czE?rel=0&hd=1&autoplay=1
(application/x-unknown <IFRAME> / http://www.generation-nt.com)

Code: Select all

Temporarily allow http://s.ytimg.com/yt/swfbin/watch_as3-vflCBBX6J.swf#!flashvars#video_id=vZe0_dk4czE
(application/x-shockwave-flash <EMBED> / http://www.youtube.com)
That numerical IP address traces to:

OVH Sas
Klaba Octave
140, quai du sartel
Roubaix, 59100
FR

Since you know the YouTube URL for this video, it might be easier to open a new tab or window and watch it directly at YouTube.
However, at no time did any advertisements load.

Funny video!
I hope this helps.


De rien, You're welcome, Prego.
Mozilla/5.0 (Windows NT 5.1; rv:12.0) Gecko/20100101 Firefox/12.0
Post Reply