Post Reply 
iframe and youtube
Feb. 01, 2011, 11:40 PM
Post: #1
iframe and youtube
Has youtube just switch embedded video over to it new iframe player? I can't play any of the new video that is in html5 and iframe.

e.g none of the video on http://legitreviews.com/ works. When you press toggle 3rd party frame, it open a black box and just sits there Sad
Add Thank You Quote this message in a reply
Feb. 02, 2011, 05:48 AM
Post: #2
RE: iframe and youtube
I can play the videos if I bypass web filtering with Prox. Otherwise, I cannot get anything.
Add Thank You Quote this message in a reply
Feb. 02, 2011, 11:27 AM (This post was last modified: Feb. 02, 2011 11:31 AM by bugger.)
Post: #3
RE: iframe and youtube
I want to to play in the iframe when proxo is on Smile!

Okay i found the culprit its the youtube ad filter from this post http://prxbx.com/forums/showthread.php?t...8#pid14108

Now, we need a new set of youtube ad filters Smile!
Add Thank You Quote this message in a reply
Feb. 04, 2011, 03:32 AM
Post: #4
RE: iframe and youtube
i having trouble adding youtube iframe exception to the list

added this to exceptions-u.ptxt
Code:
[^/]++.youtube.com/                             $SET(0=i_iframe:0.)

but when i debug it, i still see the following

Code:
<Match: <iframe>: Toggle Third Party iFrames     09.06.15 [sd] (d.1 l.3) >
<iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/R7eic4dyz_w" frameborder="0" allowfullscreen>
</Match>

any help will be much appreciated Smile!
Add Thank You Quote this message in a reply
Feb. 04, 2011, 11:23 AM
Post: #5
RE: iframe and youtube
youtube is working for me (i do have to allow scripts)...
how many filters do you have "added"? i'm running basically an untouched sidki set dated 10/23/2010...

http://www.youtube.com/watch?v=R55e-uHQna0
Add Thank You Quote this message in a reply
Feb. 04, 2011, 04:20 PM
Post: #6
RE: iframe and youtube
(Feb. 04, 2011 03:32 AM)bugger Wrote:  
Code:
<Match: <iframe>: Toggle Third Party iFrames     09.06.15 [sd] (d.1 l.3) >
<iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/R7eic4dyz_w" frameborder="0" allowfullscreen>
</Match>

is part of the code for legitreviews not youtube. So try

Code:
[^/]++legitreviews.com/                            $SET(0=i_iframe:0.)

HTH
Add Thank You Quote this message in a reply
Feb. 05, 2011, 12:00 AM
Post: #7
RE: iframe and youtube
my youtube work fine, just wanted to add a setting/script to allow all iframes if it is from http://www.youtube.com/embed
Add Thank You Quote this message in a reply
Feb. 05, 2011, 01:25 AM
Post: #8
RE: iframe and youtube
(Feb. 05, 2011 12:00 AM)bugger Wrote:  allow all iframes if it is from http://www.youtube.com/embed

Try

Code:
[Patterns]
Name = "Protect: <iframe>: Allow youtube iframes ADD"
Active = TRUE
URL = "$TST(hCT=*html)"
Bounds = "<iframe*>"
Limit = 1536
Match = "*src=\"http://www.youtube.com/embed/&\1"
Replace = "\1"

Must be placed above "<iframe>: Toggle Third Party iFrames"

HTH
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: