Page 1 of 1

loadmovie ?=path....

Posted: 10 Dec 2008, 08:09
by juanlacueva
This may have been asked before but I can't find it anywhere. If it was, I apologize and if someone can point me to the thread were it's answered I'd appreciate it.

I want to load inside a Flash movie a the gallery but with a specific initial folder. I added:

..../imagevue/imagevue2.swf?globalpath=content/pictures1/

but imagevue2.swf looks for "http://formatodiseno.com.ar/clientes/fd ... me=default" which obviously doesn't exist.
I tried using "path" instead of "globalpath" but didn't work either.

Does swf accept a initial gallery parameter and I'm sending the wrong var or this can't be done?

Thanks a lot

Re: loadmovie ?=path....

Posted: 10 Dec 2008, 08:31
by juanlacueva
I keep tring and found that

http://....com.ar/gallery/?c=...imagevue.php?a=config&path=content/pictures1#/content/pictures2/

loads the gallery I want, but if I try to do imagevue2.swf?c=/imagevue.php?a=config&path=content/pictures1#/content/pictures2/

Does not work. Now I'm starting to realize that url parameters are usually retrieved by $_GET in php and that may be the reason the swf does not load the variable.

Is there a way to load the swf inside another swf and send variables to it to start in a specific folder?

I'll keep trying and if I found a solution will post it but I'm pretty lost here.

Posted: 10 Dec 2008, 08:41
by juanlacueva
loadMovie("gallery/imagevue2.swf?startpath=content/somefolder/", movieClip);

DO'H me....
Sorry