This topic is locked

Slide Show Help

4/3/2013 1:41:30 AM
PHPRunner General questions
A
Abhijeet author

Hello Room,
I am using Windows 7 Xampp 1.7, Phprunner 6.2 build 15275. I want to integrate slide show. Has anyone got any experience in doing this on list page/ view page. I have seen similar post in this forum as given below
http://www.asprunner.com/forums/topic/12654-slideshow-image/
$files_move variable is deprecated i guess.
Can anybody help me to put proper code for slideshow here ?
Thank you in advance.

C
cgphp 4/4/2013

$files_move has been replaced by $pageObject->filesToMove (http://xlinesoft.com/phprunner/docs/more_about_events.htm) but I think you don't need it. Classical slideshow requires a list of links.

A
Abhijeet author 4/6/2013



$files_move has been replaced by $pageObject->filesToMove (http://xlinesoft.com/phprunner/docs/more_about_events.htm) but I think you don't need it. Classical slideshow requires a list of links.


Thank you for on board, I have certain image links in the database (mysql) in seperate rows. I want to appear it as a slideshow. Do you have certain code as to how to do it, Please extend the needful. I am confused.

Admin 4/6/2013

This a two step process

  1. You need to find a script that will do the slide show for you. You will need to add this script to the page using 'Insert PHP code snippet' function
  2. As Cristian says, most slideshow scripts expect you to supply a list of links to image files. So, you need to write some PHP code that will scan your table, collect those image links and feed them to slideshow script.
    Btw, some slideshow scripts can provide sample code that pulls links from the database as opposed to hardcoding them.

Admin 4/7/2013

And just in case here is the list of good slideshow scripts you can use:

http://vandelaydesign.com/blog/web-development/jquery-slideshow/

A
Abhijeet author 4/10/2013



And just in case here is the list of good slideshow scripts you can use:

http://vandelaydesign.com/blog/web-development/jquery-slideshow/


Thank you sergey, that was a nice guideline. I was confused as to how to attach it. I will try it now. That was the best link you've provided. Thanks.