Page 1 of 1

Problem with music

Posted: 24 May 2010, 12:42
by edgar-
I have embedded imagevuex in my html web. All works well but if I disabled the menu, the music doesn't sound, if I enable the menu, music sounds well.

You can see in: http://www.cesargluque.com/naturaleza-nature
Some idea?

Posted: 25 May 2010, 12:36
by mjau-mjau
It works from here ...

Sometimes the audio doesn't play if Imagevue determines the visitors internet connection to be too slow to browse both images and audio ...

Posted: 25 May 2010, 15:27
by edgar-
I've tried on two diferent locations with 12Mb of conection and in two cases, music doesn't play. The icon of player is loading song, but it doesn't charge and play (title mark undefined).

In the same conection if I enabled menu, the music played correctly.

I've tried some new. I've activated the compatibility mode of IE 8 with menu disabled and sometimes music played correctly, is very rare.

I embedded imagevue with this code, is correct?

<style type="text/css">
body {background:#222;}
</style>
<script type="text/javascript" src="imagevue/javascript/swfobject.js"></script> <script type="text/javascript" src="imagevue/javascript/swfaddress.js"></script>
<div class="page">
<div class="imagevueWrap">
<div id="imagevue">
<div id="na">
<h1>
Oops! - This page requires Flash Player and Javascript
</h1>
<br/>
Please make sure you have latest Flash Player installed and javascript is enabled in your browser.<br/>
&raquo; <a href="?p=gallery">Flash gallery</a><br/>
&raquo; <a href="http://get.adobe.com/flashplayer/">Get Flash Player</a><br/>
<br>
Optionally, you can view the HTML gallery page instead:<br/>
&raquo; <a href="?p=html">HTML Gallery</a><br/>
<br>
&raquo;
<h1>
<a href="https://www.photo.gallery" title="Flash online photo gallery and slideshow">www.photo.gallery - flash photo gallery and slideshow</a>
</h1>
</div>
</div>
<script type="text/javascript">
//<![CDATA[
swfobject.embedSWF("portfolio/imagevue/imagevue2.swf", "imagevue", "100%", "100%", "8.0.0", "portfolio/imagevue/expressInstall.swf", { startpath:'content/naturaleza/'}, {allowScriptAccess: 'always', allowFullScreen: true}, {id: 'imagevue', name: 'imagevue'});
// ]]>
</script>


</div>
</div>


Thanks.

Posted: 25 May 2010, 15:59
by edgar-
I've changed the audiplayer initial path from false to another and now works perfectly.

Thanks.