How to open Named Anchor links in flash actionscript
In html you can link to a speciffic area of a html page by adding anchors, for example this link will point you to the “solution” area of this page; you link to an area of a page (to an anchor) by adding # after file name followed by the anchor name, e.g: products.php#product4 or just #product4 if destination is on same page.Write a really short javascript in the html page and set the getURL from flash to trigger that JavaScript.You can use javascript in your flash script for perform more interactive javascript like things.


