I have lightbox2 installed and the images work great. But I can't get it play flv video. When I do something like

<a rel="lightvideo" href="http://mywebsite.myserver/sites/default/files/mov00270.flv">click here</a>

A window pops to the front but it is blank. Looking at the log files I get page not found

http://mywebsite.myserver/?q=sites/all/libraries/jw/player.swf?file=http://mywebsite.myserver/sites/default/files/mov00270.flv

If I take this link and get rid of ?q

http://mywebsite.myserver/sites/all/libraries/jw/player.swf?file=http://mywebsite.myserver/sites/default/files/mov00270.flv

the video plays. I have enabled the video support under the settings and put the path as
sites/all/libraries/jw/player.swf I have also tried putting a slash at the beginning of the path.

When I try your example that plays google video it works perfect.

Any help is greatly appreciated.

Comments

3elwa’s picture

Problem solved. I have spent a long time trying to fix this problem and of course as soon as I posted the issue I found the solution at

http://drupal.org/node/946168