Jump to content
xt:Commerce Community Forum

Sound Link & Firefox


saschje

Recommended Posts

hallo zusammen!

wie bekomme ich um himmelwillen einen funktionierenden soundunterlegten link unter firefox hin?? habe einiges probiert aber leider scheiterts immer am smarty error!

hats jemandschon realisieren k?nnen?!

ps: mir ist die allgemeine meinung ?ber sound & shop/site bekannt :-)

gr??e, sasch

Link to comment
Share on other sites

Hi!

hier eine davon:

<applet code="/onstore/css/AudioPlay.class" id="Audio1" width="40" height="40">

<param name="image" value="play.gif">

<param name="audio" value="/onstore/css/sound.wav">

</applet>

<script>

function EvalSound(soundobj) {

var thissound=document.getElementById(soundobj);

thissound.Play();

}

</script>

<tr>

<td>{if $PRODUCTS_IMAGE!=''}{$PRODUCTS_IMAGE}{/if}</td>

</tr>

steht alles in der produkt_info.html, funktioniert nicht!!!

Gr??e...

Link to comment
Share on other sites

Archived

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

×
  • Create New...