Al
Well-known member
- Joined
- Oct 29, 2010
- Messages
- 2,237
- Reaction score
- 0
DrDrew":23mbs5a5 said:Last piece of info from this check - as I'm about to go off to the pub. The very first time you load a page (or any CTRL+F5 refreshes) your AC_QuickTime.js file is not returned - causing a 404 error.
<script src="AC_QuickTime.js" language="javascript"></script>
Now to stop this you could just try sticking the script block further up the page or the better option, if your hosting provider allows server side includes - you can do the include that way - and it will have to be returned with the page.
Example of a SSI
Same directory
<!--#include file="affiliate.txt"-->
Some other virtual directory
<!--#include virtual="includesfolder/affiliate.txt" -->
This could have happened during the change-over of analytic software if the new scripts take a different amount of time to run
I *think* that this is the issue! I only use the QT JS file on one page (Recent work) but as I'm sure you've noticed I constructed all the basics of the pages fairly identically - only to make my life easier when i decided to add/remove videos etc; rather than recoding the entire page and integrating other files etc.
For some reason I didn't change the route source of that QT js file :? I must've had it in the route directory at the first stage and then when I moved it all into separate folders (CSS, JS, images etc) I must've only changed the one page that actually used it; which is correctly indexed as "../js/QTetc". I'll go change them all now and see if it helps; or I might cheat and dump the QTjs file in the route.
All a bit of a learning curve TBH! Still not bad for self taught off of the Internet! :lol:
Thanks for your help bud and enjoy the pub