Sound not working
Submitted by Toosheds on June 17, 2008 - 16:58.
I have been hitting my head against the wall trying to figure out what is causing the sound not to work. The code is simple enough... I think I may have the folder hierarchy
wrong, but I have tried every possibility. I just can't get it to work. One thing I just thought of, is that the mp3 is not stereo, it is definitely mono recorded from a Nikon D3(wav>mp3 conversion)
Page Here: http://sexystarfish.com/360test/test2.html (acting wrong in Firefox, another post on that though)
Below is the current folder structure:
test2.html
dswmedia
-SPi-V.dcr
-cubic.jpg
-lgo1stee.mp3
-minimal.xml
And the XML:
<?xml version="1.0" encoding="utf-8"?>
<tour>
<!-- scene -->
<scene id="lgo_scene">
<!-- pano itself -->
<panoelement id="lgo_pano" />
<image id="lgo_pano">
<layer class="base" type="bitmap" src="cubic.jpg" />
</image>
<!-- sound -->
<sound id="lgo_sound" src="lgo1sttee.mp3" volume="90" ambient="90"
radius="90" pan="0" tilt="0" streaming="true" loop="true" active="true" >
</sound>
</scene>
</tour>HELP! Any assistance or guidance would be greatly appreciated.
fieldOfView | SPi-V dev
Re: Sound not working
Sounds is currently not working properly; sometimes it works, sometimes it doesn't. On some browsers it works, on some it doesn't. An overhaul of the sound functionality is in planning stages.
Re: Sound not working
Thank you, I swore that the code looked fine. How long do you think this will take? We just took on a new customer on the premise that we could offer them the sound functionality via SPi-V, and we just need a ballpark idea in case we have to alter their expectations.
Re: Sound not working
Try to disable streaming option (streaming="false"), it could help.
Re: Sound not working
Unfortunately I am pretty much tied up in other projects at the moment, so I can not give an estimate. Sorry about that.