We have a swf banner with buttons/links on our site header.
When our customers DO NOT enter the "www" before our URL
the banner links do not work - do not forward to the page.
When our customers enter the "www" in the URL
It works.
First Thoughts,
Is it a security setting in the browsers? I tried the latest version of firefox, chrome, IE, safari, opera.
The links on the banner itself point to subdomains.
Here is a sample action script for the one of the links:
on (release) { getURL("http://goverment.datavideo.us");
I've searched google with nothing to point me into the right direction.
We have Joomla CMS.