I use the actually shadowbox version (3.0b).
Init in head:
<script type="text/javascript">
Shadowbox.init({
language: 'de-DE',
players: ['img', 'html', 'swf'],
flashParams: {bgcolor:"#ffffff"},
animateFade: 'true',
fadeDuration: '0.35'
});
And this is a part from the body range:
<div id="left">
<ul>
<li><a rel="shadowbox;player=html" href="http://www.google.de" title="zur Kasse"><img src="img/kasse.png" width="138px" height="135px" alt="Kasse"><br>zur Kasse / Warenkorb</a></li>
<li><img src="img/librarian.jpg" width="240" height="452" alt="Librarian"></li>
</ul>
</div>
The swf player works fine, but the html player doesn't work. If i write: rel="shadowbox" the screen greyed out, but no window opens!? If i try: rel="shadowbox;player=html" opens a window, but no content is visible. Instead show the Shadowbox the url from href!?
see here:
http://fx-s.de/virtuellerBuchladen/ (click on "zur Kasse / Warenkorb")
Many thanks for help!
Tested wih Safari 4 and Firefox 3.0.11