Search…

X3 Photo Gallery Support Forums

Search…
 
edgar-
Topic Author
Posts: 9
Joined: 26 May 2009, 20:14

Problem with music

24 May 2010, 12:42

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?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

25 May 2010, 12:36

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 ...
 
edgar-
Topic Author
Posts: 9
Joined: 26 May 2009, 20:14

25 May 2010, 15:27

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.
 
edgar-
Topic Author
Posts: 9
Joined: 26 May 2009, 20:14

25 May 2010, 15:59

I've changed the audiplayer initial path from false to another and now works perfectly.

Thanks.