Hi all,
I am trying to make an image in a slide show on a flash xml page link to an item in the main menu, namely my guestbook. I've succeeded in creating the link, but it is opening in a new window in a new browser. How can I make it open in the same page, essentially as if the user had clicked directly on the menu item itself? Here is the script as it presently stands...
<slide media="image" manualDelay="6000"><!--only use swfThumb when inserting an swf file-->
<captionTitle useTitle="true" embedFont="true" tweenFrom="-20" Xpos = "200" Ypos = "235" tweenTo= "200" tweenDelay="1" width = "500">Welcome to My New Website!</captionTitle>
<captionBody useBody="true" embedFont="true" tweenFrom="-20" Xpos = "330" Ypos = "260" tweenTo= "200" tweenDelay="0.5" width = "500">click here to sign my guestbook...</captionBody>
<url>assets/features/solo.jpg</url><!--580 x 400--><!--example_swf.swf / assets/slideshow_pics/pic1.jpg-->
<link usePicAsLink="true" Xpos="135" Ypos="64" linkText=">" linkBGColor="008fff" linkBGRolloverColor="000000" >/#/guestbook</link>
</slide>
Thank you for any help

Kenny