Page 1 of 1

V2 Flash embedding

Posted: 26 Aug 2008, 06:20
by joyce973
Hi, I'm trying the v2 and finding it amazing.
Now, what I need is embedding it inside an existing flash project.
Is it possible?
thanks

Any reply?

Posted: 27 Aug 2008, 12:21
by joyce973
Please, is there anybody who could help me?

Posted: 27 Aug 2008, 19:30
by mikeatenor
Not sure if this is what you are looking for but you can try viewing this topic.

viewtopic.php?t=3559

I know they are really working hard at trying to get the bugs worked out right now. There will be several ways to integrate and customize but v2 is still a beta and they are trying to work bugs out first. Sorry if this does not help but I read this just the other day.

embed

Posted: 28 Aug 2008, 03:29
by joyce973
Thank you, bu this topic is about HTML integration, so it's useless for what I need.
Anyway, I'm waiting for Imagevue's staff news.

Posted: 03 Sep 2008, 10:59
by mjau-mjau
Yes it is possible, but there may be some problems because we haven't had time to experiment with this yet. Generally you would use something like:
Code
loadMovie("imagevue/imagevue2.swf");
If you have further problems, I am not sure we have the resources to look into that quite yet before initial public release in a few weeks.

embedding in flash or html

Posted: 03 Sep 2008, 14:47
by buurman-janssen
Hello,

I tried to embed the V2 in a website. That is working fine. I just added the imagevue2.swf in my website.

Problem I am having is when I change the template. It doesn't not work. When I go to the index.php it shows the new selected template but with when I am going directley to the imagevue2.swf it still shows the default theme?

What do I need to change for the imagevue2.swf to pick up the selected theme?

Posted: 03 Sep 2008, 23:20
by mjau-mjau
When you say you have "embedded it in a website", do you mean in a separate html page or into flash? In any case, you need to forward certain parameters independently when working outside of the native index.php file.

In the case of a html page, it would be something like this:
Code
flashVars.theme = 'default';
If you view the sourcecode of the index.php gallery, you will see the same line of code(that is set dynamically from admin).