Well heres is my dilema
Im taking a few of these links
Code:
<a href="javascript:void(0);" onclick="toggleHomeTabs(2);">Link2</a>
I am replacing these links with a flash navigation bar.
How would I translate that to actionscript? would it be...
Code:
on (release) {
getURL("javascript:toggleHomeTabs(2)");
}
I figure this is wrong since it didnt work when I tried it, but it can maybe help you assist me.
Do I also need to alter the javascript file?