Links not working

  • 9 posts
  1. jchaney

    2 months ago

    Here's my source:

    http://www.nightfuse.com/xml/cu3er.xml

    Everything else works great. Can't figure out what's wrong. I've tried relative paths too and it didn't work then either. I've also tried different link attributes _self/_blank/etc. I'm desperate for an answer.

  2. Hi,

    try adding <link> node to slide instead to description. More info http://www.progressivered.com/cu3er/docs/xml_reference.html#slide

    And don't use target "_self" on description box as it's already reported as the bug.

    Thanks.

  3. jchaney

    2 months ago

    Thanks for your response. So I made the change which you can see at the same URL:

    http://www.nightfuse.com/xml/cu3er.xml

    You can see it in action here: http://www.nightfuse.com

    But moving the <link> node and changing the link attribute to _blank did not seem to fix the problem. Any other suggestions?

    <slides>
    <slide>
    <url>http://galleries.nightfuse.com/06-13-2010/san_carlos_hotel-qube.jpg</url>
    <link target="_blank">http://www.nightfuse.com/view/4c174dd64fa75a29fe000001</link>
    <description>
    <heading>Hotel San Carlos</heading>
    <paragraph>Adult Swim @ Hotel San Carlos</paragraph>
    </description>
    </slide>
    <transition num="3" slicing="vertical" direction="down"/>
    <slide>
    <url>http://galleries.nightfuse.com/06-13-2010/sonoma-qube.jpg</url>
    <link target="_blank">http://www.nightfuse.com/view/4c181888f1a2dd1192000002</link>
    <description>
    <heading>Sonoma</heading>
    <paragraph>Adult Swim After Party @ Sonoma</paragraph>
    </description>
    </slide>
    </slides>

  4. Hi,

    you need to have all flash related files/images on the same domain - having files across subdomains may cause troubles when you don't have crossdomainpolicy.xml on your server

    Thanks.

  5. jchaney

    2 months ago

    Hi Stefan,

    Thanks for your reply.

    The cu3er.swf, swfobject.js, and all of the images do reside on a single subdomain ( galleries.nightfuse.com ). But the XML is generated dynamically from the webserver which is at nightfuse.com. I have put a crossdomain.xml in the root of galleries.nightfuse.com as well as on nightfuse.com.

    Is it where the XML file is located that's the problem? If so, I imagine other companies have similar setups, is this just not possible? I don't suppose this would work in CU3ER v1 would it?

  6. I've tried to add the link inside and outside the description tag. When i click the image i get nothing. I am trying to link to other sites as well as pages within my site.
    Here is my xml

    <slide>
                <url>http://www.qpharmacorp.com/skins/qpharma/images/slider/active/test_slider1.png</url>
                <link target="_blank">http://www.google.com/</link>
            </slide>
    		<!-- changing transition between first & second slide -->
            <transition num="6" slicing="vertical" direction="up" shader="flat" delay="0.05" z_multiplier="4" />
            <slide>
           		<url>http://www.qpharmacorp.com/skins/qpharma/images/slider/active/test_slider2.png</url>
            </slide>
            <transition num="6" slicing="horizontal" direction="left" shader="flat" delay="0.05" z_multiplier="4" />
    
            <slide>
                <url>http://www.qpharmacorp.com/skins/qpharma/images/slider/active/test_slider1.png</url>
                <description>
                  <heading>COMING SOON</heading>
                  <paragraph>iSpend</paragraph>
                  <link>http://www.qpharmacorp.com/contact</link>
                </description>
            </slide>
  7. so i reuploaded cu3er.swf and it is working. must have been something with the transfer.

    thanks,

  8. well it worked 4days ago and now it does not work. i didn't make any changes. just went to the page and links dont work.

  9. PLEASE HELP WITH THIS!!! IT'S BEEN WEEKS!!!!!


Reply

You must log in to post.