Page 1 of 1

internal link

Posted: 24 Apr 2009, 12:21
by fotografie
Maybe this topic is in the wrong forum, I don't know??

I have a startpage as filemod, with the parameters click=togglefullscreen

Now I want to go directly to a specific folder by clicking. The path is root/flash/content/folder/
What parameter do I have to set (click=??), and what is the path?

Thanks for help.

Posted: 25 Apr 2009, 01:16
by mjau-mjau
You mean you want to change it from togglefullscren to go directly to a folder or image? Try setting:
Code
click=#/content/folder/
You always link relative to the imagevue location, without including "root/flash/".

Posted: 26 Apr 2009, 11:03
by fotografie
No, I want both: By clicking on a picture toggle to fullscreen and go to a specific folder!
Could this be correct:
click=togglefullscreen&click_#/content/folder/
???