The Un-Official Proxomitron Forum
[Req]Youtbue auto play? - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Proxomitron Filters (/forumdisplay.php?fid=38)
+--- Forum: Filter Help/Request (/forumdisplay.php?fid=31)
+--- Thread: [Req]Youtbue auto play? (/showthread.php?tid=1117)



[Req]Youtbue auto play? - Guest - Oct. 08, 2008 08:23 AM

I have toggle on for flash. Google video has auto play, how can I do it for youtube as well?


RE: [Req]Youtbue auto play? - Kye-U - Oct. 08, 2008 11:05 PM

I assume you're using Sidki's config pack.

In IncludeExclude-U, under ## 2.10 OBJECTS (FLASH, MOVIES, ...), paste the following:

Code:
([^.]+.|)youtube.com             $SET(0=a_flash.)

Then either reload block files (or restart Proxomitron) Wink


RE: [Req]Youtbue auto play? - bugger - Mar. 08, 2009 09:57 PM

hmm doesn't work. Have i missed something?

I have the draggable flash filter. Would that affect it?


RE: [Req]Youtbue auto play? - ProxRocks - Mar. 08, 2009 11:11 PM

the draggable has no effect on autoplay...

i'm pretty sure the flash file has to be "created" such that it "autoplays" versus slapping in a "click this right-facing triangle to start this video"...


RE: [Req]Youtbue auto play? - lnminente - Mar. 09, 2009 10:38 AM

Code:
[Patterns]
Name = "Youtube: Remove autoplay on "shift" <multi>{ln}090110"
Active = TRUE
Multi = TRUE
URL = "[^/]++.youtube.com/$TYPE(htm)$KEYCHK(^S)"
Bounds = "swfArgs = {*}"
Limit = 1000
Match = "\1, "video_id" \2"
Replace = "\1, "autoplay": "0", "video_id" \2$STOP()"