hello.
when i go here: http://www.onesixmotorsports.com/osc/ the drop down links work. BUT when i go here (without the 'www' alias): http://onesixmotorsports.com/osc/ the drop down links (all links) are broken. i cannot figure out why. please help.
thanks, paul L.
Answer:
Hi,
because you are using an absolute path with "www" to load the menu SWF file:
<param name="movie"
value="https://www.onesixmotorsports.com/flash/adobe_style.swf" />
I recommend to use a relative path, like this:
<param name="movie" value="flash/adobe_style.swf" />
Regards
Dmitry
f-source.com
when i go here: http://www.onesixmotorsports.com/osc/ the drop down links work. BUT when i go here (without the 'www' alias): http://onesixmotorsports.com/osc/ the drop down links (all links) are broken. i cannot figure out why. please help.
thanks, paul L.
Answer:
Hi,
because you are using an absolute path with "www" to load the menu SWF file:
<param name="movie"
value="https://www.onesixmotorsports.com/flash/adobe_style.swf" />
I recommend to use a relative path, like this:
<param name="movie" value="flash/adobe_style.swf" />
Regards
Dmitry
f-source.com
No comments:
Post a Comment