Takeme360
04-01-2010, 07:03 PM
Hey Guys,
Wondering if anyone has run into a similar problem. I have background music playing and narration linked to different scenes. But I can't figure out a way to properly play both independently. I'm currently using mp3hotspot.swf for my narration and dewplayer.swf for my music. But when the background music changes to a new music file - or the use changes the music via the playlist - the narration also stops.
So what is happening is when the background music (1min apiece - there are about 5 songs the dewplayer cycles through) stops or changes, the narration stops completely, sometimes in mid sentance, until the user loads a new scene.
Here's the code:
<spot id="music_pano01" url="files/plugins/dewplayer-multi.swf?mp3=files/media/sound/1.mp3|files/media/sound/2.mp3|files/media/sound/3.mp3|files/media/sound/4.mp3|files/media/sound/5.mp3&autostart=1&autoreplay=1&randomplay=1&autore play=1&volume=50" static="1" align="RT" alpha="1" salign="RT" depth="2" scaleX="0.8" scaleY="0.8" staticX="-25" />
<spot id="narration1" url="files/plugins/mp3hotspot.swf" file="files/media/sound/narration/1.mp3" repeat="0000"
linked="files/visualfiles/1" />
<spot id="narration2" url="files/plugins/mp3hotspot.swf" file="files/media/sound/narration/2.mp3" repeat="0000"
linked="files/visualfiles/2" />
<spot id="narration3" url="files/plugins/mp3hotspot.swf" file="files/media/sound/narration/3.mp3" repeat="0000"
linked="files/visualfiles/3" />
<spot id="narration2" url="files/plugins/mp3hotspot.swf" file="files/media/sound/narration/4.mp3" repeat="0000"
linked="files/visualfiles/4" />
Wondering if anyone has run into a similar problem. I have background music playing and narration linked to different scenes. But I can't figure out a way to properly play both independently. I'm currently using mp3hotspot.swf for my narration and dewplayer.swf for my music. But when the background music changes to a new music file - or the use changes the music via the playlist - the narration also stops.
So what is happening is when the background music (1min apiece - there are about 5 songs the dewplayer cycles through) stops or changes, the narration stops completely, sometimes in mid sentance, until the user loads a new scene.
Here's the code:
<spot id="music_pano01" url="files/plugins/dewplayer-multi.swf?mp3=files/media/sound/1.mp3|files/media/sound/2.mp3|files/media/sound/3.mp3|files/media/sound/4.mp3|files/media/sound/5.mp3&autostart=1&autoreplay=1&randomplay=1&autore play=1&volume=50" static="1" align="RT" alpha="1" salign="RT" depth="2" scaleX="0.8" scaleY="0.8" staticX="-25" />
<spot id="narration1" url="files/plugins/mp3hotspot.swf" file="files/media/sound/narration/1.mp3" repeat="0000"
linked="files/visualfiles/1" />
<spot id="narration2" url="files/plugins/mp3hotspot.swf" file="files/media/sound/narration/2.mp3" repeat="0000"
linked="files/visualfiles/2" />
<spot id="narration3" url="files/plugins/mp3hotspot.swf" file="files/media/sound/narration/3.mp3" repeat="0000"
linked="files/visualfiles/3" />
<spot id="narration2" url="files/plugins/mp3hotspot.swf" file="files/media/sound/narration/4.mp3" repeat="0000"
linked="files/visualfiles/4" />