nikhilnaik Posted June 11, 2012 Share Posted June 11, 2012 Hi, Nikhil Here. My blog url is http://techarta.com. I use the useronline plugin using which I came to know that some of the visitors end up in a 404 error and this is due to the crossdomain.xml file being missing. I just came to know what it is needed for. But I'm still not sure what should be the exact code that the file must contain contain. Can anyone please guide me regarding this? what is the use of having this file? I am having youtube video embedded links on my blog. so is this a suitable code? <?xml version="1.0"?><!DOCTYPE cross-domain-policySYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"> <cross-domain-policy> <allow-access-from domain="www.youtube.com" /> <allow-access-from domain="techarta.com" /> </cross-domain-policy> Quote Link to comment Share on other sites More sharing options...
noober Posted June 15, 2012 Share Posted June 15, 2012 I don't think you have to use a cross-domain file with youtube. Are you embedding by using the iframe or "old embed code"? As for the other js errors on your page: cigicigi-ed.js needs to be loaded after jquery. Quote Link to comment Share on other sites More sharing options...
nikhilnaik Posted June 15, 2012 Author Share Posted June 15, 2012 Hi, Thanks for the reply. I use iframe for embedding youtube videos. I'm not too good at coding. How do I solve - "cigicigi-ed.js needs to be loaded after jquery"? I don't think you have to use a cross-domain file with youtube. Are you embedding by using the iframe or "old embed code"? As for the other js errors on your page: cigicigi-ed.js needs to be loaded after jquery. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.