Support » Fixing WordPress » Dynamic links to pages in flash

  • Hi
    i have simple flash animation with 6 links to pages i generated in flash
    i addes simple url function and that works fine

    link1.onRelease = function() {
    	getURL("/page-title");
    };

    but, my question is , is there a way to dynamicly set link to page id, so when i change my page title or change location of my wordpress it still opening right link.

    My other question is there possibility to generate <?php wp_list_pages( ” ); ?> in flash ?

    cheers
    M.

  • The topic ‘Dynamic links to pages in flash’ is closed to new replies.