Hi there,
site in question http://www.northstardesign.co.uk/titanic
I'm trying to link a small SWF file to the various pages in my site. I have a left navigation menu with a text link that uses NETQUOTEVAR:SECTIONLINK and it works fine. The SWF file that is to the left of it holds the same NETQUOTEVAR variable, this also works fine... EXCEPT on the home page!!!
I have looked at the code that ACTINIC creates for the SECTIONLINK variable and it creates different code for the text link and the SWF link. Where it creates the HREF link for the SWF file it adds "/acatalog/" before it. However, the same NETQUOTEVAR:SECTIONLINK that is assigned to the text link, has a different link created for it by ACTINIC. Why?
The code that I am using is for my SWF file is:
In FLASH MX:
getURL (clickTAG)
In Dreamweaver:
HREF="Icon.swf?ClickTAG=NETQUOTEVAR:SECTIONLINK"
The link for the text link that is literally one line below it in the HTML code is as follows:
HREF="NETQUOTEVAR:SECTIONLINK"
However, the two create different things. The one on the SWF always adds "/acatalog/" before it where the hypertext link doesn't.
This problem is only on the home page on http://www.northstardesign.co.uk/titanic and does not occur once you are in the acatalog directory (e.g. http://www.northstardesign.co.uk/titanic/acatalog).
Please, if anyone can help it would be greatly appreciated.
Thankyou and I hope this makes sense.
Tom
Northstar Design
site in question http://www.northstardesign.co.uk/titanic
I'm trying to link a small SWF file to the various pages in my site. I have a left navigation menu with a text link that uses NETQUOTEVAR:SECTIONLINK and it works fine. The SWF file that is to the left of it holds the same NETQUOTEVAR variable, this also works fine... EXCEPT on the home page!!!
I have looked at the code that ACTINIC creates for the SECTIONLINK variable and it creates different code for the text link and the SWF link. Where it creates the HREF link for the SWF file it adds "/acatalog/" before it. However, the same NETQUOTEVAR:SECTIONLINK that is assigned to the text link, has a different link created for it by ACTINIC. Why?
The code that I am using is for my SWF file is:
In FLASH MX:
getURL (clickTAG)
In Dreamweaver:
HREF="Icon.swf?ClickTAG=NETQUOTEVAR:SECTIONLINK"
The link for the text link that is literally one line below it in the HTML code is as follows:
HREF="NETQUOTEVAR:SECTIONLINK"
However, the two create different things. The one on the SWF always adds "/acatalog/" before it where the hypertext link doesn't.
This problem is only on the home page on http://www.northstardesign.co.uk/titanic and does not occur once you are in the acatalog directory (e.g. http://www.northstardesign.co.uk/titanic/acatalog).
Please, if anyone can help it would be greatly appreciated.
Thankyou and I hope this makes sense.
Tom
Northstar Design
Comment