You are not logged in.

#1 2011-11-14 05:11:48

du|dx
Member
Registered: 2011-11-14
Posts: 2

[SOLVED] Flash not working in Luakit

I have the latest flash plugin (v11) but can't get flash to work in luakit on my laptop. When I go to YouTube and try to watch a video I get:

You need to upgrade your Adobe Flash Player to watch this video.

Firefox has no problem but I can't be switching browsers every time I want to watch something on YouTube. Flash plays just fine in luakit on my desktop but I can't remember what I did to get it working...

In my 'globals.lua':

["www.youtube.com"] = {
    ["enable-scripts"]          = true,
    ["enable-plugins"]          = true,
}

Last edited by du|dx (2011-11-17 13:16:07)

Offline

#2 2011-11-17 13:14:21

du|dx
Member
Registered: 2011-11-14
Posts: 2

Re: [SOLVED] Flash not working in Luakit

I had a feeling there was some pretty obvious difference between the config files on my desktop and my laptop. Somehow I had a 'www' (not in the default config) in fornt of 'youtube.com', after removing it everything works.

The YouTube rule should look like:

["youtube.com"] = {
    ["enable-scripts"]          = true,
    ["enable-plugins"]          = true,
}

Offline

Board footer

Powered by FluxBB