takiko Posted July 22, 2010 Posted July 22, 2010 hello I want to know how can I insert the flash slide-show in the front page!? I have created the flash slide show, and want to place it on the front page (index.php) Can I anyone teach me!? Thanks in advance.
Guest Posted July 23, 2010 Posted July 23, 2010 Karen, Insert this code into the table where you want your flash images. You may have to alter this code to suit your table structure but it gives you an idea of how to insert it. <table style="width:1000px; height:200px" align="center"> <tr> <td width="1000px" height="200px" valign="top" cellpadding="0" cellspacing="0" border="0"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24" width="1000" height="200"> <param name="movie" value="http://yourdomain.com/images/slideshow.swf"> <param name="quality" value="high"> <param name="menu" value="false"> <!--[if !IE]> <--> <object data="http://yorudomain.com/images/slideshow.swf" width="1000" height="200" type="application/x-shockwave-flash"> <param name="quality" value="high"> <param name="menu" value="false"> <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer"> FAIL (the browser should render some flash content, not this). </object> <!--> <![endif]> </object> </td> </tr> </table>
takiko Posted July 23, 2010 Author Posted July 23, 2010 Hello i've followed your code......... but it takes super long time to load......I waited for a long time... but still cannot see the flash.... I wait until it finishes loading...it said"load fail"
takiko Posted July 23, 2010 Author Posted July 23, 2010 I figure out one problem, if I upload the flash in "/userfiles/flash/" it won't load, and it will said "load fail" I tried to upload in index.php section....it work......so weird
Guest Posted July 23, 2010 Posted July 23, 2010 Karen, Upload to the /images folder. ANd your .swf should be as small as possible to decrease load times. Chris
takiko Posted July 24, 2010 Author Posted July 24, 2010 okay, I will take a try...and see will it work or not thanks
takiko Posted July 26, 2010 Author Posted July 26, 2010 I give up to insert flash slide show @ my index page.... I use the photobucket one...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.