Flash links not working online

Out of context: Reply #2

  • Started
  • Last post
  • 11 Responses
  • hitsuji0

    ok they source from a mysql database. i'll show you the code for the 'click for menu' button.

    on(release) { if(_root.menuURL.length>5) getURL('http://www.jwlees.co.uk...

    and then there's more code in the actions layer...

    _root.detailsWWW = _root.detailsWWW+"/";
    _root.menuURL = _root.menuURL+".pdf";
    if(_root.detailsWWW.length < 12) {hider1._x=388.6;hider1._y=301;} else hider1._x=1000;
    if(_root.menuURL.length < 5) {hider0._alpha=100;/*hidera._alp... else {hider0._alpha=0;/*hidera._alpha...
    if(_root.detailsAME.charAt(0... {hider5._x=619.9;hider5._y=292.1... hider5._x=1000;
    if(_root.detailsAME.charAt(1... {hider2._x=447.2;hider2._y=299.3... hider2._x=1000;
    if(_root.detailsAME.charAt(2... {hider4._x=561.4;hider4._y=295.7... hider4._x=1000;
    if(_root.detailsAME.charAt(3... {hider3._x=505.0;hider3._y=297.9... hider3._x=1000;
    stop();

    hider0 is the instance name of the button in question.

    it works fine in flash player. but like you say they just seem like dead links in a web browser.

View thread