Page 1 of 1

Embedding imagevue into swf

Posted: 13 Apr 2009, 17:40
by jobo
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

Posted: 14 Apr 2009, 16:10
by Pharamousse
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

Posted: 21 Apr 2009, 17:36
by jobo
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

Re: Embedding imagevue into swf

Posted: 22 Apr 2009, 02:22
by mjau-mjau
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 ...