Does anyone know how to do the above??
We know that the standard way of linking to an anchor from another html page doesnt work with flash.
Any ideas
tia
Printable View
Does anyone know how to do the above??
We know that the standard way of linking to an anchor from another html page doesnt work with flash.
Any ideas
tia
Yes it does work the normal way:just make sure that you link it to an actual page (.html) not http://www.url.com, for example.Code:on (release) {
getURL ("http://www.url.html#anchorname");
}
Thanks :)