Search…

X3 Photo Gallery Support Forums

Search…
 
Watts
Experienced
Topic Author
Posts: 30
Joined: 28 Oct 2006, 05:14

Open gallery in fullscreen mode or image in max size ?

25 Nov 2008, 07:25

Hi all,
is it possible open gallery on fullscreen mode directly ?
Or
Is it possible to open gallery with image max size directly ?

Thanks.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

25 Nov 2008, 22:43

You can't open fullscreen directly - The user has to CLICK a button. This is because of flash security.

If you are using a filemod or a textpage as your startpage, you can easily add a link "view fullscreen" - See the example on our demo page that I just added:
https://www.photo.gallery/soda/

You can add it as a link in normal text, like this:
Code
Click <a href="asfunction:_root.togglefullscreenfunc">here</a> to view the gallery fullscreen - Click the image below to go to first gallery
If you are using filemod/photoblinds as startpage, you can also set the gallery to go fullscreen when clicking the image/file display. Just set "click=togglefullscreen" in the parameters for the filemod.
 
MorningWood
Experienced
Posts: 60
Joined: 13 Nov 2008, 14:31

26 Nov 2008, 05:13

I copied the code in my textpage like you said. It shows up nicely and the link is there. But when i click the link, nothing happens... :?

Am i missing something?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

26 Nov 2008, 20:57

I believe I edited that post yesterday. It said "togglefullscreen" instead of "_root.togglefullscreenfunc" ...

If you have that and it's not working, can you give a link?
 
MorningWood
Experienced
Posts: 60
Joined: 13 Nov 2008, 14:31

27 Nov 2008, 05:22

You have a PM :)
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

27 Nov 2008, 09:53

When I click the link "click here to open gallery fullscreen", the gallery opens fullscreen as it's supposed to. I don't see anything wrong ...
 
MorningWood
Experienced
Posts: 60
Joined: 13 Nov 2008, 14:31

27 Nov 2008, 10:44

Arrrgghhhh i know what went wrong... it didn't work in IE, i did not test it in eg. safari.

It works over here now too... Sorry for being such a noob :evil:

Could you please check if you see the clickable image in the "testing image link" section of the menu??? 'Cause it's driving me nuts!!
Sorry to take so much of your time...
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

27 Nov 2008, 10:50

No, it's not displaying because you have added your <img> like this:
Code
<img src="#/content/Update/pic2.jpg/" ...
#/content/Update/pic2.jpg/ is not a file ... It is a link that you can use to refer to images in the gallery through the URL. I think you should be using something like:
Code
<img src="content/Update/pic2.jpg" ...
 
MorningWood
Experienced
Posts: 60
Joined: 13 Nov 2008, 14:31

27 Nov 2008, 10:58

Image

YOU ARE THE BEST!!!!

It works now... damn... Thanx Bro!!!

Please check the second video ;) You are always welcome there!!!! With cocktails on me!!! ;)
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

09 Feb 2009, 09:45

Sorry... Where is the video?
firedev.com
 
MorningWood
Experienced
Posts: 60
Joined: 13 Nov 2008, 14:31

09 Feb 2009, 09:48

Click

Language spoken is dutch, and was recorded after drinking some :twisted: cocktails mentioned earlier ;)
 
User avatar
lumacraft
Posts: 9
Joined: 04 Jan 2010, 18:20

14 Jan 2010, 12:29

Is there a way to add an item to the main menu, to switch to full screen?

I tried making the menu item a link folder, using as the contents of the link field

asfunction:_root.togglefullscreenfunc

but that didn't work.
David A. Gilmour LPPO
[url=http://www.lumacraft.com]Lumacraft Photography[/url]
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

15 Jan 2010, 02:25

lumacraft wrote:Is there a way to add an item to the main menu, to switch to full screen?

I tried making the menu item a link folder, using as the contents of the link field

asfunction:_root.togglefullscreenfunc

but that didn't work.
Unfortunately that wont work because this actionscript-level function only works inside HTML <a> links, and the menu doesnt use HTML tags ...

I should be able to integrate an easy fix for this in the next release though, if its still wanted!
 
User avatar
lumacraft
Posts: 9
Joined: 04 Jan 2010, 18:20

15 Jan 2010, 10:46

mjau-mjau wrote:I should be able to integrate an easy fix for this in the next release though, if its still wanted!
:idea: It gets my vote! :idea:
David A. Gilmour LPPO
[url=http://www.lumacraft.com]Lumacraft Photography[/url]