I am trying to implement Flash navigation into a VBScript/Javascript coded page. I have the Flash successfully embedded, but I can't/don't know how to script the link actions into Flash so that they work as they do in the original VBScript (see below for original code). I am very unfamiliar with VB/Javascript. Is this even possible to do in Flash (mixing the two scripting languages?)
Any help would be greatly appreciated!
Thanks!
Alysen
_______________________________
What the link looks like in the current script:
<a style="cursor:hand;" href="javascript:<%=Namespace("showContent"
%>('home');"><img name="<%=Namespace("TabIMG0"
%>" align="left" hspace="0" border="0" src="<%=imagePaths(0)%>" alt="<%=Replace(tooltipHome, """", """
%>"></a>
_______________________________
Below is my unsuccessful attempt to get this link functioning on the Flash button as it does above. I put this code as an action on the button:
on (release) {
getURL ("<%=Namespace(\"showContent\"
%>('home')"
;
}
Any help would be greatly appreciated!
Thanks!
Alysen
_______________________________
What the link looks like in the current script:
<a style="cursor:hand;" href="javascript:<%=Namespace("showContent"
_______________________________
Below is my unsuccessful attempt to get this link functioning on the Flash button as it does above. I put this code as an action on the button:
on (release) {
getURL ("<%=Namespace(\"showContent\"
}