sspoke Posted August 7, 2010 Share Posted August 7, 2010 I've tested it out fine on localhost and it works perfectly. Using swfobject.embedSWF("data/videochat.swf", "flash", 322, 516, "10.0.0", null, null, null, null, function (a) { if (!a.success) { //........ } }); on my domain i've used swfobject.embedSWF("/data/videochat.swf", "flash", 322, 516, "10.0.0", null, null, null, null, function (a) { if (!a.success) { //........ } }); still doesn't work i am confused what the problem is.. I've checked out the file @ http://mydomain.com/data/videochat.swf (it exists and it loads up) I did go with the Linux host and all testing was done on a windows host.. although this is strictly clientside code so i have no idea why that matters Thanks i've been trying to solve this for 7 hours also snapped my neck. Quote Link to comment Share on other sites More sharing options...
radar Posted August 7, 2010 Share Posted August 7, 2010 its a godaddy hosting service issue, godaddy is great to register your domain but isnt used for hosting by anyone serious. Quote Link to comment Share on other sites More sharing options...
sspoke Posted August 7, 2010 Author Share Posted August 7, 2010 Well problem solved you just have to disable the error page checking in godaddy strangely enough that fixed it. 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.