Page 1 of 2
Flash Integration - Pre-purchase question
Posted: 03 Oct 2008, 05:43
by DaniMun
First off, nice work with your amazing Flash gallery! I really love it!
I've spent lots of time reading topics about it and testing its functionality, and now I can definitely say your work is simply amazing.
I intend to purchase a licence, but I'm afraid the gallery would prove almost useless for me if I couldn't find a way of embedding the flash file into an existing Flash site. The idea is pretty straight-forward: I need the gallery to get loaded into a blank loader movieclip, while I can still retain my main Flash website interface intact. So, here's my question:
Is it possible for the gallery to get loaded into a movieclip and still keep its functionality? I'm thinking about the MovieClip._lockroot property
Thank you for reading my post.
Cheers,
Dani
Posted: 04 Oct 2008, 08:07
by Nick
In V2 showcase forum you can find examples people loading it into another swf I think.
I'm a little confused
Posted: 04 Oct 2008, 17:19
by DaniMun
pain wrote:In V2 showcase forum you can find examples people loading it into another swf I think.
Could you please be more specific? I've searched the V2 showcase but I wasn't able to find what I am looking for
I'd like to know for sure whether it's possible or not for the gallery to retain its full functionality while being loaded into another swf. It's very important to me, so please let me know if I can achieve this.
Thank you
Re: Flash Integration - Pre-purchase question
Posted: 06 Oct 2008, 14:02
by DaniMun
DaniMun wrote:I intend to purchase a licence...
I've just purchased a private licence

and I'm positively sure the $54 amount of money is well worth it
Now I just hope someone will point me in the right direction so I can embed the V2 Gallery into an existing Flash website. Any ideas, anyone?

Still can't figure it out :(
Posted: 07 Oct 2008, 06:09
by DaniMun
I've emailed a request to Imagevuex support about my questions above (embedding the V2 gallery into an existing Flash site) and Karl (mjau-mjau, I think) answered promptly to it (thank you, Karl). However, your solution doesn't seem to work either. Here are the details:
1. My gallery link is
http://www.idacas.ro/galerie/
2. The link of the main flash page, into which I intend to load the gallery, is
http://www.idacas.ro/indexx.htm
3. I set the stage to align "TL", I created an empty movieclip, I placed it to the x=0, y=0 coordinates, I gave it the instance name of "loaderMc", and then added the following actionscript code to the main timeline:
loadMovie("galerie/imagevue/imagevue2.swf?globalpath=galerie", loaderMc);
As you can see, the gallery swf file does load into my loaderMc movieclip, but it doesn't start, all I get is the swirling array of dots
What's wrong with my code? Can you please point me in the right direction? Karl, help me, please...

Help me please ...
Posted: 08 Oct 2008, 07:42
by DaniMun
I'm still waiting for support...

is there someone who can really help me?
:( Still no support ... :( I'm highly disappointed
Posted: 08 Oct 2008, 15:07
by DaniMun
Posted: 09 Oct 2008, 07:27
by lowagie
Cmon!
Give them some time... Your post is dated 07/10. Today we're 09/10... 48 hours... I also work in a support corner (for some medical systems, not for flash gallery's

) and sometimes it takes some time before we can do some tests on an issue.
Same for imagevue, I don't think Karl know everything by head (or is he?) and sometimes you just have to wait untill he can look up some stuff..
Be patient and kind, then I'm sure somebody will help you!
Thijs
Posted: 09 Oct 2008, 09:12
by DaniMun
lowagie.be wrote:Be patient and kind
Oooops! Did I sound unkind? It wasn't my intention

was just eager to get the gallery working as soon as possible.... hmmmm.... or maybe too soon ? Anyway, if I was being rude, then I'm sorry. I guess you're kinda' right
Posted: 09 Oct 2008, 09:34
by lowagie
Nono, not that unkind, but just the complaining about "bad support"... hmmm... I think the support is pretty OK here.
I wish I could help you, but i'm too stupid for this custom flash stuff...
No hard feelings!
T
Posted: 10 Oct 2008, 17:36
by Nick
Sorry, Karl knows flash part better than me, and I thought he already answered.
I bugged him again though.
Posted: 10 Oct 2008, 23:40
by mjau-mjau
Sorry for the late reply. We are still operating under BETA version, and we haven't had time ourselves to look into loading V2 into a custom flash yet, so the topic is still relatively vague for us. I have also been busy working towards a huge new update.
I suggest you try this:
loadMovie("galerie/imagevue/imagevue2.swf?globalpath=galerie/", loaderMc);
Make sure you are using a trailing / (slash) after the globalpath value.
It's finally working :)
Posted: 11 Oct 2008, 05:30
by DaniMun
mjau-mjau wrote:Make sure you are using a trailing / (slash) after the globalpath value.
Almost can't believe there was such a small thing that caused me so much headache
However, Karl, I'm sorry for all my complaining and I hope you'll forgive me for that
And thank you very much for your valuable support!
Now, speaking about the V2 update,
mjau-mjau wrote:I have also been busy working towards a huge new update
can't wait to see what your amazing creative ideas will bring to us
Keep up the good work!
Greetings from Romania!
Dani
How can I load a specific folder or image?
Posted: 15 Oct 2008, 09:51
by DaniMun
mjau-mjau wrote:
loadMovie("galerie/imagevue/imagevue2.swf?globalpath=galerie/", loaderMc);
Make sure you are using a trailing / (slash) after the globalpath value.
Karl, I am facing another problem now: I have no idea how could I make the V2 gallery load a
specific folder or a
specific image by issuing call from a button inside my main Flash menu (not V2's menu).
I tried both
loadMovie("galerie/imagevue/imagevue2.swf?globalpath=galerie/#/content/pictures1/", loaderMc);
and
loadMovie("galerie/imagevue/imagevue2.swf?globalpath=galerie/content/pictures1/", loaderMc);
with no success whatsoever
I am almost sure the trouble is related to the globalpath variable, but I can't find the glitch
I'm puzzled ... I hate it but that't the truth... I feel I'm trying to bite off more than I can chew
Please, Karl, help me once again
Thank you so much

Posted: 17 Oct 2008, 05:10
by mjau-mjau
You can't use the "#" url method, as this is a special method used by the javascript SWFAddress module for the URL field.
You can however use the sstartpath parameter to go directly to a folder:
loadMovie("galerie/imagevue/imagevue2.swf?globalpath=galerie/&startpath=content/pictures1/", loaderMc);