Audio Player

Hello,

i am new to oxid shop … i have enough experience with oscommerce and virtuamart but i would like to change my mind…^^

i would like to use oxid eshop for my next project but i need additional functionality

so my question…is there a way to integrate an audio player in the product description?

the best solution would be a plugin with administrative possibilities

cheers
slotty

Hi slotty,

you are probably looking for something like this:
http://emff.sourceforge.net/

Regards

hi marco,

deinem namen nach bist du vermutlich deutsch, deshalb schreib ich mal in der sprache ist leichter…

ja das ist eine lösung, ich brauche den player nur um probebeispiele von dem produkt abzuspielen
hab den vorherigen shop in oscommerce umgesetzt ,da hab ich auch einen flash audio player integriert, der war aber vom backend des shops administrierbar

zu not muss ich diese hardcode lösung nehmen, suche aber weiterhin nach einem player der vom shop selber verwaltet werden kann, vorallem weil der kunde auch die sachen zum teil selbst pflegen will und keine ahnung von html oder sonstigem hat…lol

aber ich danke dir auf jeden fall erstmal für deinen vorschlag^^

viele grüsse
slotty

hi marco,

thanks for your proposel…i wrote it in german, therefore it was deleted…sorry

cheers
slotty

hi marco,

i tried it out, works very well^^ thank you

perfect :slight_smile:
If you feel fancy, you can leave the code snippet here in case somebody else has the same issue :wink:

the implementation is quite simple…you have to put the flash file and the audio folder anywhere in your site(e.g. root)

then you can create your own html code with the code generator

finally copy the code in your content with html view…that`s all:)

i had to solve same problem.

here is my way in template media.tpl (4.5x)


      [{if $oMediaUrl->getLink()|substr:-3 eq 'mp3' }]
        [{oxmultilang ident="PAGE_DETAILS_TABS_MEDIA_MP3"}]<br><strong>[{$oMediaUrl->getHTML()|strip_tags:'a'}]</strong><br>
        <object type="application/x-shockwave-flash" data="/out/oe2011/src/audio-player/zplayer.swf?mp3=[{$oMediaUrl->getLink()}]" width="200" height="20"/>
        <param name="movie" value="/out/oe2011/src/audio-player/zplayer.swf?mp3=[{$oMediaUrl->getLink()}]" />
        </object> 
      [{else}]
      <p>[{$oMediaUrl->getHtml()}]</p>
      [{/if}]


here is the link how it looks like.
http://www.internet-einfach-einfach.de/Bild-und-Ton/Audio/Wartemusik/Wartemusik-Guitar-Wheep.html

the player can be replaced with every other