Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

flash buttons


acbatchelor

Recommended Posts

does anyone know how to get a flash button to work for the add to cart button.  i got flash to work for all other buttons but, for the add to cart button, the button shows but it does not add anything to cart.

 

for the back button on the product_info page it got the flash button to work by doing the following:

 

i took this code:

 

tep_image_button('button_back.jpg', IMAGE_BUTTON_BACK)

 

replaced it with:

 

'<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="130"
height="27" codebase="http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0">
<param name="movie" value="includes/languages/english/images/buttons/back.swf">
<param name="play" value="true"> 
<param name="loop" value="true">
<param name="quality" value="high">
<param name=wmode value=transparent>
<embed src="includes/languages/english/images/buttons/back.swf" width="130" height="27" play="true"
loop="true" quality="high" wmode="transparent"
pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> 
</embed> 
</object>'

 

again, if i try this with the add to cart button; i click the button and it does not do anything.  i tried looking through the forums and contributions, found a few other methods to try but none even got the button to show.

 

any help will be greatly appreciated.

Link to comment
Share on other sites

  • 6 months later...

Archived

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

×
×
  • Create New...