A
a walker
Guest
Embed multiple simpleviewer galleries on website
I can get simple viewer working no problems with 1 gallery on my site using the following code:
<head>
<script type="text/javascript" src="swfobject.js"></script>
</head>
<body>
<embed src="viewer.swf" bgcolor="#181818" name="viewer" width="64'" height="48'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
</body>
The problem I have is when I want to use multiple galleries. As soon as I add directories the flash stops working. This is an example of what I have tried to change it to:
<head>
<script type="text/javascript" src="galleries\landscapes\swfobject.js"></script>
</head>
<body>
<embed src="galleries\landscapes\viewer.swf" bgcolor="#181818" name="viewer" width="64'" height="48'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
</body>
How do I get multiple galleries to work?
I can get simple viewer working no problems with 1 gallery on my site using the following code:
<head>
<script type="text/javascript" src="swfobject.js"></script>
</head>
<body>
<embed src="viewer.swf" bgcolor="#181818" name="viewer" width="64'" height="48'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
</body>
The problem I have is when I want to use multiple galleries. As soon as I add directories the flash stops working. This is an example of what I have tried to change it to:
<head>
<script type="text/javascript" src="galleries\landscapes\swfobject.js"></script>
</head>
<body>
<embed src="galleries\landscapes\viewer.swf" bgcolor="#181818" name="viewer" width="64'" height="48'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
</body>
How do I get multiple galleries to work?
