Hi, I am trying to pop up JW FLV Player (3xx) in the excellent LightWindow - check it out at http://www.stickmanlabs.com/lightwindow/
The basic code is reasonably easy, although not being a "coder" but a "copier" I may have got it a little wrong
<a href="gallery/flvplayer.swf?height=500&width=700&file=miresr4.flv&autostart=true&repeat=true&allowfullscreen=true&displayheight=480&displaywidth=640"
class="lightwindow page-options" params="lightwindow_type=external,lightwindow_loading_animation=false,lightwindow_width=740,lightwindow_height=500" title="FLV player" <strong><span style="color: red;">FLVplayer without external page</span> - Need to work on dimensions</a>
2 problems:
1) I think that I may be mixing up Parameters and Flashvars - is there a way to add a flashvars line to this code?
2) the allowfullscreen function doesn't appear to work - the button appears on the video controls but doesn't go fullscreen
Any suggestions/improvements?
Thanks

Bill, I use LightWindow as well and after hours of work found the best way to get these two programs to work together is to open an .html page instead of a Flash video. Embed the Player in the .html page like normal. Hope that helps.