Search…

X3 Photo Gallery Support Forums

Search…
 
ties
Topic Author
Posts: 1
Joined: 28 Mar 2007, 15:44

embed slideshow in flash

28 Mar 2007, 15:54

I was trying to embed the slideshow in a flash website but wasn't able to do so.

Problem:
Click 'collectie' on http://www.ties.be/pompidon/embedgallery/

You can see it's doing something, but not completely what it should be doing.

To show you the slideshow itself is indeed working: http://www.ties.be/pompidon/embedgallery/fotopage/

Approach in my flashfile: loadMovie("fotopage/slideshow.swf", mymovieclip);

Can someone help me out?
Thanks in advance!
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

15 Apr 2007, 09:33

Since you are loading the slideshow from a remote location, you need to use the globalpath parameter:
Code
loadMovie("fotopage/slideshow.swf?globalpath=fotopage/", mymovieclip);