Problem with Opera & OGG Vorbis SPI

M

Marcin Lewandowski

Hi,

I am creating an applet which should stream OGG/Vorbis file. I use
Vorbis SPI (http://www.javazoom.net/vorbisspi/vorbisspi.html) to decode
Vorbis. Under IE/FF my applet works fine. Under Opera 9 it does not
work, it seems that opera does not load the SPI. I don't know if is that
opera's feature or am I doing something wrong.

Code which puts applet on my page is

<object classid="clsid:CAFEEFAC-0015-0000-0000-ABCDEFFEDCBA" width="250"
height="150"
codebase="http://java.sun.com/products/plugin/autodl/jinstall-1_5_0-windows-i586.cab#Version=1,5,0,0">
<param name="code" value="RadioARTPlayer.class" />
<param name="archive"
value="jogg-0.0.7.jar,jorbis-0.0.15.jar,vorbisspi1.0.2.jar,tritonus_share.jar,radioart.jar"
/>
<param name="type" value="application/x-java-applet;version=1.5" />
<comment>
<embed type="application/x-java-applet;version=1.5"
code="RadioARTPlayer.class"
pluginspace="http://java.sun.com/j2se/1.5.0/download.html" width="250"
height="150"
archive="jogg-0.0.7.jar,jorbis-0.0.15.jar,vorbisspi1.0.2.jar,tritonus_share.jar,radioart.jar"<noembed>
No Java
</noembed>
</embed>
</comment>
</object>


It looks like SPI is not initialized after downloading
vorbisspi1.0.2.jar. There are META-INF directory in that jar, with
proper files. Jar files are downloaded because i can see them in opera
java console's class cache and there is initialized class from radioart.jar.

You can see whole player at http://i.radioart.pl/player/
Login: debug, password: debug (player appears after login)

Thanks in advance,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,189
Latest member
CryptoTaxSoftware

Latest Threads

Top