1) I was able to get URL links working fine on pages within my flipbook, but NOT on the prepage. Is there a different technique that's required to get links working either on a Prepage or on a Background for the entire FlipBook?
2) I've changed the color attribute inside of my lnk tag and that works fine. I'm not seeing any color change when I hover over the link, however, even though I've assigned different values in my megazine file. On hover, the link just becomes bolder and maybe gets a drop shadow applied. I copied the code for lnk from one of the help files (either on this site or on the wiki). Not sure what I'm doing wrong. I tried both #ff0000 format and 0x990000 for hover colors, but neither gives any results.
I've pasted the relevant code from my megazine file below: (created in Dreamweaver CS4 on Windows 32bit system in case that introduces any quirks). Thanks for helping.
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE book SYSTEM "http://megazine.mightypirates.de/megazine2.dtd">
<book plugins="anchors, navigationbar, backgroundsound, batchpages, gallery, keyboardnavigation, links" bgcolor="0xCCCC99" pageheight="600" pagewidth="400">
<pagebackground>
<box background="image(../mangledweave/images/GiantFLA.swf)" width="pagew" height="pageh"/>
<nav align="justify" position="left center" color="0x0000ff" hover="0xffffff" >
<lnk url="http://www.yourgods.com/" target="_self"><![CDATA[<font face="serif" size="48">This Way to Yourgods.com</font>]]>
</lnk>
</nav>
</pagebackground>
<chapter>
<page stiff="true">
<img src="../mangledweave/images/FantasyCoverFront.jpg"/>
</page>
<page>
<img src="../mangledweave/images/MosesInsideCovers.jpg"/>
<nav align="left" position="top left" color="0x007700" hover="0x110000">
<lnk url="http://www.yourgods.com/" target="_self"><![CDATA[<font face="serif" size="48">Link to Yourgods.com</font>]]>
</lnk>
<lnk url="http://www.blender.org/" target="_self"><![CDATA[<font face="serif" size="48">Link to Blender</font>]]>
</lnk>
<lnk url="http://www.yoursteroids.com/" target="_self"><![CDATA[<font face="serif" size="48">Learn the risks of anabolic steroids</font>]]>
</lnk>
</nav>
</page>