Posted by Spartanicus on 07/31/05 14:07
<bunch92@yahoo.fr> wrote:
>I am creating a site to learn a foreign language. I will have hundreds of
>sounds (each no longer than 5 seconds).
>
>I don't want the users to have pop-up windows at all so I need the sounds to
>be embeded.
No you don't: <a href="noise.mp3">noise</a>, better yet use redirector
files: http://www.spartanicus.utvinternet.ie/streaming.htm
>The code is :
><OBJECT ID="mediaPlayer"
>CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
>CODEBASE="http://activex.microsoft.com/activex/
>controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" STANDBY="Loading
>Microsoft Windows Media Player components..."
>TYPE="application/x-oleobject"> <PARAM NAME="fileName"
>VALUE="http://www.perignon.co.uk/fr/lessonbeg/sound/o.mp3"> <PARAM
>NAME="animationatStart" VALUE="true"> <PARAM NAME="transparentatStart"
>VALUE="true"> <PARAM NAME="autoStart" VALUE="true"> <PARAM
>NAME="showControls" VALUE="true"> </OBJECT>
Horrible MS specific ActiveX crap.
--
Spartanicus
[Back to original message]
|