JeremyCanada26 Posted January 11, 2012 Share Posted January 11, 2012 I want to link to a movie but I'd like to create an onrollover slideshow effect so that when the image that links to the movie is mouseover, it slowly slideshows each of the 4 images that I specify. Quote Link to comment https://forums.phpfreaks.com/topic/254820-help-creating-onrollover-slideshow-effect/ Share on other sites More sharing options...
litebearer Posted January 11, 2012 Share Posted January 11, 2012 that would require client side scripting, not php. Quote Link to comment https://forums.phpfreaks.com/topic/254820-help-creating-onrollover-slideshow-effect/#findComment-1306603 Share on other sites More sharing options...
WTFranklin Posted January 11, 2012 Share Posted January 11, 2012 Litebearer is right, you would want to use some sort of client side coding (javascript, jquery, etc.) but if you wanted to use a combination of both php has the ffmpeg library that can pull frames at random and then you can use JS to change the image to the frame it finds. It could be the easiest way of doing this would be with some AJAX techniques too. Hope that helps! Quote Link to comment https://forums.phpfreaks.com/topic/254820-help-creating-onrollover-slideshow-effect/#findComment-1306652 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.