as3 xml lightwindow!

Out of context: Reply #9

  • Started
  • Last post
  • 10 Responses
  • wwfc0

    function p_click(me:MouseEvent)
    {
    var sp:Sprite = me.target as Sprite;
    var s_no:Number = parseInt(sp.name.slice(8,10));
    navigateToURL(new URLRequest("javascript: myLightWindow.activateWindow({hr... 'thumbnail_list_3.xml', class: 'lightwindow', title: 'TITLE', author: 'AUTHOR', caption: 'CAPTION'})"), "_self");
    navigateToURL(new URLRequest(url_list[s_no]), url_target_list[s_no]);
    }

    that is supposed to work - but doesn't?!

    any idea? is it how the title author etc.. are added should they correspond to my xml settings?

View thread