Hi,
for my presentation page I would like to invit my guest to clic on a link wich will turn the website in full screen mode, does anyone have a tips for that ?
Thank's
lipapa
X3 Photo Gallery Support Forums
You mean apart from the "fullscreen" button that is already in the maincontrols?lipapa wrote:for my presentation page I would like to invit my guest to clic on a link wich will turn the website in full screen mode, does anyone have a tips for that ?
_root.togglefullscreenfunc();I initially thought this was not possible, but then I did some research and found out otherwise. You can call certain functions from textlinks - For example you should be able to do this:MorningWood wrote:Can this also be done by just using a link(or image) instead of a button in flash?
![]()
This would really give maximum viewing pleasure for people with small screen resolution. Most people will not notice the button in image controls.
<a href="asfunction:_root.togglefullscreenfunc">Click here</a>