Hello everyone,
I've just finished designing my site and uploaded first two pages to my host to test.
index page loads up fine displaying flash nav bar. But when I click nav bar to go to second page (mastering) theres no nav bar.
Unless I type http://www.popruffma.../mastering.html then the nav bar shows?
Why do I need to repeat the link html??
Thank you
Elbo
Page 1 of 1
displaying flash nav bar
#2
Posted 12 June 2009 - 12:17 PM
Both pages look for the .swf files in the public_html folder.
The index nav is found:
The mastering nav isn't:
The reason for that is the mastering nav is in a folder called "mastering" which it shouldn't be, move the .swf file to public_html and it should work
The index nav is found:
http://www.popruffmastering.com/index_navbars.swf
The mastering nav isn't:
http://www.popruffmastering.com/mastering_navbars.swf
The reason for that is the mastering nav is in a folder called "mastering" which it shouldn't be, move the .swf file to public_html and it should work
#3
Posted 12 June 2009 - 12:33 PM
MrBrightside, on Jun 12 2009, 13:17, said:
Both pages look for the .swf files in the public_html folder.
The index nav is found:
The mastering nav isn't:
The reason for that is the mastering nav is in a folder called "mastering" which it shouldn't be, move the .swf file to public_html and it should work
The index nav is found:
http://www.popruffmastering.com/index_navbars.swf
The mastering nav isn't:
http://www.popruffmastering.com/mastering_navbars.swf
The reason for that is the mastering nav is in a folder called "mastering" which it shouldn't be, move the .swf file to public_html and it should work
I did as advised but still no show? I tried with mastering_navbars.swf in public.html and in mastering at the same time and with mastering_navbars.swf just in public.html.
#4
Posted 12 June 2009 - 01:44 PM
Open mastering.html (from public_html) and change:
to
<script src="scripts/AC_RunActiveContent.js" type="text/javascript"></script>
to
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
#5
Posted 14 June 2009 - 01:54 AM
MrBrightside, on Jun 12 2009, 14:44, said:
Open mastering.html (from public_html) and change:
to
<script src="scripts/AC_RunActiveContent.js" type="text/javascript"></script>
to
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
Thank you soooo much! I was going insane.
Thanks again for spotting that S
Share this topic:
Page 1 of 1
Help















