?
Path : /home/admin/domains/happytokorea.com/public_html_bk/test3/hotel/ |
Current File : /home/admin/domains/happytokorea.com/public_html_bk/test3/hotel/slideshow.php |
<?php //include class file include('class.flashslideshow.php'); $movie = new flashSlideShow(683, 402, 3, '#000000'); $myfile = array('image1.jpg','image2.jpg'); $movie->addImages($myfile); $movie->output(); ?>