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/>
» <a href="?p=gallery">Flash gallery</a><br/>
» <a href="
http://get.adobe.com/flashplayer/">Get Flash Player</a><br/>
<br>
Optionally, you can view the HTML gallery page instead:<br/>
» <a href="?p=html">HTML Gallery</a><br/>
<br>
»
<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.