Download
for Windows OS
  Download
for Mac OS
  More Demos

Open links into another pages with image scroller flash

Q: When I click the flash, the new page will replace the current one, while what we need is to emerge another page together with the current one.
Since we couldn't find the code to solve it, please reply us as soon as possible.

A: You can try to add target="_blank" manually in "cu3oxXML1.xml" file.
Open it in any text editor (for example, Notepad), find the following lines:

<Image Filename="1.jpg">
<Settings>
<goLink>http://cu3ox.com/</goLink>
<rDirection>left</rDirection>
<segments>3</segments>
</Settings>
<Text>
<headline>1</headline>
<paragraph>Cu3ox</paragraph>
</Text>
</Image>



add target="_blank" to "goLink" parameter, so you'll have:

<goLink target="_blank">http://cu3ox.com/</goLink>



We plan to add "target" option into Cu3ox app. in the future versions.

Recent Questions »

Comments

No comments

Related