Jump to content

My Site Refuses To Load A Swf


Recommended Posts

Ok heres the error I'm getting

[sun Oct 07 06:27:56 2012] [error] [client (IP REMOVED)] File does not exist: /home1/fm1337/public_html/help/404.shtml, referer: firemaster1337.co.cc/help/status.swf now if you go to firemaster1337.co.cc/help/status.swf you will see it actually works now for me to be able to actually load the site I have to make it help.firemaster1337.co.cc/status.swf how can I fix this?

 

Hang on another error File does not exist: /home1/fm1337/public_html/help/crossdomain.xml

 

This is the code its trying to load http://pastebin.com/P6BPFF9x

 

After what seemed 20 minuetes banging my head against my keyboard I finally fixed it.

  • Like 1
Link to comment
Share on other sites

I did some research and came across this https://support.ookla.com/entries/21097566-what-is-crossdomain-xml-and-why-do-i-need-it

So I modifed this

<?xml version="1.0"?>

<cross-domain-policy>

<allow-access-from domain="*.mycompany.com" />

<allow-access-from domain="*.speedtest.net" />

</cross-domain-policy>

 

 

and changed it to

 

 

<?xml version="1.0"?>

<cross-domain-policy>

<allow-access-from domain="*.firemaster1337.co.cc" />

<allow-access-from domain="*.help.firemaster1337.co.cc" />

</cross-domain-policy>

and now it works

 

Problem was the site didn't want to allow the main site to access the swf so I had to add the crossdomain.xml file in the subdomain folder

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...