U
Ubi
I have a visualization problem on Firefox.
On Internet Explorer, it works fine.
http://www.listentoeurope.com/giardini_di_miro/dividing_opinions
By clicking on the Promo Tracks links ("audio" and "video"), a Javascript
function is invoked
This function, sets the display property of the PlayerDiv to "block", and
sets the src of the enclosed iframe to a certain url.
....
<div id="playerDiv" align="center" style="display:none">
<br style="line-height:5px">
<iframe name="player" id="player" src="/player/player.php" width="350"
height="0" frameborder="0" scrolling="no" marginwidth="0"
marginheight="0"></iframe>
</div>
....
In the iframe, either an embedded audio player (in case of an "audio" link)
or an embedded youtube player (in case of a "video" link), appears.
On Internet Explorer, everything works fine.
On Firefox, you can listen to the audio, but you cannot display the player.
Thanks for your help!
Daniele
On Internet Explorer, it works fine.
http://www.listentoeurope.com/giardini_di_miro/dividing_opinions
By clicking on the Promo Tracks links ("audio" and "video"), a Javascript
function is invoked
This function, sets the display property of the PlayerDiv to "block", and
sets the src of the enclosed iframe to a certain url.
....
<div id="playerDiv" align="center" style="display:none">
<br style="line-height:5px">
<iframe name="player" id="player" src="/player/player.php" width="350"
height="0" frameborder="0" scrolling="no" marginwidth="0"
marginheight="0"></iframe>
</div>
....
In the iframe, either an embedded audio player (in case of an "audio" link)
or an embedded youtube player (in case of a "video" link), appears.
On Internet Explorer, everything works fine.
On Firefox, you can listen to the audio, but you cannot display the player.
Thanks for your help!
Daniele