Page 1 of 1

embed slideshow in flash

Posted: 28 Mar 2007, 15:54
by ties
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!

Posted: 15 Apr 2007, 09:33
by mjau-mjau
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);