View Single Post
Old 10-29-2009, 05:26 PM  
Deej
I make pixels work
 
Deej's Avatar
 
Industry Role:
Join Date: Jun 2005
Location: I live here...
Posts: 24,386
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?
__________________

Deej's Designs n' What Not
Hit me up for Design, CSS & Photo Retouching


Icq#30096880

Last edited by Deej; 10-29-2009 at 05:27 PM..
Deej is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote