Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Flash video embeded in product pages


Guest

Recommended Posts

Morning everyone,

 

I am looking to move away from our current click to download a demo setup on our product pages.

 

We would like to embed flash demos into some of our products so that they display automatically when a client clicks onto that item.

 

I have had a hunt around the contributions section and have not found anything and forum searchs point to issues around flash in main page problems.

 

Is this a viable option in OSC?

 

If someone can point me in the right direct I would be grateful.

 

 

 

Regards

 

Michael

Link to comment
Share on other sites

Probably the best and easiest way would be to add the FCK editor this has a way of embedding flash into the product description, though i have found that i need to go in to the source code and change the BG colour once or twice.

 

If you have the ordinary HTML box it will be ok too add it as

 

 

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100" height="100">

<param name="movie" value="xxxx.swf">

<param name="play" value="true">

<param name="loop" value="true">

<param name="quality" value="high">

<embed width="100" height="100" src="xxxx.swf" play="true" loop="true" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></object>

 

Hope this helps Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Link to comment
Share on other sites

Thanks I will take a look and let you know if it works.

 

Michael

 

Probably the best and easiest way would be to add the FCK editor this has a way of embedding flash into the product description, though i have found that i need to go in to the source code and change the BG colour once or twice.

 

If you have the ordinary HTML box it will be ok too add it as

 

 

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100" height="100">

<param name="movie" value="xxxx.swf">

<param name="play" value="true">

<param name="loop" value="true">

<param name="quality" value="high">

<embed width="100" height="100" src="xxxx.swf" play="true" loop="true" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></object>

 

Hope this helps Nic

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...