Can't get sound to play?
Hello all
I'm experimenting with trying to get an '.au' sound file to play in the following pano:
http://www.condottiero.com/test/sample.html
but nothing seems to happen when clicking on the audio button. Here's the code in case I've done something inccorrectly:
<html>
<head><META NAME="GENERATOR" Content="PTViewer Scripter"></head>
<body>
<APPLET archive = "ptviewer.jar" code = "ptviewer.class" width = 320 height = 265>
<PARAM name = wait value = "res/loading2.jpg">
<PARAM name = bar_x value = 25>
<PARAM name = bar_y value = 131>
<PARAM name = bar_width value = 266>
<PARAM name = bar_height value = 6>
<PARAM name = barcolor value = e2e2d8>
<PARAM name = quality value = 0>
<PARAM name = maxspeed value = 7>
<PARAM name = frame value = "res/bar_champneys.gif">
<PARAM name = bgcolor value = cccccc>
<PARAM name = sound0 value = res/sound.au>
<PARAM name = shotspot0 value = " x254 y241 a277 b264 u'ptviewer:startAutoPan(0,0,1.004)' ">
<PARAM name = shotspot1 value = " x226 y240 a249 b264 u'ptviewer:startAutoPan(0,0,0.996)' ">
<PARAM name = shotspot2 value = " x187 y253 a222 b264 u'ptviewer:startAutoPan(0,-1.0,1.0)' ">
<PARAM name = shotspot3 value = " x187 y240 a222 b252 u'ptviewer:startAutoPan(0,1.0,1.0)' ">
<PARAM name = shotspot4 value = " x160 y240 a182 b264 u'ptviewer:startAutoPan(1.0,0,1.0)' ">
<PARAM name = shotspot5 value = " x131 y240 a155 b265 u'ptviewer:startAutoPan(-1.0,0,1.0)' ">
<PARAM name = shotspot6 value = " x280 y240 a319 b264 u'ptviewer:PlaySound(0)'">
<PARAM name = file value = "ptviewer:0">
<PARAM name = pano0 value =
"{file=panorama/pano1.jpg}
{auto=0.3}
{panmin=-180}
{panmax=180}
{pan=-60}
{tiltmin=-90}
{tiltmax=90}
{tilt=-2}
{fovmin=16}
{fovmax=117}
{fov=87}">
</Applet>
</body>
</html>
Any ideas?
Thanks
Steiner