Search…

X3 Photo Gallery Support Forums

Search…
 
jobo
Topic Author
Posts: 2
Joined: 13 Apr 2009, 16:45

Embedding imagevue into swf

13 Apr 2009, 17:40

Hello!

I would like to embed imagevue into a swf-file. The following link shows how it works: https://www.photo.gallery/soda/custom.swf

Great! But, why the funktion "toggle to fullscreen" does not work with it?

Can someone help?

Many thanks in advance

jobo
 
Pharamousse
Posts: 3
Joined: 02 Apr 2009, 11:45

14 Apr 2009, 16:10

Sorry for my english, I doing my best,

I can't manage to have a look to your fla file,
i'll try tomorow.

But, I guess toglefullscreen button will refer to a root function,
as the root movie is yours, it may not work.

I wanted also to customise my imagevue, first i wanted to load, as you did, imagevue into my own movie but it didn't work well.

Then, I decided to customize the background movie instead for imagevue, and my buttons are calling functions into imagevue movie and
it works fine !

here it is :

http://www.pharamousse.com
 
jobo
Topic Author
Posts: 2
Joined: 13 Apr 2009, 16:45

21 Apr 2009, 17:36

Hi Pharamousse,

Sorry for not answering earlier.

Your solution works fine on your website. But, the question behind my first question is more difficult (at least to me). So, I do not rightly know if I can use our solution.

My intention is to embed a button (either in the menu or in a background.swf) to switch the background colour e.g. from white to black and vice versa.

You can see the effect here: http://www.braingiants.com/v5/pfolio.html

But unfortunately I am truly no expert with Flash ActionScript.

So, I hope you or someone else can maybe help me.

Many thanks in advance.

jobo
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Embedding imagevue into swf

22 Apr 2009, 02:22

jobo wrote:Great! But, why the funktion "toggle to fullscreen" does not work with it?
It is tricky when embedding imagevue into a separate site, with separate alignment methods and HTML. What is the link to your gallery? Also, have you enabled fullscreen in the HTML document? For example, if you check our gallery we have the setting:
Code
... allowFullScreen: true ...