as3 xml lightwindow!

Out of context: Reply #10

  • Started
  • Last post
  • 10 Responses
  • wwfc0

    ...i mean this...

    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... 'index.html', class: 'lightwindow', title: 'TITLE', author: 'AUTHOR', caption: 'CAPTION'})"), "_self");
    navigateToURL(new URLRequest(url_list[s_no]), url_target_list[s_no]);
    }

View thread