These forums are provided for community interactions only. For official support please submit a support ticket.

You are not logged in.

#1 2012-01-23 17:09:21

blueink
New Member
Registered: 2008-11-06
Posts: 1

xmlFilePath to director SSP not working

This may be a basic question
I can easily embed slideshows using Director and the director embed script. However, I decided I wanted to adjust and change the ways these shows looked, so I purchased slideshow pro for flash.  I have created a new slide show in Flash. It works (previews correctly in Flash) and I can successfully embed it on my site- no issue- all perfect.

***However*** I cannot change the XML file and content for my slideshows.   See example below that loads album-15. What if I want it to load album-11? This does not work, even when I change all tags to reference album-11.

Do I need to create a new *.fla file for each album?

For example:
Here is my working code:

<!-- START EMBED CODE -->
<script type="text/javascript" src="http://lucalune.com/slideshowpro/m/embed.js"></script>
<div id="album-15">
</div>
<script type="text/javascript">
                 SlideShowPro({
        attributes: {
        src: "http://lucalune.com/wordpress/wp-content/uploads/2011/10/Jen_SlideShow_950x500_BotomThumb_TopImage2.swf",
        id: "album-15",
        width: 950,
        height: 560
        },
        params: {
        bgcolor: "#000000",
        allowFullScreen: "true"
        },
        flashvars: {
        xmlFilePath: "http://lucalune.com/slideshowpro/images.php?album=15"
        }
    });
</script>
<!-- END EMBED CODE -->

Offline

 

#2 2012-01-23 21:00:15

djcoo
New Member
Registered: 2008-03-01
Posts: 6

Re: xmlFilePath to director SSP not working

blueink

call me crazy but we do "create a new .fla" for each album. Only we don't really "create one" we have one saved that we open change the album numbers and publish under a different name. (Ex: samp-1; samp-12; etc) All you need to upload is the new .swf file...

Then that should work just fine for you and load the correct album desired... I'm not personally sure of another way of doing it with flash and director... but that's how we do it anyways...

Let me know if that works out for you.

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson