Announcement

Collapse
No announcement yet.

Flash Navigation Menu

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Flash Navigation Menu

    Hi,

    I have a Flash navigation menu for a site I'm working on. It links to Actinic pages that have a standard HTML name fine (e.g. "about.html") but I'm having problems getting the shopping cart and checkout buttons to work properly.

    I am using the normal code for the links:

    Checkout
    NETQUOTEVAR:NAVBCHECKOUTLINK

    Cart
    NETQUOTEVAR:NAVBCARTLINK

    My actionScript is fine too (as far as I can tell):

    Checkout
    on (release) {
    getURL("NETQUOTEVAR:NAVBCHECKOUTLINK");
    }


    Cart
    on (release) {
    getURL("NETQUOTEVAR:NAVBCARTLINK");
    }


    Any thoughts on how I can this working?

    Cheers,

    Jack

    #2
    You will probably need to hardcode the links directly as not sure if Actinic will compile flash files


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment

    Working...
    X