Hi Guys
I hope all is well.
I designing a online magazine using pageflip2 (XML) and Flash 8.
I am trying in incorporate a XML template onto one of the pages and I have placed the XML( template) and the SWF in the pageflip2\images folder.
I am able to open up the SWF in the folder, but the page does not load in the magazine. This is the error report
Error opening URL "file:///C|/Documents%20and%20Settings/Warwick/Desktop/billion/bdb%20mag/PageFlip2/./XML/albuminfo.xml"
My XML code is:
<?xml version="1.0" encoding="utf-8"?>
<pageFlipper>
<settings startPage="1" followSpeed="7" flipSpeed="2" pageFolder="images/" overCornerSize="50"
clickCornerSize="60" flipSound="friction_sound" scaleToFit="false" loadOnDemand="false"
shadowDepth="40" backColor="0xcccccc" displayOnLoad="false" numbering="none" pageOrder="first to
last" />
<page>cover_04.jpg</page>
<page>Page2Mclaren-Slr-722.jpg</page>
<page>page03b.jpg</page>
<page>front_cover.swf</page>
<page>Page5Hamilton-v.jpg</page>
<page>Page4.jpg</page>
<page>page05b.jpg</page>
<page>albuminfo.swf</page>
<page>Page9Bombarider-Lews-Ad-web.jpg</page>
<page>Singapore_rightB.jpg</page>
<page>Singapore_right.jpg</page>
<page>xsmg_leftpage.swf</page>
<page>xsmg_rightpage.swf</page>
</pageFlipper>
I would really appreciate your help
Claudio