Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
mjau-mjau
X3 Wizard
Topic Author
Posts: 13998
Joined: 30 Sep 2006, 03:37

New methology for internal links

08 Jul 2009, 11:22

This feature applies for Imagevue X2 2.1.3

For those of you who have been using internal links in your textpages, you may know that they must be created like this:
Code
<a href="#/content/folder/">link</a> to access a folder
<a href="#/content/folder/image.jpg/">link</a> to access a specific file.
This usage requires the SWFAddress javascript enabled, and lately it seems it is not working in Internet Explorer 8. Therefore we devised a NEW methology for internal linking. You can now use the methods below:
Code
<a href="asfunction:_root.link,content/folder/">link</a>
<a href="asfunction:_root.link,content/folder/image.jpg/">link</a>
These new methods use internal actionscript functions, and do not rely on any external swfaddress javascript to work correctly. Not only do these internal links work now work in IE8, but they also work in galleries where the swfaddress is disabled.

Important! You don ´t need to change your previous internal links, as the new version will parse them to use the new methods. You can therefore simply add them in the SAME way as before, and they will convert correctly in the flash gallery. You should in fact add them as before to keep HTML version compatibility.