Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to insert the flash slideshow


takiko

Recommended Posts

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.

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

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"

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Karen,

 

Upload to the /images folder. ANd your .swf should be as small as possible to decrease load times.

 

 

 

Chris

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...