Topic: Embedding doesn't work
Hey fellow SV users,
Today iv'e tried to embed your sv-pro gallery to my portfolio, but without any luck.
The gallery shows up on my site (www.christiangiovanni.com/gallery.htm), but it won't show the pictures (see www.christiangiovanni.com/test)
Here's my gallery.htm file:
<html>
<header>
<title>home of giovanni</title>
<link rel="stylesheet" type="text/css" href="style.css">
</header>
<body>
<div id=logo>
<img src="logo-bottom.png">
</div>
<div id=menu>
<img src="menu-right.png">
</div>
<div id=giovanni>
<a href="mailto:hello@christiangiovanni.com" title="hello@christiangiovanni.com">hello@christiangiovanni.com</a>
</div>
<div id=galleri>
<script type="text/javascript" src="testgallery/swfobject.js"></script>
<div id="flashcontent">For at se mit galleri skal du have Adobe Flash Player
<a href="http://www.macromedia.com/go/getflashplayer/">Download det hér.</a></div>
<script type="text/javascript">
var fo = new SWFObject("testgallery/viewer.swf", "viewer", "800", "600", "8", "#fffffff");
fo.addVariable("xmlDataPath", "testgallery/gallery.xml");
fo.addParam("wmode", "transparent");
fo.write("flashcontent");
</script>
</div>
</body>
</html>
if you need anything else, tell me and i'll post it. :)
- Christian Giovanni