hello
i embed some audio (mp3 files) in a website and want it to be played via
quicktime plugin.
the code works fine outside magnolia on safari and firefox browsers and it
works fine within magnolia templates and firefox
but it does NOT work within magnolia and safari. there appears a little
quicktime image with questionmark.
here is the code which i use:
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab"
width="20" height="20">
<param name="src"
value="/magnoliaAuthor/dms/kulturkontakte/music/glaend.mp3" />
<param name="controller" value="false" />
<param name="autoplay" value="true" />
<param name="pluginspage"
value="http://www.apple.com/quicktime/download/" />
<!--[if !IE]>-->
<object type="audio/x-mpeg"
data="/magnoliaAuthor/dms/kulturkontakte/music/glaend.mp3"
width="20" height="20">
<param name="autoplay" value="true" />
<param name="controller" value="false" />
<embed src="/magnoliaAuthor/dms/kulturkontakte/music/glaend.mp3"
type="audio/x-mpeg"
width="20" height="20"
autostart="true"
controller="false" />
</object>
<!--<![endif]-->
</object>
because it works with firefox, i assume that the path to the .mp3 file is
alright, but i assume,
that there is any issue how magnolia/safari interchange the path name. i
checked absolute
pathnames (http//localhost...) as well but without success.
any advice or other solutions would be very appreciated!
thanks
tobias
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------