Page 1 of 1

Integration with flash site

Posted: 09 Apr 2008, 07:37
by r-land
Hello, maybe someone already asked such question, but it is too hard to find answer.
The problem is that I'm planning to buy a gallery script, but I wonder, if it is possible to load various folders not from gallery pop-down menu, but directly from my flash site.
For example, I create 3 categories in my gallery:
- photography
- design
- prints
I put mainmenu = false, so it will not be shown in gallery window, but I create my own menu somewhere in flash document. When I use my menu, it loads various slideshow modules according to what I wanted - photo, design or print. I just don't want to mess gallery menu with my flash site menu, and it would be very good, if my thoughts can be made also in reality :)

Posted: 09 Apr 2008, 10:29
by mjau-mjau
Yes, you can do so by using parameters. For example, if you want to load the slideshow into another flash file, you can use something like:
Code
loadMovie("slideshow.swf?path=content/photography/", targetMC)
In the example above, the slideshow would load images from the "photography" folder. To display other images, you could open a slideshow and use a different path parameter.

Posted: 29 Apr 2008, 04:04
by r-land
thanks a lot :) I'll try it :)