I consulted the website kriesi referred me to (http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/) to see if playing videos other than video and youtube in the slider were possible. It is, it just requires adding 'add rel="prettyPhoto[iframes]' to the link.
I see in kclass_display_slideshow.php the following:
//check if its a video link
else if(kriesi_is_file($imageLink, "videoService")) { $addClass = "rel='lightbox[slider]'"; }
Simply changing that line doesn't help because apparently the link I'm putting in there isn't recognized as a "videoService".
Ideas?














