Search…

X3 Photo Gallery Support Forums

Search…
 
joyce973
Topic Author
Posts: 4
Joined: 21 Jul 2008, 17:45

V2 Flash embedding

26 Aug 2008, 06:20

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
 
joyce973
Topic Author
Posts: 4
Joined: 21 Jul 2008, 17:45

Any reply?

27 Aug 2008, 12:21

Please, is there anybody who could help me?
 
User avatar
mikeatenor
Posts: 14
Joined: 05 Oct 2006, 11:13

27 Aug 2008, 19:30

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.
Thanks,
Mike
 
joyce973
Topic Author
Posts: 4
Joined: 21 Jul 2008, 17:45

embed

28 Aug 2008, 03:29

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.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

03 Sep 2008, 10:59

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.
 
buurman-janssen
Posts: 2
Joined: 03 Sep 2008, 14:42

embedding in flash or html

03 Sep 2008, 14:47

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?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

03 Sep 2008, 23:20

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).